body,td,th {
	color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-color: #dfe6ed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

	a {color: #00c;}
	a:link {color: #00c;}
	a:visited {color: #609;}
	a:hover {color: #00f;}
	a:active {color: #00f;}

div.nav {
width: 168px; 
} 

.nav p { 
font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #dfe6ed; 
display: block; 
margin: 0px; 
line-height:16px;
}

p.selected { 
color: #369;
background-color: #bdccdc;
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #dfe6ed;
border-left: 1px solid #dfe6ed;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
} 

p.active { 
color: #369;
background-color: #dfe6ed;
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
} 

div.nav a {
color: #dfe6ed;
background-color: #369; 
background-image: url("/img/nav-bkg.jpg");
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #517da8;
border-left: 1px solid #517da8;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
} 

div.nav a:visited {
color: #dfe6ed;
background-color: #369; 
background-image: url("/img/nav-bkg.jpg");
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #517da8;
border-left: 1px solid #517da8;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
} 

div.nav a:hover { 
color: #fff;
background-color: #517da8;
background-image: url("");
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #517da8;
border-left: 1px solid #517da8;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
} 

div.nav a:active
{
color: #369;
background-color: #dfe6ed;
background-image: url("");
display: block; 
margin: 0px; 
padding-top: 7px; 
padding-bottom: 7px; 
padding-left: 14px; 
padding-right: 7px;
text-decoration: none; 
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #369;
border-bottom: 1px solid #369;
}

.maincontent {
padding: 14px;
text-align:justify;
}

.maincontent_header {
padding-top: 7px;
padding-left: 14px;
padding-right: 0px;
padding-bottom: 7px;
margin-right: 14px;
border-bottom: 7px solid #bdccdc;
}

.maincontent_header h1 {
margin: 0px;
padding: 0px;
font-weight: lighter;
font-size: 19px;
line-height: 19px;
}

.maincontent_header h2 {
margin: 0px;
padding-top: 7px;
padding-bottom: 7px;
font-weight: lighter;
font-size: 14px;
line-height: 14px;
font-style: italic;
}

h2 {
margin: 0px;
padding: 0px;
font-size: 14px;
line-height: 14px;
}

.maincontent_header p {
margin: 0px;
padding-bottom: 14px;
font-size: 9pt;
}

.newscolumn {
color: #000;
padding: 14px;
font-size: 9pt;
}

.small {
font-size: 8pt;
}

.footer, .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
color: #dfe6ed;
font-size: 8pt;
}

hr {border: none 0;
border-top: 1px dashed #369;
width: 100%;
margin-top:14px;
margin-bottom:14px;
height: 1px;
}

form {
	margin-top: 14px;
	background-color: #bdccdc;
   border:1px solid #369;
}

textarea {
	background-color: #fff;
}

input.btn{
   color:#dfe6ed;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight:bold;
   background-color:#369;
   border:1px solid;
   border-top-color:#517da8;
   border-left-color:#517da8;
   border-right-color:#369;
   border-bottom-color:#369;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff517da8',EndColorStr='#ff336699');}

input.smallbtn{
   color:#dfe6ed;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight:bold;
   background-color:#369;
   border:1px solid;
   border-top-color:#517da8;
   border-left-color:#517da8;
   border-right-color:#369;
   border-bottom-color:#369;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff517da8',EndColorStr='#ff336699');}

.errormsg {
	color: #f00;
}

.blueborder {
   border:2px solid;
   border-color:#96B3CD;
}

.black {
	color: #000;
}


