/* Text Colors

light blue: #7EA7D3
dark blue: #486583
red: #D8331F
light gray: #EBEBEB
*/
body, p, td, .normal {font-family: Verdana; font-size: 11px; font-style: normal; color: #486583;}

.normal_red {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #D8331F;
}

a.Small_Gray_Links:link, a.Small_Gray_Links:visited, a.Small_Gray_Links:active  {font-family: Arial; color : #EBEBEB; font-size: 11px; font-weight: bold;  text-decoration: none;}
a.Small_Gray_Links:hover  {font-family: Arial; color : #EABA28; text-decoration: underline; font-size: 11px; font-weight: bold;}

a.Red_Links:link, a.Red_Links:visited, a.Red_Links:active   {font-family: Verdana; color : #D8331F; font-size: 11px; font-weight: bold;  text-decoration: none;}
a.Red_Links:hover  {font-family: Verdana; color : #486583; text-decoration: underline; font-size: 11px; font-weight: bold;}

a.Small_Links_Reg:link, a.Small_Links_Reg:visited, a.Small_Links_Reg:active {font-family: Verdana; color : #486583; font-size: 11px; font-weight: normal;  text-decoration: none;}
a.Small_Links_Reg:hover  {font-family: Verdana; color : #D8331F; text-decoration: underline; font-size: 11px; font-weight: normal;}

.ArialDkBlueLg{	font-family: Arial;	font-size: 14pt; font-style: normal; font-weight: bold; color: #486583;}
.ArialDkBlueNormal{	font-family: Arial;	font-size: 10pt; font-style: normal; font-weight: bold; color: #486583;}
.ArialLtBlueNormal{	font-family: Arial;	font-size: 10pt; font-style: normal; font-weight: bold; color: #7EA7D3;}
.ArialRedNormal {font-family: Arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #D8331F;}

a:link, a:visited  {font-family: Verdana; color : #486583; text-decoration:none; font-weight: bold;}
a:active, a:hover  {font-family: Verdana; color : #D8331F; text-decoration: underline; font-weight: bold;}

h1, h2, h3 {font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: normal; color:#7EA7D3;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 14px;}

.small_red, .small_dkblue, .small_ltblue, .small_white {font-family: Verdana;	font-size: 8pt; font-weight: normal; font-style: normal;}
.small_red {color:#D8331F;}
.small_dkblue {color:#486583;}
.small_ltblue {color:#7EA7D3;}
.small_white {color:#FFFFFF;}


.ItalicHeaderDkBlue, .ItalicHeaderRed, .ItalicHeaderLtBlue {font-family: "Times New Roman", Times, serif;	font-size: 14pt; font-weight: bold; font-style: italic;}
.ItalicHeaderRed {color:#D8331F;}
.ItalicHeaderDkBlue {color:#486583;}
.ItalicHeaderLtBlue {color:#7EA7D3;}
