/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.head{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#045D41;
	font-weight: bold;
}
.head2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3333CC;
	font-weight: bold;
}
a.link{
	color: #0000CC;
	text-decoration: none;
}
a.link:hover{
	color: #0033FF;
	text-decoration: underline;
}
.sponser td a{
	color: #0000CC;
	text-decoration:none;
}
.sponser td a:hover{
	color: #0000FF;
	text-decoration:underline;
}
.red{
	color: #FF0000;
}
.write{
color:#ffffff;
}

.contentTable{
	background-color: #000000;
	padding: 2px;
	
	}
	
	.contentTableGray{
	background-color: #666666;
	padding: 2px;
	
	}
	.contentTableGray td{
	background-color: #ffffff;
}
	
.contentTable td{
	background-color: #ffffff;
}
td.greenTable{
	background-color:#009900;
	color:#ffffff;
	font-weight: bold;
}
td.green2{
	background-color: #A4FFA4;
}
.yellow{color:#FFFF00;}
li{
	list-style-position: outside;
	list-style-image: url(../images/icon1.gif);
}

