/* CSS Document */

body { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #6B7D94; margin: 0 0; padding: 0 0;}

/* redundant selectors to help NS4 not forget */
div, p, th, td, dd, dl, dt,   { font-family: arial, san-serif; font-size :12px;} 

/* headings */
h1 { font-size: 2.0em; font-weight: bold; color: #6B7D94; width: auto; background-color: #ffffff; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; padding-top: 15px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; margin-top:0px;}
h2 { font-size: 1.4em; font-weight: bold; color: #6B7D94; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px;}
h3 { font-size: 1.1em; font-weight: bold; color: #BDCFCE; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px;}
h4 { font-size: 1em; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px;}
h5 { font-size: 0.8em; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px;}
h6 { font-size: 0.7em; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px; font-weight: normal;}

/* navigation  */
a { text-decoration: none; font-weight: bold;}	
a:link { color: #e7e5cd}
a:visited { color: #e7e5cd}
a:active { color: #000}
a:hover	{ color: #ffffff; text-decoration: underline}

.sidenavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #6a7f93;
	text-decoration: none;}
	
a.sidelinks { color: #6B7D94; text-decoration: none; font-weight: bold;}	
a:link.sidelinks { color: #6B7D94; text-decoration: none}
a:visited.sidelinks { color: #CE927B}
a:active.sidelinks { color: #000}
a:hover.sidelinks	{ color: #cc907a; text-decoration: underline}

a.bodylinks { color: #6B7D94; text-decoration: none; font-weight: bold;}	
a:link.bodylinks { color: #6B7D94; text-decoration: none}
a:visited.bodylinks { color: #CE927B}
a:active.bodylinks { color: #000}
a:hover.bodylinks	{ color: #cc907a; text-decoration: underline}

.rightnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #6a7f93;
	text-decoration: none;}
	
a.rightlinks { color: #6B7D94; text-decoration: none; font-weight: bold;}	
a:link.rightlinks { color: #6B7D94; text-decoration: none}
a:visited.rightlinks { color: #CE927B}
a:active.roghtlinks { color: #000}
a:hover.rightlinks	{ color: #cc907a; text-decoration: underline}


.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #6B7D94;
	text-decoration: none;	
}

.smallbeige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #e7e5cd;
	text-decoration: none;	
}

.dividers {
	color: #e7e5cd;
}
