BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	margin: 4px;	
}

.colored_strong_face
{
	color:#000099;
	font-weight: bold;
}

FORM
{
	margin: 0px;
}

TABLE
{
	border: 1px solid #06276E; 
	background-color: #FFFFFF;
	font-size: 10pt;
}

.borderless
{
	border: 0px;
}

.mandatory
{ 
	border-color:#FF9900;
	border-style:solid;
	border-width: 1px;
}

TH
{
	background-color: #06276E;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:3px;
	height:20px;
}

.special_header
{
	font-size: 10pt;
	font-weight:bold;
}


.tiny
{
	font-size: xx-small;
}

.form_caption 
{
	color: #06276E;
	font-weight: bold;
	vertical-align:text-top;
	text-align:right;
}
.form_caption_large
{
	color:#000000
	font-weight: bold;
	font-size:18px;
}

P 
{
	font-size: 10pt;
}

/* 06276E instead of 003366 */

A:link		{ color: #003366; text-decoration:none; font-weight: bold; }
A:visited 	{ color: #003366; text-decoration:none;}
A:hover   	{ color: #FF9900; background: #003366;}
A:active    { color: #003366; background: #FF9900;}

.menu A	 		{ display:block; padding:1px; text-decoration:none; font-weight: bold;}
.menu A:link	{ color: #003366; background-color: transparent;}
.menu A:visited	{ color: #003366; background-color: transparent;}
.menu A:hover  	{ color: #FF9900; background-color: #003366;}
.menu A:active 	{ color: #FF9900; background-color: #003366;}


A#transparent	{ background: transparent;}

/* FORMS  */

.button
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; 
	font-size: 11px;
	font-weight: 900;
	color: #FF9900;
	background-color: #06276E; 
	border: 1px solid #003366;
	margin-top:0px;
	margin-bottom:0px;
}

.suppr_button
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; 
	font-size: 11px;
	font-weight: 900;
	color: #FF9900;
	background-color: #990000; 
	border: 1px solid #003366;
	margin-top:0px;
	margin-bottom:0px;
}

