@charset "utf-8";

body { /* set everything to normal to define the base format */
	color: #000033;
	margin:0;
	margin-top:0px;
	margin-bottom:2px;
	background-color: #000033;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}


h1 {
	font-size: 24pt;
	margin: 0 .25em 0.65em 0;
	color: #FF0000;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	margin: 0 .25em 0.65em 0;
	color: cc9933;
	font-weight: normal;
}
h3 { font-size: 1.1em; margin: 0 .25em 0.4em 0; }

p, td, th, div, blockquote, ul, li, dl, ol {
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
}
p, td, th, blockquote {
	margin: 0.5em 0;
	color: #000000;
	font-size: 11pt;
} /* controls spacing
between elements */

.left {
	background-position: left;
	background-image: url(img/left.jpg);
}
.right {
	background-image: url(img/right.jpg);
	background-position: left;
}
ul {
	list-style-image: url(images/diamond-bullet%20blk%20bkgrd.jpg);
	line-height: 24px;
	font-size: 12pt;
}
.print {
}

