.border {
	border: 1px dotted #CCCCCC;
}
.borderthin {
	border: 1px solid #CCCCCC;
}
.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-color: #CCCCCC;

}
.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-variant: normal;

}
.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-color: #CCCCCC;
}
.bordergray {
	border-top: 1px solid #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none #CCCCCC;

}
.allsidesgray {
	border: 1px dotted #CCCCCC;
}
.corner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;

}
