a.login {
	color: #FF6600;
	text-decoration: underline;
}
a.login:hover {
	color: #FFCC00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #666666;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
}
.orange {
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	line-height: 150%;
}
.red {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	line-height: 130%;
}


body {
	background-image: url(images/main_back.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #333333;
	line-height: 120%;
}
table {
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}

.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.purple {
	font-size: 14px;
	color: #CC66FF;
	text-decoration: blink;
	font-weight: bold;
}
