@charset "utf-8";
body {
	background-image: url(/images/bg.jpg);
	text-align:center; /* for IE */
	margin:0 auto;
}
div#wrapper { 
text-align:left; /* reset text alignment */ 
width:748px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */
} 
.homepageText {
	font-family: Garamond;
	font-size: medium;
	color: #666666;
	line-height: 90%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	text-decoration: none;
	color: #333333;
}
.smallTxtBlk {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 105%;
	text-decoration: none;
}
.smallLink{
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
.smallLink:link {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
.smallLink:visited {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
.smallLink:hover {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 120%;
	text-decoration: underline;
	color: #CC0000;
}
.largeTxtWht {
	font-family: "MS Sans Serif";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.heading {
	font-family: "Arial Narrow";
	font-size: 20pt;
	color: #4F0000;
	line-height: 26pt;
	font-variant: small-caps;
}
.blueTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 110%;
	color: #0692BF;
}
.blueTxt:link {
	text-decoration: none;
	color: #0692BF;
}
.blueTxt:visited {
	text-decoration: none;
	color: #0692BF;
}
.blueTxt:hover {
	color: #FF6600;
	text-decoration: underline;
}
.blueTxt:active {
	color: red;
	text-decoration: underline;
}
.redTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 110%;
	color: #000000;
	font-weight: bold;
}
.redTxt:link {
	text-decoration: none;
	color: #000000;
}
.redTxt:visited {
	text-decoration: none;
	color: #000000;
}
.redTxt:hover {
	color: #FF6600;
	text-decoration: underline;
}
.redTxt:active {
	color: blue;
	text-decoration: underline;
}
.smallTxtWht {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	line-height: 120%;
	color: #FFFFFF;
}
.smallTxtWht:link {
	color: #FFFFFF;
	text-decoration: none;
}
.smallTxtWht:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.smallTxtWht:hover {
	color: #FF6600;
	text-decoration: underline;
}
.lightblueTxtsmall {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-style: normal;
	line-height: 110%;
	color: 85e5fe;
}
.darkblueTxtsmall {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-style: normal;
	line-height: 110%;
	color: 0f9fdb;
}
.darkblueTxtsmall:link {
	text-decoration: none;
}
.darkblueTxtsmall:visited {
	text-decoration: none;
}
.darkblueTxtsmall:hover {
	color: #FF6600;
	text-decoration: underline;
}
.medTxtWht {
	font-family: "MS Sans Serif";
	font-size: x-small;
	line-height: 120%;
	color: #FFFFFF;
}
.quoteTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 110%;
	color: #04536C;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
.mainTbl {
width: 1000px;
}
.showonScreen {
display:block
}
@media print {
    .noprint {
	visibility: hidden;
	}
	.mainTbl {
	width: 100%;
	}
	.showonScreen {
	display:none
	}
}.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	padding-left: 35px;
	color: #333333;
}
.listgreen {
	list-style-position: outside;
	list-style-image: url(../images/bullet-green.gif);
	line-height: 200%;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.headingsmall {
	font-family: "Arial Narrow";
	font-size: 14pt;
	color: #4F0000;
	line-height: 26px;
	font-variant: small-caps;
}
