body { background: #fdfdfd url('../images/layout/bg.gif') repeat-x; font-family: Arial, Verdana; font-size:12px; color:#08182f;}
img { border: 0px; }
td {font-family: Arial, Verdana; font-size:12px; color:#08182f;}
td.menu { background:url('../images/layout/menu.gif') no-repeat;  height:39px; width: 238px;}
td.menu:hover { background:url('../images/layout/menu_hover.gif') no-repeat;  height:39px; width: 238px;}
td.menu a { font-family:Arial, Verdana; font-size:15px; font-weight:bold; color:#ffffff; text-decoration:none; height:39px; width: 238px; padding:10px 30px;}
.page_title { font-size:24px; font-weight:bold; color:#c4030e; height:60px; }
.page_title2 { font-size:18px; font-weight:bold; color:#c4030e; height:60px; }
.content { line-height:20px;}
.footer {color:#ffffff;}
.footer a { color:#ffffff; font-weight: bold; text-decoration:none; }
.footer a:hover { color:#d20412;}

.err
{
    color:#ff3300;
    font-weight:bold;
}

.msg
{
    color:#0072bc;
    font-weight:bold;
}
a.navbar {
    font-family:Georgia, Tahoma, Arial;
    font-size:12;
    color:#0072bc;
    text-decoration:none;
    font-weight:bold;
}
a.navbar:hover {
    color:#FF3300;
	font-weight:bold;
}

a {
    font-family:Georgia, Tahoma, Arial;
    font-weight:none;
    color:#1B65A7;
    text-decoration:none;
}
a:hover {
    color:#000000;
    text-decoration:underline;
}
input {
font-family: Verdana;
font-size: 11px;
color: #0072bc;
background-color: #ffffff;
border: 1px #A5A5A5 solid;
padding: 2px;

}

input.submit{
cursor:pointer;
}

ul.submenu{
	position:absolute; 
	list-style:none;
	margin-top:-2px; 
	margin-left:0px;
	color:#959595;
	padding:5px 10px;
	border:1px solid #52805d;
	background:#d2df6f;
	display:none;
	width:180px;
	z-index:1000;
}
ul.submenu li{
	margin-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:8px;
	border-bottom:2px solid #306589;
}
ul.submenu li a{
	color:#133851;
}
ul.submenu a:hover{
	text-decoration:underline;
}
.topmenu .hover .submenu{
	display:block;
}
