/********** Page Body **********/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	background-image: url(images/pageback.gif);
	background-repeat: repeat-y;	
*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/********** Page Links **********/
a:link {  
	color: #0000B1; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000FF; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {  
	color: #990000; 
	font-weight: bold;
	text-decoration: underline;
}

/********** Paragraphs **********/
p {font-size: 12px}
ul {font-size: 12px}
ol {font-size: 12px}
dl {font-size: 12px}

/********** Headings **********/
h1 {
	font-size: 18pt;
	color: #990000;
}
h2 {
	font-size: 16pt;
	color: #CC3333;
	font-weight: bold;
}
h3 {
	font-size: 14pt;
	color: #000000;
}
h4 {
	font-size: 12pt;
	color: #000000;
}

/********** Graphics **********/
hr {color: #000066}

/********** Custom Formatting & Sizing **********/
.small {font-size: 10px}
.medium {font-size: 12px}
.indent {margin-left: 30px}
.brk15 {font-size: 8px}
.redtxt {color: #FF0000}

.boldwhitetxt {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.largetxt {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.largegrntxt {
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
}
.indentlargetxt {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
}

/********** Menu Links **********/
a.menu:link {
	color: #000066;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
a.menu:visited {
	color: #000066;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
a.menu:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

a.submenu:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.submenu:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-size: 10px;
}
a.submenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
