body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 20px;
}

p.detailInfo
{
	margin: 6px;
}


.errorMessage
{
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.infoMessage
{
	background-color: #309030;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

a.navOrange:link { color:#FF9900; text-decoration: none;}
a.navOrange:visited { color:#FF9900; text-decoration: none;}
a.navOrange:active { color:#FF9900; text-decoration: none;}
a.navOrange:hover { color:#FF9900; text-decoration: underline;}

a.navBlue:link { color:#005A96; text-decoration: none;}
a.navBlue:visited { color:#005A96; text-decoration: none;}
a.navBlue:active { color:#005A96; text-decoration: none;}
a.navBlue:hover { color:#005A96; text-decoration: underline;}


a:link { color:#005A96; text-decoration: none;}
a:visited { color:#005A96; text-decoration: none;}
a:active { color:#005A96; text-decoration: none;}
a:hover { color:#005A96; text-decoration: underline;}



td
{
	font-size: 11px;
}

td.menuHeader
{
 background-color: #005A96;
 color: #FFFFFF;
 font-weight: bold;
 padding: 3px; 
}

td.menuItem
{
 padding: 3px;
}

td.menuItemSelected
{
 padding: 3px;
 color: #FFFFFF;
 background-color:#606060;
 cursor: hand;
}

td.downloadButtonsa
{
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 border-bottom: 1px;
 border-style: solid;
 border-color: #005A96;
}

.fieldTitle
{
 font-weight: bold; 
}

.fieldContent
{
 border-width: 1px; border-style: solid; border-color: #C0C0C0;
 background-image:url('./images/dither.gif');
 padding: 3px;
}

.fieldBox
{
 border-width: 1px; border-style: dotted; border-color: #C0C0C0;
 padding: 5px;
}


.fontNormal
{
	font-size: 11px;
}
	
.fontSmall
{
	font-size: 9px;
}
	
.fontTitle
{
	font-size: 18px;
}

input
{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}

input.button
{
	font-size: 11px;
	font-weight: normal;
	height: 23px;
}


.box_gray
{
	text-align: justify;
	border-width: 1px; border-style: solid; border-color: #C0C0C0;
	padding: 8px;
}
