﻿/* Main content */
body{
	margin: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.6;
	background-color: #FFFFFF;
}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}
/* Main Link Properties */
A:link {
	color: #333399;
	text-decoration: none;
}
A:visited {
	color: #333399;
	text-decoration: none;
}
A:active {
	color: #333399;
	text-decoration: none;
}
A:hover {
	color: #333399;
	text-decoration: underline;
}

/* Top navbar */
div#topnav
{
background-color: #001055;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
line-height:1.3;
}
div#topnav ul li
{
display: inline;
}
div#topnav ul li a
{
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-right: -1px;
}
div#topnav ul li a:hover
{
background-color: #333399;
color: white;
}

/* Left properties */
.leftSide ul li{list-style:none;line-height:18px;}

/* Titles */
h1 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #001055;
	margin-left: 14px;
	margin-right: 4px;
	text-align:right;
}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #001055;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;

}

h3 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #001055;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


h4 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	color:  #001055;
	border-bottom: 1px dotted #CCC;

	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h5 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	color:  #001055;


	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


/* Gray cell backgrounds */
td.gray{
	background-color: #CCC;
}

/* Blue Text */
td.bluetxt{
	margin: 20px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #001055;
	line-height: 1.6;
	background-color: #FFFFFF;
}


<!--/* Fancy Horizontal rule */
<!--hr {
<!--	height:20px;
<!--	width: 500px;
<!--	background-image:  url('images/bluebar13.gif'); 
<!--}

<!--/* Solid Blue Horizontal rule */
hr {
	height:3px; background:#001055;
	width: 600px
}

.smallline {
	hr: height:1px; background:#001055; width: 600px
}

.borderbox {
	text-align: center;
	border: 1px solid #999999;
}

.alignleft {
   float: left;
}

.centertext {
	text-align: center;
}

.solidbox {
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



.borderlessbox {
	border-width: 0px;
}

.borderlessbox td.col1 {width: 125px; color: blue; }

}





.centertextinbox {
	text-align: center;
	border: 0 solid #999999;
}

.box2wide {
	border-style: solid;
	border-width: 2px;
}

.box1wide {
	border-style: solid;
 	border-width: 1px;
}

.boxnormal {
	border-width: 1px;
	border-spacing: 2px;
	border-style: ridge;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
.boxnormal th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: 001055;
	background-color: white;
}
.boxnormal td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}
