
body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0 auto;

}

td, p
{
	font-size: 12px;
	line-height: 15px;
}

ul li
{ 
	list-style-image: url(../images/star.gif);
	margin-left: -10px;
}

ol.caps
{
	list-style-type: upper-alpha;
}

h1
{
	font-family: times, serif;
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	line-height: 35px;
	padding:0;
	margin: 0 auto;
}

h2
{
	font-family: times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding:0;
	margin: 0 auto;
}

h3
{
	font-size: 28px;
	font-weight: bold;
	color: #0000ff;
	line-height: 36px;
}


.smallText
{
	font-size: 9px;
	font-family: times, serif;
}


.size9
{
	font-size: 9px;
}

.size10
{
	font-size: 10px;
}

.size12
{
	font-size: 12px;
}

.size14
{
	font-size: 14px;
}

.size16
{
	font-size: 16px;
}

.size18
{
	font-size: 18px;
}

#shadowBox
{
	padding: 5px;
	background-color: #929292;
	margin: 30px 0 30px 0;
}

#box
{
	border: 1px solid #000000;
	padding: 7px;
	background-color: #F2F2F2;
	margin: -10px 0 0 -10px;
}

.title
{
	font-size: 16px;
	color: #0002B1;
	font-weight: bold;
	line-height: 18px;
}

.titleRed
{
	font-size: 22px;
	color: #ff0000;
	font-weight: bold;
	line-height: 24px;
}

.subTitleBlue
{
	color: #0002B1;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}

.redText
{
	color: #ff0000;
	font-weight: bold;
}

.subTitle
{
	font-weight: bold;
	font-size: 14px;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}

/* links */

a:link, a:active
{
	color: #0000ff; 
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #90006F;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #ff0000; 
	text-decoration: underline;
	font-weight: bold;
}

#nav a
{
	color: #0000ff; 
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover
{
	color: #ff0000; 
	text-decoration: none;
	font-weight: bold;
}

#nav a.selected
{
	color: #ff0000; 
	text-decoration: none;
	font-weight: bold;
}

/* end links */

/* background colors */

.bgBlue
{
	background-color: #66ccff;
}
.bgWhite
{
	background-color: #ffffff;
}


/* end background colors */

