body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
}

a {
	font-style: normal;
	text-decoration: none;
	color: #002b5e;
}
a:hover{
	font-style: normal;
	text-decoration: underline;
	color: #002B5E;
}
td {
	font-family: Arial, Helvetica, sans-serif
	}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding-bottom: 10px;
	line-height: normal;
	display: block;
}
strong {
	color: #002b5e;
}
p a {
	font-style: normal;
	text-decoration: underline;
	color: #002b5e;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 10px;
	color: #002B5D;
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 10px;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	color: #002B5D;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding-bottom: 10px;
	line-height: normal;
	display: block;
	font-weight: normal;
}
/**************************
LIST
**************************/
 ul
{
list-style-type: none;
padding: 0;
margin-left: 0px;
}
 li
{
	font-size: 130%;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-top:  5px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
}
.currentsize {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.mediumsize {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
}
.largesize {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;
}
.fadepanel {
	background-image: url(images/shadingpanel.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: block;
}
.headshot {
	border: 1px solid #1C2F5C;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}

.quote1_open {
	background-image: url(images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	display: block;
	float: left;
	height: 40px;
	
}
.quote1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding-bottom: 10px;
	line-height: normal;
	display: block;
	
}
.quote1 {
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 35px;
	padding-right: 35px;
	font-style: normal;
}

.quote2_open {
	background-image: url(images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding-left: 35px;
	display: block;
	float: left;
}
.quote2 p {
	font-size: 130%;
	padding-bottom: 10px;
	line-height: normal;
	display: block;
}
.quote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 35px;
	padding-right: 35px;
}

