
BODY  {
	font-family: "Times New Roman", "Times Roman", serif;
	font-size: 16pt;
	color: black;
	margin: .5in, 1in, .5in, 1in;
	background-color: #ECE9D8; /*light cream -old background was F5EDCD - wheat */
}

BODY.main  {
	font-family: "Times New Roman", "Times Roman", serif;
	font-size: 12pt;
	color: black;
	margin: .5in, 1in, .5in, 1in;
	background-color: white;
}
	
BODY.narrow {
	margin: 0.5in, 0.25in, 0.5in, 0.25in;
}

BODY.holiday {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
	
P   {
	font-size: 18pt;
	color: black;
	line-height:24pt;
	text-indent: .5in;
	padding-left:.5in;
}

P.answer  {
	font-size: 16pt;
	line-height: 18pt;
	margin: 0in, 0.25in, 0.25in, 0.25in;
	text-indent: 0;
	padding-top: 6;
	padding-left: 0in;
}

P.green  {
	text-indent: 0;
	
	color: #003333;	
}

P.right  {
	font-size: 16pt;
	text-align: right;
	color: Black;
	margin-left: 10%;
}

P.right-20  {
	font-size: 20pt;
	text-align: right;
	color: Black;
	margin-left: 10%;
}

P.right1-n  {
	font-size: 22pt;
	align: right;
	float: right;
	color: Black;
	text-indent: 0;
	padding: 0;
	margin-right: .5in;
	margin-left: .5in;
	margin-top: .10in;
	margin-bottom: 0;
}

P.right1  {
	font-size:20pt;
	align: right;
	
	color: Black;
	text-indent: 0;
	padding: 0;
	margin-right: -.5in;
	margin-left: 60%;
	margin-top: .10in;
	margin-bottom: 0;
}
P.left {
	align: left;
	margin-left: -16;
	text-indent: 0;
	padding-left: 0;
}

B.black  {
	color: black;
}

B.red  {
	color: red;
}

B.hunter {
	color: #003333;
	
}

BLOCKQUOTE.answer {
	font-size: .75em;
	font-weight: 800;
	line-height: 20pt;
	color: #0000FF;  /*  blue */
}

H1, H2, H3  {
	margin-top: .5in;
	margin-bottom: .5in;
	font-size:30pt;
	color: #003333;  /* dark  hunter green */
}

H1.center, H2.center, H3.center, H4.center, H5.center, H6.center  {
	text-align: center;
}

H1.centerbig  {
	font-size: 36pt;
	margin: -24;
	text-align: center;
}

H1.thin  {
	margin-top:  .25in;
	margin-bottom: .25in;
}

H2.thin  {
	margin-top:  .25in;
	margin-bottom: .25in;
}

H3.thin  {
	margin-top:  .25in;
	margin-bottom: .25in;
}

H1.left, H2.left, H3.left, H4.left, H5.left, H6.left {
	text-align: left;
	margin: 0;
	padding-top:24;
	color: black;
	font-weight: bold;
}

H1.right  {
	margin: 0in;
	text-align: right;
}

H2  {
	font-size: 26pt;
}

H2.black {
	color: black;
	font-style: normal;
	text-align: center;
	margin: 0;
}

H2.right  {
	color: Black;
	margin: 0in;
	text-align: right;
}

H2.out  {
	margin: 0;
	indent: 0;
	color: Red;
	padding-top:12;
}

H3.out  {
	margin: 0;
	indent: 0;
	color: Red;
	padding-top:12;
}

H3  {
	font-size: 22pt;
}

H3.list  {
	display: list-item;
	list-style-type: disc;
	margin: 0.5in, 0in, 0in, 0in;
	color: #003333;
}

H4  {
	font-size: 18pt;
	color: #003333;
}

H5  {
	font-size: 16pt;
}

H4.blue  {
	color: blue;
	margin: 0in;
	text-indent: 0in;
	padding: 0in;
	font-style: italic;
	font-size: 18pt;
}

H6.right-blue  {
	color: blue;
	text-align: right;
	margin-bottom: 14;
	font-size: 14pt;
}

UL {
	margin-left: 5em;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-image: url("http://www.govets.com/Images-gifs/VWS_bullet.gif")
}
UL.answer {
	font-size:18pt;
	line-height: 20pt;
}

LI  {
	text-align: left;
}
A:link  {
	color: blue;
}

A:visited  {
	color: #003333;
}

A:active  {
	color: red;
}

#blue (
	color: #0000FF;
}