@charset "utf-8";
/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.text a:link, .text a:visited, .text a:active{
	color: #3b5f9d;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover {
	color: #8CC655;
	text-decoration: none;
}
.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.textsm a:link, .textsm a:visited, .textsm a:active{
	color: #3b5f9d;
	font-weight: bold;
	text-decoration: none;
}
.textsm a:hover {
	color: #8CC655;
	text-decoration: none;
}
.button {
    border: 0px solid #006;
	color: #FFFFFF;	
    background: #8cc655;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;	
	font-weight: bold;
}
.buttonLogin {
    border: 0px solid #006;
	color: #FFFFFF;	
    background: #3b5f9d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;	
	font-weight: bold;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}