/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #999999;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.style1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
.style4 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color:#000000;
}
.style6 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#000000;}
.style7 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#ffffff;}
.style8 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#ffffff;}
.style10 {color: #000000}
.style12 {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 18px; color: #FFFFFF; }
.style13 {color: #FFFFFF}
.style15 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style16 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#000000;font-weight:bold;}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
INPUT,TEXTAREA,SELECT 
{
	font-family:Arial;
	font-size:8pt;
	border: solid 1px black;
}


.error_text
{
	font: bold 12pt Arial;
	color: #9E0B0E;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

.status_text
{
	word-spacing: normal;
	font: bold 12pt Arial;
	text-transform: none;
	color: #66ff66;
	letter-spacing: normal;
}
A:link.link01, A:Visited.link01, A:Active.link01
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
}
A:Hover.link01
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	font-weight:bold;
}
A:link.link02, A:Active.link02, A:Hover.link02
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
}
A:Visited.link02
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color:white;
}