BODY.PAGE
{
	BACKGROUND-COLOR: Navy;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}
BODY.POPUP
{
	BACKGROUND-COLOR: LightSteelBlue;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}
BODY.SIMPLE
{
	BACKGROUND-COLOR: lightsteelblue;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	COLOR: navy;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	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: 17px;
	font-weight: bold;
	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: 15px;
	font-weight: bold;
	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: 13px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    vertical-align:top;
}
TH, .ColumnHeader
{	
	vertical-align:	bottom;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: SteelBlue;
	color: White;
}
A:link
{	
	text-decoration: none;
	color: #3333cc;
}
A:visited
{
	text-decoration: none;
	color: #333399;
}
A:active
{
	text-decoration: none;
	color: #333399;
}
A:hover
{	
	text-decoration: underline;
	color: #3333cc;
}
SMALL
{	
	font-size: 11px;
}	
BIG
{
	font-size: 15px;
}
BLOCKQUOTE, PRE
{	
	font-family: Courier New, monospace;
}
.alternateRow
{
	background-color: LightSteelBlue;
}
.customGridTable
{
	background-color: White;
	border-color: Silver;
	border-width: 1px;
	border-style: Outset;
	border-collapse: collapse;
}
.formTable
{
	background-color: gainsboro;
	border-style: outset;
	border-width: 1px;
}
.help
{
	background-color: beige;
	border-style: inset;
	border-width: 1px;
	padding: 4px;
}
.required
{
	background-color: LightYellow;
}
.requiredRightAligned
{
	text-align: right;
	background-color: LightYellow;
}
.sectionHeader
{
	background-color: SteelBlue;
	color: White;
	border-style: inset;
	border-width: 1px;
	font-weight: bold;
	text-align: center;
}
.systemMessage
{
	background-color: White;
	color: Red;
	font-weight: bold;
}
.sunkenCell
{
	border-style: inset;
	border-width: 1px;
	background-color: gainsboro;
	color: Black;
	padding-left: 4px;
	padding-right: 4px;
}
.topBar
{
	background-color: SteelBlue;
	border-style: outset;
	border-width: 1px;
	padding: 4px;	
}