/* style.css - a simple style sheet */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/gradBG.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

p.margin {margin: 4px 4px 4px 4px}

.headerBold {
	font-family: Arial, Helvetica;
	color: #ffffff; 
	font-size: 18px; 
	font-weight:bold;
	}
.headerBoldItalic {
	font-family: Arial, Helvetica; 
	color: #ffffff; 
	font-size: 18px; 
	font-weight:bold; 
	font-style:italic;
	}
.subhead {font-family: Arial, Helvetica; 
	color: #990000; 
	font-size: 14px; 
	font-weight:bold;
	}
.bodyNormal {
	font-family: Arial, Helvetica;
	color: #000066;
	font-size: 12px;
	font-weight:normal;
	margin: 4px 4px 4px 4px;
	margin-left: 1em;
	}
.bodyBold {
	font-family: Arial, Helvetica;
	color: #000066;
	font-size: 12px;
	font-weight:bold;
	margin-right: 4px;
	margin-left: 0.1em;
	}
.bodyIndent {
	font-family: Arial, Helvetica;
	color: #000066;
	font-size: 12px;
	font-weight:normal;
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 4px;
	}
.bodyRed {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 12px;
	font-weight:normal;
	margin-right: 4px;
}
.bodyRedBold {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 12px;
	font-weight:bold;
	margin-right: 4px;
}
.bulletNormal {
	font-family: Arial, Helvetica;
	color: #000066;
	font-size: 12px;
	font-weight:normal;
	text-indent: -.5em;
	margin-left: 0em;
	margin-right: 4px;
	line-height: 13px;
	list-style-type: circle;
}
.menuRed0 {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
}
.menuRed1 {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	margin-left: .7em; 
}
.menuRed2 {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	margin-left: 1.3em; 
}
.menuRed3 {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 10px;
	font-weight:bold;
	line-height: 13px;
	margin-left: 2em; 
}
.menuRed4 {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px; 
}
:link {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	}
:visited {
	font-family: Arial, Helvetica;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	}
a:active {
	font-family: Arial, Helvetica;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: underline;
	background-color: #FFFFFF;
	}
a:hover { 
	color: #333333;
	text-decoration: underline;
	}
.footer {
	font-family: Arial, Helvetica; 
	color: #333333; 
	font-size: 11px; 
	font-weight:normal;
	}
.footerRed {
	font-family: Arial, Helvetica; 
	color: #990000; 
	font-size: 11px; 
	font-weight: normal; 
	}
.bold {
	font-weight: bold;
	}
.boldRed {
	font-weight: bold; 
	color: #990000;
	}
.italic {
	font-style:italic;
	margin-left: .25em;
	}
.underline {
	text-decoration: underline;
	}
.inlineLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
	.bl {
	background: url(bl.gif) 0 100% no-repeat #cccccc;
	width: 139px;
} 
	.br {background: url(br.gif) 100% 100% no-repeat} 
	.tl {background: url(tl.gif) 0 0 no-repeat} 
	.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px} 
	.clear {font-size: 1px; height: 1px}
	.table {text-align: left;}
	.td {text-align: left;}
.img float {
	padding: 3px;
	float: right;
}
