/* CSS Document */
#color_menu {background-color: rgb(199,199,220); }

#whitebg      {background-color: #ffffff;}

#color_top {background-color: #003366;}

#color_odd      {background-color: rgb(230,255,255);}

#warning { color: red; font-weight: bold;}

#color_month { background-color: #ffffcc;}

#table_with_border {background-color: rgb(0,0,0); }

TH 
{
	background-color: #003366;
	font-family: Arial;
	color: #0099cc;
	font-size: small;
}

TD
{
	background-color: white;
}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: blue;}
a:active {text-decoration: underline; color: black;}

.tbl_th
{	
	font-family: Arial;
	color: #0099cc;
	font-size: small;
}

.main_table
{
	font-size: medium;
}
