/* Polar Security */

body {
	background:url(../graphics/bg.gif) top repeat-x #000000;
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;

}

.default{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

a {
	color:#9E9E9E;
	text-decoration:none;
}

a:hover {
	color:#D4D4D4;
	text-decoration:underline;
}

.head {
	color:#9E9E9E;
	font-family:Arial;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
}

.footer{
	color:#4D4D4D;
	font-family:Arial;
	font-size:10px;
	letter-spacing:1px;
}
.footer-link{
	color:#4D4D4D;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
	letter-spacing:1px;
}
.footer-link:hover{
	color:#787878;
	font-family:Arial;
	font-size:10px;
	text-decoration:underline;
	letter-spacing:1px;
}

.menu{
	color:#9E9E9E;
	font-family:Arial;
	font-size:12px;
	letter-spacing:1px;
}
.menu-link{
	color:#9E9E9E;
	font-family:Arial;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
}
.menu-link:hover{
	color:#D4D4D4;
	letter-spacing:1px;
	text-decoration:underline;
}

.textField {
	background-color: #FFFFFF;
	color: #9E9E9E;
	border: 1px solid #9E9E9E;
	width: 184px;
	
}

.button{
	color:#9E9E9E;
	font-family:Arial;
	font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #9E9E9E;
	font-weight: bold;
	height:20px;

}
