@import url(/_gfx/datagrid.css);
BODY {
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, STRONG {
	color: #003366;
}

TD, TH {
	font-size: 9pt;
	text-align: left;
}

INPUT, TEXTAREA, BUTTON, SELECT, .control {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	border-width: 1px;
	background-color: #ccccff;
	font-weight: bold;
	color: #003366;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


A:link {
	color: #3333cc;
}

A:visited {
	color: #333399;
}

A:active {
	color: #333399;
}

A:hover {
	color: #3333cc;
}

SMALL {
	font-size: .7em;
}

BIG {
	font-size: 1.17em;
}

BLOCKQUOTE, PRE {
	font-family: Courier New, monospace;
}


UL LI {
	list-style-type: square;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.PageHeader {
	background-color: #003366;
}
.PageMenu {
	background-color: #9999CC;
	color: #000000;
}
.PageMenu2 {
	background-color: #ccccff;
	color: #000000;
	padding: 3px;
}
.PageMenu TD {
	padding: 3px;
}
.PageMenu A, .PageMenu2 A {
	color: #003366 !important;
	text-decoration: none;
	font-weight: bold;
}

.PageFooter {
	margin-top: 20px;
	font-size: 8pt;
	padding: 3px;
	background-color: #9999CC;
	color: #003366;
	text-align: center;
}
.warning {
	padding: 5px;
	font-weight: bold;
	color: #ffcc00;
	background-color: #990000;
	text-align: center;
	letter-spacing: 1px;
}
.warning A:link, .warning A:visited {
	color: #ffcc00;
	background-color: #990000;
	text-decoration: none;
}
.warning A:hover {
	color: #ffffff;
}
