/* CSS for BASE */

body	{
	background: #FFFFFF; 
	font-family: Arial;
	font-size: 13;
	color: #000000;
	margin: 0;
	padding: 0;
	}

td	{
	font-size: 13;
	vertical-align: top;
	}

a	{
	color: #004CC7;
	}
	a:hover	
		{
		color: #CC0000;
		}
img
	{
	border: 0px;	
	}






/* CSS for TEXT */
.main
	{
	font-family: Tahoma;
	font-size: 24;
	}
.point
	{
	border-bottom: 1px dashed;	
	cursor: pointer;
	}
.small
	{
	font-family: Verdana;
	font-size: 10;
	}
.red
	{
	color: #CC0000;
	}







/* CSS for DIV */
#h50
	{
	height: 50px;
	clear:both;
	}
#h25
	{
	height: 25px;
	clear:both;
	}
#h10
	{
	height:10px;
	clear:both;
	}
#p10
	{
	padding: 10;
	}







/* CSS for NEW NEW NEW */
#top
	{
	clear:both;
	background: #FFFFFF; 
	width: 100%;
	}

#main
	{
	text-align: left; 
	background: #FFFFFF; 
	width: 980px;
	}

#clear
	{
	clear:both;
	}

#line
	{
	border-top:1px solid #CCCCCC;
	width: 100%;
	}

#block245
	{
	width: 245;
	float:left;
	}

#text
	{
	padding-left: 245px;
	padding-right: 120px;
	}

#table
	{
	padding-left: 50px;
	padding-right: 50px;
	}




/* CSS for COUNTING */
#one_33
	{
	width:33%;
	float:left;
	}
#two_33
	{
	width:33%;
	float:left;
	}
#three_33
	{
	width:33%;
	float:left;
	}


#block_490
	{
	width:490;
	float:left;
	}

#pic_100
	{
	background: #F3F5F9; 
	padding: 10;
	width: 100;
	height: 100;
	float: left;
	}


ul				{ list-style: none; left: -40;}
ul.dropdown                     { position: relative; width: 980; background: #004d95; color: #000000;}
ul.dropdown li                  { font-weight: bold; float: left; width: 196px; background: #004d95; position: relative; color: #000000;}
ul.dropdown a:hover		{ color: #FFFFFF; }
ul.dropdown li a                { display: block; padding: 10px; color: #FFFFFF; position: relative; z-index: 2000; }
ul.dropdown li a:hover,
ul.dropdown li a.hover          { background: #F3D673; position: relative; color: #000000}
ul.dropdown li text             { display: block; padding: 10px; color: #222; position: relative; z-index: 2000; }
ul.dropdown ul 			{ display: none; position: absolute; top: 0; left: -40; width: 180px; z-index: 1000; }
ul.dropdown ul li 		{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; }
ul.dropdown ul li a		{ display: block; background: #eee !important; } 
ul.dropdown ul li a:hover	{ display: block; background: #F3D673 !important; } 
