/* CSS Document */

body{
	background-color:#e3e3e3;
}

.defaultfont{
	font-family:Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-size:12px;
}

.titlefont{
	font-family:Arial, Helvetica, sans-serif;
	color: #dc1e00;
	font-size:18px;
}

.titlefont_s{
	font-family:Arial, Helvetica, sans-serif;
	color: #dc1e00;
	font-size:14px;
}

.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	color: #15429F;
}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #15429F;
	font-size: 18px;
	font-style: italic;
}

.style2 {font-size: 15px}

.style3 {color: #FF0000}

.style4 {color: #15429F}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

.footer a:link {
    color: #999999;
	font-size:11px; 
    text-decoration:none
}  

.footer a:visited {
    color: #999999;
	font-size:11px; 
    text-decoration:none
}  
.footer a:hover {
    color: blue;
	font-size:11px; 
    text-decoration:none
} 
 .footer a:active {
    color: #999999;
	font-size:11px; 
    text-decoration:none
}  
.textfield {
	font-family: Arial,Verdana;
	background-color:#ffffff;
	font-size: 12px;
	color: #000000;
	border: 1px;
	border: solid;
	border-color: #cccccc;
}

a:link {
	color:#1e7ed8;
	text-decoration:none;
	}
	
a:visited{
	color:#1e7ed8;
	text-decoration:none;
	}

a:hover { 
	color:#f32301;
	text-decoration:underline;
	}

a:active{
	color:#f32301;
	text-decoration:none;
	}

.style10 {
	color: #EBE9ED;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style16 {font-size: xx-large}

.titlegray {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.lang {
	color: black;
	font-size: 14px;
   	font-family: Arial, Helvetica, sans-serif;
}

.lang a:link {
	color:#1e7ed8;
	text-decoration:none;
	}
	
.lang a:visited{
	color:#1e7ed8;
	text-decoration:none;
	}

.lang a:hover { 
	color:#f32301;
	text-decoration:none;
	}

.lang a:active{
	color:#1e7ed8;
	text-decoration:none;
	}
	
.style21 {font-family: Arial, Helvetica, sans-serif; color: #DC1E00; font-size: 15px;}

.errMsg { color: #C33; font-size:xx-small; font-family: Arial;} 
