/* Tags */

a img { border: 0; }

/* Classes */

.main
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: Black;
}

.main a
{
	color: Olive;
	text-decoration: underline;
}

.main a:hover
{
	color : #0051BA;
	text-decoration : none;
}

.bodyheader
{
	font-family: Arial;
	font-size: 18px;
	color: #3A3A3A;
}

.left
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.left a
{
	color: #0051BA;
	text-decoration : underline;
}

.left a:hover
{
	color : Maroon;
	text-decoration : none;
}

.menu a {
	color: #000000;
	text-decoration : none
}
.menu  a:hover {
    color : #ffffff;
    text-decoration : underline
}

.bottom a {
	color: Olive;
	text-decoration: none;
}
.bottom  a:hover {
	color: Gray;
	text-decoration: underline;
}

.footer a {
	color: Green;
	text-decoration: underline;
}
.footer  a:hover {
	color: #DEDF00;
	text-decoration: none;
}

body
{
	background-color: White;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #68736A;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #68736A;
	scrollbar-3dlight-color: #003C84;
	scrollbar-darkshadow-color: #6A0C3B;
	scrollbar-track-color: #ededed;
	scrollbar-arrow-color: #ffffff;
}


table.footer
{
	font-style : italic;
	font-size: smaller;
	color : #000000
}

.box_title { background-color: #efd392; border-bottom: 1px solid #000; }
.box_body { margin-top: 10px; margin-bottom: 10px; }

