/* CSS Document */
.a:link{
	font-weight: bond;
	text-decoration: none;
	color: #666666;
}
.a:hover {
    font-weight: bond;
	text-decoration: none;
	color: #F2BE32;
}	
.a:active {
	font-weight: bond;
	text-decoration: none;
	color: #666666;
}
.a:visited {
	font-weight: bond;
	text-decoration: none;
	color: #666666;
}

.font1{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.font2{
	font-family: Arial;
	font-size: 18px;
	color: #OOOOOO;
	font-weight: bold;
}
.framecolor{
	color: #EEE9E8;
}
.bodycolor{
	background-color:#CCC111;
}
.border{
	border-color:#0033FF;
}
.bodycolor1{
	background-color:green;
}
.button {
	BORDER-RIGHT: 1px solid #000000; BORDER-TOP: 1px solid #000000; BORDER-LEFT: 1px solid #000000; BORDER-BOTTOM: 1px solid #000000;
	background-color: #D9D9D9; FONT-SIZE: 10px;font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: regular;color: #3a3a3a;
}
	

