<!-- 

body {font-family: verdana, arial, helvetica, sans-serif;
		background-color: #660033;
		margin-left: 1%; margin-right: 1%;
		color: #000000}

p {font-size: 90%;}

h1 	{font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000}
	

h2 	{font-size: 90%;
	color: #660033}
	
h3 	{font-size: 90%;
	color: #006699;}
	
h4 	{font-size: 90%;
	color: #999966;}
	

tr {vertical-align: top;}
	
th {vertical-align: top;}

td {font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		vertical-align: top;}
	
ul {list-style-type :disc;}

ol {  	}
	
li {font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: .5em;}
	
input {
	width: 250px;
	border-bottom : 1px inset #006699;
	border-right : 1px inset #006699;
	border-top : 2px outset #006699;
	border-left : 2px outset #006699;
}

textarea {
	width: 250px;
	border-bottom : 1px inset #006699;
	border-right : 1px inset #006699;
	border-top : 2px outset #006699;
	border-left : 2px outset #006699;
}

a, a:link, a:visited 	{color:#006699;
						text-decoration: none}  /* was 000066 */
						
a:hover		{color:#99CCCC;
			text-decoration: underline;}

a:active 	{color:#99CCCC;
			text-decoration: underline;}

	
.small	{font-size: 67%;
		color:#000000}
	
.small2 {font-size: 83%;
		color:#000000}
	
.home {font-size: 80%;
		color:#000000;
		margin-top: .7em; margin-bottom: .7em;}

.taupe {color: #999966}	
.blue {color: #006699}
.wine {color: #660033}
.aqua {color: #99CCCC}


	
/* ~~~~~~~~~~~~  Begin Design Notes  ~~~~~~~~~~~~ */
.query {
		color: #000000; 
		background:#FFCC33; 
		font-weight:bold;
		}
	
/* ~~~~~~~~~~~~  End Design Notes  ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~  Begin Border Table Styles  ~~~~~~~~~~~~*/
.borderTable {
	border : 2px solid #006699;
	background: #ffffff;    /*#EEEEEE */
}

/* ~~~~~~~~~~~~  End Border Table Styles  ~~~~~~~~~~~~*/

/* ~~~~~~~~~~~~  Begin Navigation Styles  ~~~~~~~~~~~~*/
.navBar {
	border-bottom : 1px solid #006699;
	border-top : 1px solid #006699;
	background: #eeeecc;    /*#EEEEEE */
}

.nav 	{	
		color : #99CCCC;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;	
		}
	
.nav a, .footnote a:link, .footnote a:visited {
	color : #004477;   /* #006699 */
	font-size: 9pt;
	font-weight: bold;
	display : block;
	text-decoration : none;
	width : 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav a:hover {
	color: #003366;
	font-weight: bold;
	font-size: 9pt;
	background: #99CCCC;
	text-decoration : none;
	/*border-right : 1px solid #006699;
	border-left : 1px solid #006699; */
}
	
.nav a:active {
		color: #996699;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: none;
	}	
/* ~~~~~~~~~~~~  End Navigation Function Styles  ~~~~~~~~~~~~*/


/* ~~~~~~~~~~~~  Begin Footnote Styles  ~~~~~~~~~~~~*/
.footnote {
		color: #000000;
		font-size: 9pt;
		text-decoration: none;
		background-color: #FFFFFF
	}
.footnote a, .footnote a:link, .footnote a:visited {
		color: #006699;
		font-size: 7pt;
		text-decoration: none;
	}
.footnote a:hover {
		color: #99CCCC;
		font-size: 7pt;
		text-decoration: underline;
	}
	
.footnote a:active {
		color: #99CCCC;
		font-size: 7pt;
		text-decoration: underline;
	}	
/* ~~~~~~~~~~~~  End Footnote Function Styles  ~~~~~~~~~~~~*/
// -->