/* 
	import css for mainNav 
	separate css file as it is common to both new and old pages
*/
@import url(style/mainNav.css);

.class1 A:link {text-decoration: none; color: #363835} 
.class1 A:visited {text-decoration: none; color: #363835}
.class1 A:hover {text-decoration: none; color: #27499A}

.class2 A:link {text-decoration: none; color: #666666} 
.class2 A:visited {text-decoration: none; color: #666666}
.class2 A:hover {text-decoration: none; color: #27499A}

.class3 A:link {text-decoration: none; color: #27499A} 
.class3 A:visited {text-decoration: none; color: #27499A}
.class3 A:hover {text-decoration: none; color: #EA007A}

.class4 A:link {text-decoration: none; color: #EA007A} 
.class4 A:visited {text-decoration: none; color: #EA007A}
.class4 A:hover {text-decoration: none; color: #333333}


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D2CAB7;
}


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #EA007A;
}

.abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #5F7DC4;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #27499A;
}

.sub {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}

.sub2 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}

.address {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 10px;
	color: #363835;
}

.addresspink {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 10px;
	color: #EA007A;
}

.addressblue {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 10px;
	color: #27499A;
}

.bluetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #27499A;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


#mainTable { 
width: 770;
}

#bodyTable { 
width: 770;
}

#subTable { 
width: 142;
}

#addressTable { 
width: 770; 
height: 40;
}

#address2Table { 
width: 770; 
height: 55;
}