body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

A.white_link {
	font-size: 9pt;
	text-decoration: none;
}
A.white_link:link {
	COLOR: #FFFFFF
}
A.white_link:active {
	COLOR: #FFFFFF
}
A.white_link:visited {
	COLOR: #FFFFFF
}
A.white_link:hover {
	COLOR: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}

.white_font {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt;
	color: white;
}

.top_link_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #00FFFF;
}

A.side-nav {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; font-size: 9pt;
}
A.side-nav:link {
	color: #000000
}
A.side-nav:active {
	color: #000000
}
A.side-nav:visited {
	color: #000000
}
A.side-nav:hover {
	color: #000000;
	font-weight: bold
}

A.product_link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; font-size: 9pt;
}
A.product_link:link {
	color: #000000
}
A.product_link:active {
	color: #000000
}
A.product_link:visited {
	color: #000000
}
A.product_link:hover {
	color: blue;
	text-decoration: underline;
}

.fieldLabel {
	color: #000099;
	font-weight: bold;		
}

.required-field {
	background-color: #FFFF99;
}

.page_header {
    font-size: 16pt; 
	font-weight: bold
}

.table_border
{
    BORDER-RIGHT: #8cacbb 1px dashed;
    PADDING-RIGHT: 0.5em;
    BORDER-TOP: #8cacbb 1px dashed;
    PADDING-LEFT: 0.5em;
    PADDING-BOTTOM: 0.5em;
    OVERFLOW: auto;
    BORDER-LEFT: #8cacbb 1px dashed;
    COLOR: black;
    PADDING-TOP: 0.5em;
    BORDER-BOTTOM: #8cacbb 1px dashed;
    BACKGROUND-COLOR: #f7f9fa;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;	
}

.table_data_row_bgcolor 
{
    BACKGROUND-COLOR: #FFFFCC
}

.table_header_row_bgcolor 
{
    BACKGROUND-COLOR: #CCCCCC
}

.body_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}