body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: medium; */
	font-size: 11px;
	font-size: small;  /*Font size value for IE4/5 on Windows*/
	voice-family: "\"}\"";  /*IE4/5 in Windows will not understand this and believe the rule is over. */
	voice-family:inherit;  /*Allows the rest of browsers to get on with rule*/
	font-size: medium;
}


/* Lists*/
li{
	font-family: Arial, Helvetica, sans-serif;
	/* font-size : 90%; */
	font-size: 12px;
	margin-bottom : 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	line-height:1.4em;
	text-align: left;
}

ol{
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size : 100%;*/ 
	font-style: normal;
	font-variant: normal;
	font-weight:  normal;
	text-decoration: none;
	text-align: left;
	margin-bottom : 15px;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	/* margin-top: -15px; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FF0000;
	line-height: 110%;
	text-align: left;
	margin-bottom: 15px;
}
li li{
	color: #333366;
	margin-top: 10px;
}
p.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size : 90%; */
	padding-left : 10px;
	font-size: 12px;
	line-height:1.4em;
	color: #000000;
	/* text-align: left; */
	border-top-style: none;
	border-left-style: none;
}


h1.bodystyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left : 10px;
	padding-top : 10px;
	/*padding-right : 4px; */
	text-align: left;
}

h2.bodystyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left : 10px; 
	/*padding-right : 6px; */
	text-align: left;
}

h3.bodystyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left : 10px;
	padding-right : 6px; */
	text-align: left;
}

h4.bodystyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left : 10px;
	padding-right : 6px;
	text-align: left;
	margin-bottom: -10px;
}

.bodystyle a:link {
	color : #0000FF;
	text-decoration: none;
}

.bodystyle a:visited {
	color : #0000FF;
	text-decoration: none;
}

.bodystyle a:hover {
	color : #FF0000;
	text-decoration: underline;

}

.headertext {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:120%;
	line-height:1.4em;
	color: #FFFFFF;
}

.burgandy_me_up {
	color: #990000;
}
.blue_me_up {
	color: #000099;
}
/*Style Applied to the Paragraphs for Main Section Links */
p.navButtsDark {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	margin-left : 6px;
}

h1.navButtsDark {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 4px;
}

.navButtsDark a {
	background-color : #E8EAF3;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	text-decoration : none;
	width : 92%;
}

.navButtsDark a:hover {
	background-color : #4B5068;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	/*padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	text-decoration : none;
	width : 92%;*/
	color : #F8DB00;
	text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubsDark {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubsDark a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 8px;
	margin-bottom : 4px;
	text-decoration : none;
	width : 100%;
}

.navSubsDark a:hover {
	background-color : #003399;
	color : #FFFFFF;
	text-decoration : none
}


p.navButtsCons {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	margin-left : 6px;
}

h1.navButtsCons {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 4px;
}

.navButtsCons a {
	background-color : #FFDF9D;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	text-decoration : none;
	width : 90%;
}

.navButtsCons a:hover {
	background-color : #000066;
	display : block;
	border : 1px solid #999999;
	text-decoration : none;
	width : 90%;
	color : #FFFFFF;
	text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubsLight {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubsLight a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 8px;
	margin-bottom : 4px;
	text-decoration : none;
	width : 100%
}

.navSubsLight a:hover {
	background-color : #003399;
	color : #FFFFFF;
	text-decoration : none
}


/* form input fields */

input.input_text_box {
	background-color: #FFFFCC;
	border: 1px solid #454567;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
option {
	background-color: #FFFFCC;
	border: 1px solid #454567;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

textarea {
	background-color: #FFFFCC;
	border: 1px solid #454567;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.input_button{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	/*padding-left: 2px;
	padding-right: 2px;*/
	padding-top: 15px;
	
}


p.navButtsFMSiS {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	margin-left : 6px;
}

.navButtsFMSiS a {
	background-color : #996600;
	border : 1px solid #999999;
	color : #000000;
	display : block;
	padding-bottom : 14px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 14px;
	text-decoration : none;
	width : 92%;
}

.navButtsFMSiS a:hover {
	background-color : #6633CC;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	/*padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	text-decoration : none;
	width : 92%;*/
	color : #F8DB00;
	text-decoration : none
}

.SlideLinx a {
	background-color : #DEE4ED;
	border : 1px solid #999999;
	color : #0000FF;
	display : block;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-decoration : none;
	width : 92%;
	text-align: center;
}

.SlideLinx a:hover {
	background-color : #0000FF;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	color : #F8DB00;
	text-decoration : none
}