a.gray {
	color:#cbcbcb;
	font-family:Arial;font-size:12px;font-weight:bold;text-decoration:none;
}
a.white {
	font-family:Arial;font-size:12px;font-weight:bold;color:white;text-decoration:none;
}
table {
	font-family:Arial;font-size:12px;font-weight:normal;color:black;text-decoration:none;
}
.heading {
	background:#939393;
	color:white;
	font-family:Arial;font-size:12px;font-weight:bold;color:white;text-decoration:none;
	line-height:38px;
	padding-left:18px;
	text-transform:uppercase;
}
.dark {
	padding:18px;
	padding-right:23px;
	background:#e1e1e1;
	color:#676767;
}
.dark_dark {
	padding:18px;
	background:#cccccc;
}

.light {
	padding-left:18px;
	padding-right:23px;
	background:white;
	color:#676767;
}
.big {
	font-size:25px;
	font-weight:normal;
	color:#676767;
}
.medium_heading {
	font-size:18px;
	font-weight:bold;
	color:#676767;
	
}
.small_heading {
	font-size:14px;
	font-weight:bold;
	color:#676767;
	margin-top:5px;
}

.bordered {
	border:10px solid #cccccc;
}
.clear {
	clear:both;
	display:block;
}




