body {
	background-color: #000000;
	background-image: url(images/common/bk.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C3C3C3;
}

td {
	font-size: 10px;
}

a:link, a:visited {
	color: #848484;
}

a:hover, a:active {
	color: #339FE9;
	text-decoration: none;
}

.alert {
    font-size: 12px;
    color: #339FE9;
}

.alert_b {
	color: #339FE9;
	font-size: 14px;
	font-weight: bold;
}

.title1 {
	font-size: 14px;
	font-weight: bold;
}

.title2 {
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	font-size: 9px;
	color: #333333;
}

.hidden {
	font-size: 9px;
	color: #333333;
}

.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;

}

.title4 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.text10 { 
    font-size: 10px;
	text-decoration: none
}

.error {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

.formbox {
	font-size: 10px;
	color: #339FE9;
	background-color: #F0FCFF;
	padding: 4px;
	border: 1px solid #339FE9;
}

.formdrop {
	font-size: 10px;
	color: #339FE9;
	background-color: #F0FCFF;
	padding: 2px;
	border: 1px solid #339FE9;
}

.updates {
	margin-top: 2px;
	margin-left: 15px;
}