/*This is the main stylesheet for the root level of the directory*/
/*text=#ffffff vLink=#c0c0ff aLink=#ffffff link=#ffffff*/
a:link { color: #DDDDDD; text-decoration: none; font-weight: bold}
a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold}
a:active { text-decoration: none; color: #8888FF; font-weight: bold}
a:visited { text-decoration: none; color: #CCCCFF; font-weight: bold}
a:visited:hover { color: #EEEEEE; text-decoration: none; font-weight: bold}
.fineprint { font-size: 10pt; text-decoration: none; line-height: normal;}
.maintext { font-size: medium; }
.header1 { font-weight: bold; text-align: left}
.header2 { font-weight: bold; text-align: right}
.header3 { font-size: large; font-weight: bold; text-align: left}
.header4 { font-size: large; font-weight: bold; text-align: right}
.page {	font-family: "Century Gothic", Sans, "Letter Gothic", "Gill Sans", Arial;
	background: #793D00 repeat scroll 0% 0%;
	color: #FFFF99;
}
.centerbold { font-weight: bold; text-align: center}
.bold { font-weight: bold}
.italic {  font-style: italic}
.oblique {  font-style: oblique}
.center {  text-align: center}
.rightalign {  text-align: right}
.red {  color: #FF3333}
.green { color: #66FF33}
.purple { color: #CC33CC}
.color-bold-secondary {
	color: #FF9933;
	font-weight: bold;
}
.yellow { color: #FFCC33}
.menulinks
{
	text-decoration: none;
	line-height: 25%;
	text-indent: -.5em; 
	margin: 0pt 0pt 0pt 0pt;
	padding: 0 0pt 0 0pt;
}
.color-bold-primary {
	color: #62B0FF;
	font-weight: bold;
	font-size: large;
}
a.normal:link { color: #0000FF; text-decoration: underline }
a.normal:hover { color: #2222FF; text-decoration: underline }
a.normal:active { color: #8888FF; text-decoration: underline }
a.normal:visited { color: #4444FF; text-decoration: underline }
a.normal:visited:hover { color: #2222FF; text-decoration: underline }
