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;
}

/*ul {
	list-style-position: outside;
	list-style-image: url(/pics/bullet_square_red.gif);
	list-style-type: square;
}
ul li {
	padding-bottom:5px;
	margin-top:5px;
	border-bottom: 1px dotted;
}
a.red {
	text-decoration:none;
	color:#e71902;
	font-weight:bold;
	
}

a:link {
	color:#e71802;
	font-weight:bold;
	text-decoration:none;
	
}
a:visited {
	color:#e71802;
	font-weight:bold;
	text-decoration:none;

}
a:hover {
	color:#e71802;
	font-weight:bold;
	text-decoration:underline;
	
}*/


