.greyBorder {
	border: 1px solid #959595;
}
.redBorder {
	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: #CC0000;
	border-bottom-color: #CC0000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;

}
a:link {
	color: #CCCCCC;
}
a:hover {
	color: #CC0000;
}
a:visited {
	color: #CCCCCC;
}
.MainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 3px;
}
a.linkMenu:link {
	font-size: 12px;
	text-decoration: none;
}
a.linkMenu:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	padding: 3px;
	border: 1px solid #999999;
	background-image: url(images/bg2.gif);





}
a.linkMenu:visited {
	font-size: 12px;
	text-decoration: none;
}
