.main_heading{
	color				: #069;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}
.sub_heading{
	color				: #069;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
}


.small_text{
	color				: #222222;
	font-size			: 10px;
}

.table_head {
	font-weight:bold;
	background-color:#DDDDDD;
	text-transform:uppercase;
	display:block;
	padding:5px;
	}
.table_row1 {
	background-color:#F7F7F7;
	display:block;
	padding:1px;
	}
.table_row2 {
	background-color:#F0F0F0;
	display:block;
	padding:1px;
	}

.tables {
	align:left;
	width:540px;
	border:2px dotted #DDDDDD;
	background-color:#FFFFFF;
	padding:5px;
	}