/* CSS Document */

body{
	background-color: #CCCCCC;
	margin:0px 0px 0px 0px;
	font-size:11px;
	font-family:tahoma, Verdana, Arial;
	font-weight:normal;
	text-decoration:none;
}
.text {
font-family:Tahoma, Verdana, Arial;
font-size: 11px;
line-height: 18px;
letter-spacing: 1px;
color: #e7e7e7;
}
.text2 {
font-family:Tahoma, Verdana, Arial;
font-size: 11px;
line-height: 18px;
letter-spacing: 1px;
color: #323232;
}
.text3 {
font-family:Tahoma, Verdana, Arial;
font-size: 10px;
line-height: 18px;
letter-spacing: 1px;
color: #e7e7e7;
}




a:link {
	color: #ffa200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFA200;
}
a:hover {
	text-decoration: underline;
	color: e7e7e7;
}
a:active {
	text-decoration: none;
	color: #FFA200;
}