/* Default CSS*/

body {
	background-color: #FFFFFF;
}

a:link, a:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #CC5D0A;
	text-decoration : none;
}

a:active, a:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #F58735;
	text-decoration : none;
}





table.menu, tr.menu, td.menu  {
	background-color: #303B70;
        border: none;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #B6B3AB;
	border: thin solid;
        border-color: #726E64;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
}

a.menu:link, a.menu:visited  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	text-decoration : none;
	font-weight: none;
}

a.menu:active, a.menu:hover  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : #3F3F3F;
	font-size : 14px;
	font-weight: normal;
	text-decoration : none;
}

