/* ------------------- GENERAL FORMATING ------------------- */

BODY, P, TD, OL, UL, BLOCKQUOTE, SPAN  { color: #666; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
.BodyLineHeight { line-height: 16px }
h1  { color: #c00; font-weight: bold; font-size: 14px; line-height: 16px; font-family: Arial, Geneva, sans-serif }

h2 {font-family: Arial, Geneva, sans-serif; font-size: 12px;
	font-weight: bold;
	color : #333;
	line-height: 16px;}

h3  { color: #0a69a3; font-weight: bold; font-size: 12px; line-height: 16px; font-family: Arial, Geneva, sans-serif }

.b {font : bold;}
.i {font : italic;}
.bi {font : italic bold;}

/* ------------------- STANDARD NAVIGATION ------------------- */

A:link  { color: #0065a4; text-decoration: underline }
A:visited  { color: #0065a4; text-decoration: underline }
A:hover  { color: #750000; text-decoration: underline }

/* ------------------- TOP NAVIGATION ------------------- */

.nav_top {font : bold 10px; color : #666666; text-decoration : none;}
A:link.nav_top  { color: white; font: bold 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:visited.nav_top  { color: white; font: bold 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:hover.nav_top  { color: #d99647; font: bold 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

/* ------------------- LEFT NAVIGATION ------------------- */

.nav_left {font : 10px; color : #666666; text-decoration : none;}
A:link.nav_left   { color: black; font-variant: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:visited.nav_left   { color: black; font-variant: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:hover.nav_left   { color: #750000; font-variant: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

/* ------------------- THIRD LEVEL NAVIGATION ------------------- */

.nav_third {font : 10px; color : #666666; text-decoration : none;}
A:link.nav_third     { color: #9d7e5f; font-variant: normal; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:visited.nav_third     { color: #9d7e5f; font-variant: normal; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A:hover.nav_third     { color: #9d7e5f; font-variant: normal; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #f6c25f }

/* ------------------- FOOTER NAVIGATION ------------------- */

.nav_footer   { color: #333; font: 9px; text-decoration: none }
A:link.nav_footer    { color: #750000; font: 9px; text-decoration: underline }
A:visited.nav_footer    { color: #750000; font: 9px; text-decoration: underline }
A:hover.nav_footer    { color: #1473a9; font: 9px; text-decoration: underline }

/* -------------------- FORM ELEMENTS -------------------- */

INPUT {font : 10px; color : #333;
	background : #fff;
	border : 1px solid #000000;}

.radio_checkbox {
	background : #fff;
	border: 0px;}

SELECT {font : 10px;
	background : #fff;}

TEXTAREA {font : 10px; color : #333;
	background : #fff;
	border : 1px solid #000;}