/* CSS Document */

body {
	background-color: #E1FFFF;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;

}
td.main {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
	padding-left: 3px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF0000;
}
td.menu_bottom {
	background-color: #FFFF66;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CC0000;

}


td.menu_left {
	background-color: #FF3300;
	border-bottom: 1px dotted #990000;
	border-left: 1px dotted #990000;
}
a { text-decoration: none; } 

a:link {color: #990033; text-decoration: none;}

a:hover {color: #003333; text-decoration: none;}

a:active {color: #CC3333; text-decoration: none;}

a:visited {color: #003366; text-decoration: none;

}
