/* CSS Document */

body {
	/*font-size: 11px; 
	color: #8C8C8C;*/
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
text-decoration: underline;
	color: #52BAA8;
}
a:visited {
text-decoration: underline;
	color: #52BAA8;
}
a:hover {
	text-decoration: underline;
	color: #52BAA8;
}
a:active {
	text-decoration: underline;
	color: #52BAA8;
}
div.main{
	border: 2px solid #348476;
}
.loginBox, input.text{
	font-size: 9px;
}
input.button{
	font-size: 9px;
	font-weight: bold;
	background-color:#999999;
	border: 1px solid #999999;
	color:#CCCCCC;
}
input.text{
	font-size: 9px;
	border: 1px solid #CCCCCC;
}
.footer{
	font-size:9px;
	color:#FFFFFF;
}
.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.noRepeat{
	background-repeat:no-repeat;
}