/*		 HERE		COMES			COMMON			CSS	*/
.info_text {
    color:#00A800;
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.succ_text {
    color:#003399;
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.errtext {
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:bold;
	color: #ff0000;
}
/*		CSS ABOVE IT IS COMMON	DO NOT CHANGE IT	*/


/* CSS Document */
.text
{
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#666768;
line-height:16px;
/*text-align:justify;*/
}

.footer
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
}
a.footer
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;
}
a.footer:hover
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
.imgtext
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:12px;
color:#1666AF;
font-weight:bold;
}
.txtbox
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:11px;
color:#000000;
width:151px;
height:20px;
border: 1px solid #1666AF;
background-color:#F3F0D1;
}
.select
{
font-family:arial,verdana,helvetica,sans-serif;
font-size:11px;
color:#000000;
width:151px;
height:20px;
border: 1px groove #1666AF;
background-color:#F3F0D1;
}

a.leftnav
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color: #003399;
text-decoration: none;
}

a.leftnav:visited  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color:#003399;
text-decoration: none;
}
a.leftnav:hover  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color: #FFFFCC;
background-color: #003399;
text-decoration: none;
}
a.leftnav:active  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: normal;
color: #003399;
background-color: #FFFFCC;
text-decoration: none;
}