/* main.css */
html,body {height:100%;}

body {
	font: normal 12px/110% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 105%;
	letter-spacing: 0.03em;
	font-weight: normal;
	font-variant: normal;
	background-color: #F4F4F4;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.bodynavi {
	background-image: url(images/bg/bg_navi.gif);
	background-repeat: repeat-y;
}
.bodycontent {
	background-image: url(images/bg/bg_content.gif);
	background-repeat: repeat-y;
	padding: 10px;
}

H1,TH {
	font-size: 20px;
	font-weight: bold;
	color: #0052A1;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #0052A1;
}
H3,H4,H5 {
	font-size: 12px;
	font-weight: bold;
	color: #0052A1;
}

LI 	 		{
	list-style-image: url(images/clipart/r_li.gif);
	list-style-type: square;
	list-style-position: outside;
	line-height: 130%;
 			}


div { margin: 0px; padding: 0px; }

.c_blue {
	color: #0052A1;
}
.c_yellow {
	color: #FFF100;
}

/* rounded boxes NEWSBOX*/
  
/* general and specific styles for the boxes */
.box { 
  top: 0px; left: 0px;  
  width: 320px; height: 500px; 
  position: relative; overflow: hidden; 
  background-color: #FFFFFF; color: #FFFFFF; 
}
.box p { 


}

/* boxes individually */
#box1 { top: 0px; left: 0px;  }
#box1 p {  }
#box1:hover p { }

/* corners */
.box div { height: 20px; width: 20px; background-color: #F4F4F4; font-size: 160px; line-height: 40px; position: absolute; overflow:hidden;}
.box span { position: absolute; content: "\2022"; }

/* positioning */
.topleft { top: 0px; left: 0px; }
.topleft span { top: -1px; left: -9px; }
.topright { top: 0px; right: 0px; }
.topright span { top: -1px; left: -27px; }
.bottomleft { bottom: 0px; left: 0px; }
.bottomleft span { top: -19px; left: -9px; }
.bottomright { bottom: 0px; right: 0px; }
.bottomright span { top: -19px; left: -27px; }

/* end rounded boxes */

.newstext {
  font-size:12px;
  color: black;
  padding:30px;
}

.infotext {
  font-size:10px;
}

/* end of main.css */
