body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0c4d6e;
}

.lightgray10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	color: #0c4d6e;
}

.lightgray10 a{
	color: #0c4d6e;
	text-decoration: underline
}

.lightgray10 a:hover {
	color: #FF0000;
	text-decoration: none
}


.white10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	color: #DBE4E9;
}

.white10 a{
	color: #DBE4E9;
	text-decoration: underline;
}

.white10 a:hover {
	color: #FFFFFF;
	text-decoration: none
}


.blue13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	color: #D2AE5B;
}

.blue13 a {
	color: #FFDB99;
	text-decoration: underline
}

.blue13 a:hover {
	color: #FF0000;
	text-decoration: none
}


.blue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
	color: #D2AE5B;
}

.blue11 a {
	color: #FFDB99;
	text-decoration: underline
}

.blue11 a:hover {
	color: #FF0000;
	text-decoration: none
}


.blue16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: justify;
	color: #0B8E61;
	font-weight: bold;
}

.blue16bold a {
	color: #0B888E;
	text-decoration: underline;
}

.blue16bold a:hover {
	color: #0B888E;
	text-decoration: none
}

.blue15bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	color: #A86F2F;
	font-weight: bold;
}

.blue15bold a {
	color: #FFFFFF;
	text-decoration: underline;
}

.blue15bold a:hover {
	color: #FF0000;
	text-decoration: none
}

.white14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	color: #FFFFFF;
	font-weight: bold;
}


.white14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	color: #0B888E;
	font-weight: bold;
}

.white14bold a {
	color: #003333;
	text-decoration: underline;
}

.white14bold a:hover {  
	color: #003333;
	text-decoration: none
}

.spec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #01788e;
	font-weight: bold;
}

.spec a {
	color: #01788e;
	text-decoration: none;
}

.spec a:hover {  
	color: #04406a;
	text-decoration: none
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	color: #FF6600;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #04406A;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A86F2F;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #FF0000;
	height: 24px;
}

.dropmenudiv{
	line-height:16px;
	z-index:1;
	background-color: #1C3766;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
	width: 100px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8B8B8B;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	border-left-color: #8B8B8B;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B8B;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #122441;
	color: #7BD5ED;
}


.sidemenudiv{
	line-height:16px;
	z-index:1;
	background-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
	width: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DAA22;
	border-right-color: #7DAA22;
	border-bottom-color: #7DAA22;
	border-left-color: #7DAA22;
}

.sidemenudiv a{
	width: 100%;
	display: block;
	text-indent: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DAA22;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.sidemenudiv a:hover{ /*Theme Change here*/
	background-color: #0B8E61;
	color: #84ff00;
}


.dropsubmenudiv{
	line-height:16px;
	z-index:1;
	background-color: #0B888E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
	width: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}

.dropsubmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px; /*Theme Change here*/
	padding: 1px 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	color: #FFFFFF;
}

.dropsubmenudiv a:hover{ /*Theme Change here*/
	background-color: #004F4A;
	color: #84ff00;
}

.inputborder12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0C4D6E;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #0C4D6E;
	background-color: #FFFFFF;
}

