body{
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62718a;
	padding: 0px;
	margin: 0px;
}

a {
	color: #d48410;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div a:hover {
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.Menu a {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: #959eac;
	 font-weight: bold;
     text-decoration: none;
	 padding-left: 11px;
}
a.Menu:hover {
	text-decoration: none;
	color: #000153;    
}
h3{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
}
td.Active {
	background: url(/images/site/menu_1.gif);
}
td.Active A {
	color: #000153;
}

DIV.DivMenu {
	z-index: 500;
	padding-left: 30px;
	background: none;	
	height: 28px;
	width: 200px;	
}
DIV.DivMenu A{
	color: #959eac;
	font-weight: bold;
    text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

DIV.DivActiveMenu {
	background: url(/images/site/menu_active.gif) left top no-repeat;
	z-index: 1000;
	margin-left: 30px;
	padding: 8px 0px 0px 21px;
	height: 38px;
}

DIV.DivActiveMenu A {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
}
h1 {
	color: #3083d1;
	font-size: 24px;
	text-transform: uppercase;
}
h2 {
	color: #959eac;
	font-size: 14px;
	margin: 20px 0px 5px 0px;
	text-transform: uppercase;
}
