
/* PC styles ---------- */

/* default body styles -------------------------------------------------- */
.newBody {
	background-color : #293B6F;
	font-family :arial, helvetica, san-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color: #000000;
	margin: 0;
	padding: 0;
}

.newBody2 {
	background-color : #293B6F;
	font-family :arial, helvetica, san-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgCarey.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

table {
	background-color : #FFFFFF;
	line-height: 20px;
	
}
table#wrapper {
	background-color : #FFFFFF;
	line-height: 20px;
	height:20%;
	
}
td {
	line-height: 17px
}

.default {
	background-color : #FFFFFF;
	font-family :arial, helvetica, san-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	text-decoration : none;
	line-height: 20px;
	color: #000000;
}

.homeMissionText {
	background-color : #FFFFFF;
	font-family :arial, helvetica, san-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	text-decoration : none;
	line-height: 24px;
	color: #000000;
}

.pageHeader {
	font-family :arial, helvetica, san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 13pt;
	text-decoration : none;
	color: #000066;
}

.sectionHead {
	font-family :arial, helvetica, san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 10pt;
	text-decoration : none;
	color: #000000;
}

.footer {
	font-family :arial, helvetica, san-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 11px;
	text-decoration : none;
	text-align: left;
	color: #999999;
}


	A:link {color:"#000066"; text-decoration: none; }
	A:visited {color:"#000066"; text-decoration: none }
	A:hover {color:"#0033FF";
