/* Michael Elkan styles -- mrp -- 9 March 2003 : 3 December 2006 rfe */

A  { text-decoration: none; }

BODY {
	font-family: Georgia,Garamond,'GarmdITC Bk BT',Times,'Times New Roman',Palatino,serif;
	background-color: #333333;
	color : #FFF;
}

DIV { font-family: Georgia,Garamond,'GarmdITC Bk BT',Times,'Times New Roman',Palatino,serif; }

H1 { font-size:25px; color : #8c8; padding-bottom : 6px; margin-bottom : 0px; padding-top : 0px; margin-top : 0px;}

H2 { font-size:20px; color : #8c8; padding-bottom : 6px; margin-bottom : 0px; }

H3 { font-size:18px; color : #cc4; padding-bottom : 6px; margin-bottom : 0px; }

p { font-size: 16px; color : #CFC; text-indent : 20px; padding-bottom : 5px; }

li { margin-top : 0px; margin-bottom : 0px; }

.hdr { font-size: 20px; }

.lrg { font-size: 18px; }

.ltl { font-size: 14px; }

.mnu { font-size: 15px; }

.txt { font-size: 16px; color : #CFC; text-indent : 20px; padding-bottom : 5px; }

.txtni { font-size: 16px; color : #CFC; }

.mtx { font-size: 18px; }

.ttl { font-size: 22px; font-weight : bold; }

.sml { font-size: 14px; color : #CFC; }

.invsml { font-size: 14px; }

.tny { font-size: 10px; }

.tnyclk { font-size: 10px; color : #666; }

.ci { font-family: Tekton,Technical,Arial,Helvetica,sans-serif; font-size: 11px; }

/*  credit text for bottom, smp  */
.credit {
	font-size: .7em;
	line-height: 1.15em;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	padding: 20px 4px 4px 4px;
}

/* dark stripe color */
.stripe {
	background-color: #C80F15;
	margin: 0px;
	padding: 0px;
}
.websters {
	background-color: #7C914E;
	color: #000000;
	padding: 6px;
}
a:link { color : #CCF; }

a:hover  { color: #EEF; text-decoration: underline; }

a:active { color : #CFF; }

a:visited { color: #CFF; }

a.btn:link { color : #CCF; }

a.btn:hover  { color: #EEF; text-decoration: underline; }

a.btn:active { color : #CFF; }

a.btn:visited { color: #CFF; }

a.dk:link { color : #ff0; }

a.dk:active, a.dk:visited { color : #ff4; }

/*  link link underline  */
a.link:link, a.link:active, a.link:visited, a.link:hover, a.link:focus { color: #CCF; text-decoration: underline; }
/*  simp link normal weight  */
a.simp:link, a.simp:active, a.simp:visited, a.simp:hover, a.simp:focus { font-weight : normal; }
/*  header links  */
H1 a:link, H1 a:active, H1 a:visited, H1 a:hover, H1 a:focus, H2 a:link, H2 a:active, H2 a:visited, H2 a:hover, H2 a:focus { color : #8c8; }
H3 a:link, H3 a:active, H3 a:visited, H3 a:hover, H3 a:focus { color : #cc4; }

/* buttons */
.buttonOff {
	background-color:#F2F8FF;
	color:#003C82;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	border: 2px solid #003C82;
	margin: 3px 4 px 3px 4 px;
	padding: 2px;
}
.buttonOn {
	background-color: #FFE242;
	color:#003C82;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	border: 2px solid #C80F15;
	margin: 3px 4 px 3px 4 px;
	padding: 2px;
	cursor: pointer;
}
