BODY {
        background: gray;
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, OL, DL, TD, P, table {
	font-family: Arial, sans-serif;
}

OL, DL,  P {
	font-size: 10pt;
}

H1 {
	font-size: 15pt;
	font-weight: bold;
	color: black;
	line-height: 17pt;

h2 {
	font-size: medium;
        font-weight: bold;
	color: blue;
}

H3 {
	font-size: medium;
	font-weight: bold;
	color: yellow;
	background: navy;
	padding: 5px;
}

H4 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background: tan;
	padding: 3px;
	text-align: center;
}

H5 {
	font-size: 12pt;
	font-style: italic;
	color: white;
	background: navy;
	text-align: center;
	padding: 3px;
}

H6 {
	font-size: 12pt;
	background: #6699CC;
	font-family: Arial;
	font-weight: bold;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
}

TABLE {
	margin-right: 10px;
	spacing: 0px;
	padding-left: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	border: 1px;
}

TH {
	background: navy;
	font-family: serif;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
}

DT {
	font-weight: bold;
	font-color: #050;
}

EM.maroon {
	font-style: italic;
	color: maroon;
}

.hilite {
	background: tan;
}

.large {
	font-size: medium;
	font-color: navy;
	font-weight: bold;
	font-style: oblique;
}

.small {
	font-size: 10pt;
}

.tdsmall {
	font-size: 10pt;
	background: #CCCCCC;
}

.submitted {
	font-size: 10pt;
	font-color: red;
	background: beige;
}


.thsubmitted {
	font-size: 10pt;
	color: white;
	background: #B91D31;
	font-weight: bold;
}




.ssmall {
	font-size: 8pt;
	background: beige;
}


.tdhead {
	background: #6699CC;
	font-family: Arial;
	font-weight: bold;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
}

.rowhead {
	font-size: 12pt;
	background: #6699CC;
	font-family: Arial;
	font-weight: bold;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
}

.pagehead {
	font-size: 12pt;
	background: navy;
	font-family: Arial;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}