/* CSS Document */

BODY {
	background-color: #f5f5f5;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

A.btnLink2 { text-decoration: none; font-size: 10px; font-weight: bold; }
A.btnLink2:link { color: #FFFFFF; }
A.btnLink2:visited { color: #FFFFFF; }
A.btnLink2:active { color: #330000; }
A.btnLink2:hover { color: #330000; }

.white {
	text-decoration: none;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	background-image: url(images/greybox.png);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.white2 {
	text-decoration: none;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	background-image: url(images/greybox.png);
	padding-left: 12px;
}
.white3 {
	text-decoration: none;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}
.black {
	text-decoration: none;
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}
.projecttextbox {
	text-decoration: none;
	font-size: 10px;
	color:#ffffff;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.projectboxgold {
	text-decoration: none;
	font-size: 11px;
	color:#990000;
	background-image: url(images/greybox.png);
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infowhitetitle {
	text-decoration: none;
	font-size: 13px;
	color:#ffffff;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infowhite {
	text-decoration: none;
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.goldtitle {
	text-decoration: none;
	font-size: 13px;
	color:#990000;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.description {
	text-decoration: none;
	font-size: 10px;
	color:#ffffff;
	font-weight: normal;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}