body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #999999;
	margin: 0px;
	font-weight: normal;
}

a:link {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #CCCCCC;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #FF6600;
	font-weight: bolder;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.line {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.client_bttn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.login {
	color: #999999;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a.sub:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
a.sub:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.sub:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

.error404 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
