@charset "ISO-8859-1";

/* -----------------------------------------
	Colors and General settings 
--------------------------------------------*/

html, body, table, td, tr, th, p {
	font-family: TimesNewRoman;
	font-size: 16px;
	margin: 8px 4px 0 4px;
	padding: 0px;}
	
/* -----------------------------------------
	Fonts and Headers
--------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: CenturyGothic;
	letter-spacing: .04em;
}
h1 {font-size: 24px; text-align: center; padding: 2px;}
h2 {font-size: 16px; color:#FFFFFF; padding: 2px; text-align: center;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

#inset {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px;
	margin: 0 6px 0 6px;
}

#content {
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	padding: 6px;
	margin: 0 8px 0 8px;
}


/* -----------------------------------------
	Links
--------------------------------------------*/

a img {border: 1;}
a:link { color: #2547d9; text-decoration:none }
a:visited { color: #334387; text-decoration:none }
a:hover { color: #2547d9; text-decoration: underline }
a:active { color: #2547d9; text-decoration:underline }

.footer a img {border: 0;}
.footer a:link { color: #c5e2bf; text-decoration:none }
.footer a:visited { color: #c5e2bf; text-decoration:none }
.footer a:hover { color: #FFFFFF; text-decoration: underline }

.faq a img {border: 0;}
.faq a:link { color: #FF0000; text-decoration:none }
.faq a:visited { color: #BB2222; text-decoration:none }
.faq a:hover { color: #FF0000; text-decoration: underline }