/* CSS Document */


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: no-repeat top center white;
	font-family: arial, san-serif;
	height:100%;
	border: none;

}

ul { 
list-style-image: url(images/bullet.gif);
list-style-position:outside; 
font-size: 13px; font-weight: 200;
} 
li { 
background: none; 
padding-left: 10px; 
margin-bottom: 15px;} 

.field {
	font-size: 13px;
}

.field-label {
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

.field-highlight {
	font-weight: bold;
	color: #0066CC;
}

td.field {
	width: 250px;
}

select {
	font-size: 13px;
}

#error {
	font-weight: bold;
	color: #0066CC;
	display: none;
}


/*  Nav + HP Statement */
h1 { color: #000000; font-size: 16px; font-weight: 800; word-spacing: -1px; letter-spacing: -0px; line-height: 20px; font-family: arial; }

/*  Sub Nav */
h2 { color: #000000; font-size: 13px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 16px; font-family: arial; }

/*  12pt */
h3 { color: #000000; font-size: 12px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 16px; font-family: arial; }

/*  14pt */
h4 { color: #000000; font-size: 14px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 18px; font-family: arial; }



h5 { color: #000000; font-size: 17px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 24px; font-family: arial; }

/*  copyright small text 10 pt */
h6 { color: #000000; font-size: 10px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 10px; font-family: arial; }



p { color: #000000; font-size: 13px; font-weight: 200; word-spacing: -1px; letter-spacing: -0px; line-height: 16px; font-family: arial; }



a.blue {text-decoration: none; COLOR: #0066CC; font-weight: 800; }
a.blue:hover {COLOR: #003366;}
a.blue:active {COLOR: black; }

a.blk {text-decoration: none; COLOR: #000000; }
a.blk:hover {COLOR: #0066CC;}
a.blk:active {COLOR: black; }

a.footer {text-decoration: underline; COLOR: #000000; }
a.footer:hover {COLOR: #0066CC;}
a.footer:active {COLOR: black; }