BODY {
	background-color: #ffffff;
	margin: 0px;
	color: #333333;
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	font-size: 14px;
	line-height:1.3em;
}

H2 {
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	color: #cc0033;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: 1.2em;
}


H3 {
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: A51F1F;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: 1.2em;
}

A {
	color: #0d4f82;
	font-weight:bold;
	text-decoration: none;
	white-space: nowrap;
}

A:hover {
	color: #0d4f82;
	text-decoration: underline;
	
}

.picBorder {
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px 1px 1px 1px;
	margin-bottom: 12px;
}

.topNav {
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	text-transform: capitalize;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	}
	
.topNav TD {
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 0px 0px 1px 0px;
}

.topNav .selected {
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px 1px 0px 1px;
	background-color: #DCDCDC;
	padding: 8 8 8 8;
	color: #333333;
}

.topNav .notSelected {
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px 1px 1px 1px;
	padding: 8 8 8 8;
	background-image: url(../images/topnav_selected_bg.jpg);
	white-space: nowrap;
}


.text {
	padding: 0 30 15 15;
	color: #333333;
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	font-size: 14px;
	line-height:1.3em;
}

.largeText {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.infoTable {
	border-style: solid;
	border-color: A51F1F;
	border-width: 1 1 1 1;
}

.infoTable H3 {
	color: ffffff;
}

.infoTable TD {
	padding: 8 30 10 15;
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	font-size: 14px;
	line-height:1.3em;
	
}

.infoTable .top {
	background-color: #A51F1F;
	white-space: nowrap;
	padding: 5 10 5 5;
	color: ffffff;
	}

.infoTable UL {
	color: #333333;
	font-weight:bold;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	margin-left: -11px;
}

.infoTable UL LI {
	padding: 0 0 6 0;
}



