BODY {
	color: Black;
	background-color: White;*/
	font-family: Arial, sans-serif;
	font-size: smaller;
	margin: 0px;
}

BODY.MistyValley {
	color: Black;
	/*background-color: #336666;
	background-color: White;
	background: url(images/manninglg.jpg);
	background-repeat: no-repeat;*/
	font-family: Arial, sans-serif;
	font-size: smaller;
	margin: 0px;
}

A {
	text-decoration: none;
	font-weight : bold;
	font-weight : normal;
	font-size: 10pt;
	color: black;
}

A.Text {
   color: Teal;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A.Small {
   color: Blue;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : normal;
	font-size: 8pt;	
}

A.Blue2 {
   color: Blue;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A.Blue3 {
   color: #6495ED;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A.SmallBold {
   color: Blue;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 8pt;	
}

A.White {
   color: White;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A.Text:HOVER {
    color: #CC6699;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;		
}

A.Small:HOVER {
    color: purple;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : normal;
	font-size: 8pt;		
}

A.Blue2:HOVER {
   color: Purple;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A.Blue3:HOVER {
   color: Blue;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

A:HOVER {
	color: #CC6699;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : normal;
	font-size: 10pt;
	
}

A.SmallBold:HOVER {
    color: purple;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 8pt;		
}

A.White:HOVER {
    color: Yellow;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight : bold;
	font-size: 10pt;	
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

P.Small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
	
P.Indent {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : normal;
	padding-left: 25;	
	/*padding-right: 75;*/
}

P.Blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
	background-color: #FFFFCC;
	border-width : 1px;
	border-style : solid;
	border-color: blue; 
	width : 380px; 
	padding-top : 5;
	padding-bottom : 5;
}

P.Facts {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : normal;
	background-color: #FFE3BB;
	/*border-right : 1px solid blue;
	border-left : 1px solid blue;
	border-bottom : 1px solid blue;*/
	border-style : solid;
	border-color: black; 
	border-width : 2px;
	padding : 3;
}

P.White {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : bold;
	padding : 3;
}

P.WhiteNormal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : normal;
	padding : 3;
}

Table.Light {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : normal;
	background-color: #ffffee;
	border-width : 6px;
	border-style : outset;
	border-color : #006633; 
	padding : 7px;
}

Td.Header {
	background-color: #9CAEEF;
	border-style: solid;
	border-width: 1px;
    Border-color: #000000;	
	font-family: Arial;
	font-size : 10pt;
	font-weight: bold;
	color: Black;
	padding: 5;
}	

Td.Body {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
    Border-color: #000000;	
	font-family: Arial;
	font-size : 10pt;
	font-weight: normal;
	color: Black;
	padding: 5;
}	

P.Border {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	border-width : 3px;
	border-style : solid;
	border-color: black; /* Can also use: border : 3px solid black; */
	width : 250px; 
	padding : 3px;
}

Span {
	background-color : Grey;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	}

Span.List {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	}	
	
Li.Small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	}
	
Td.Blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	background-color : Blue;
	font-weight : bold;
	}

Input.Default {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background : White;
}

Textarea.Default {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background : White;
}