/* CSS Document */
.class1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: 1px solid #003399;
	background-color: #CCCCCC;
}
.class1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: 1px solid #003399;
	background-color: #CCCCCC;
}

.class1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: 1px solid #003399;
	background-color: #CCCCCC;
}
.class1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	vertical-align: middle;
	background-color: #FFCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #000066;
}


