body  {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	width: 800px;
}

.bodytext {
	font-size:12px;
	background-color: #FFFFFF;
}

.smtext {
	font-size:x-small;
}

.fltrt { 
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { 
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li.bullet {
	list-style-image: url(images/bullet.jpg);
	font-variant: small-caps;
	font-size: 12px;
	text-transform: capitalize;
}

li.number {
	font-variant: small-caps;
	font-size: 12px;
	text-transform: capitalize;
	color: #000099;
}

li.numberNoIndent {
	font-variant: small-caps;
	font-size: 12px;
	text-transform: capitalize;
	color: #000099;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
}

ol.NoIndent {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h1 {
	font-size: 16px;
	font-variant: small-caps;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 14px;
	vertical-align:middle
}

h2 {
	font-size: 14px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	font-variant: small-caps;
	text-transform: capitalize;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	font-variant: small-caps;
	text-transform: capitalize;
}

A:link {
	text-decoration: underline;
	color: #000099;
	font-weight: bolder;
	line-height: 12px;
	font-size: 12px;
}

/* visited link */
A:visited {
	text-decoration: underline;
	color: #000099;
	font-weight: bolder;
	line-height: 12px;
	font-size: 12px;
}

/* active link */
A:active {
	text-decoration: underline;
	color: #000099;
	font-weight: bolder;
	line-height: 12px;
	font-size: 12px;
}

/* hovering over link */
A:hover {
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.style2 {
	color: #FF0000;
}

.style3 {
	color: #FF0000;
	font-size: 20px;
}

.style8 {
	font-size: 9px;
}

.style9 {
	font-size: 14px;
}

.subhead1 {
	color: #06c; 
	font-size: 12px; 
	font-weight: bold;
}

.p_tall
{
	font-size:12px;
	line-height: 600px;
	text-align: center;
	vertical-align: bottom;
}

.smallcap
{
	font-variant:small-caps;
}


.header {
	background-color: #CECCCD;
	background-position: left center;
	float: left;
	width: 100%;
	position: relative;
	visibility: visible;
	height: 15px;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px;
}

