body,table,tr,td,p,ul,ol,li,div,span,form {
	font-family : "Times",serif;
	font-size : 14px;
	color : #000000;
	font-style : normal;
}

.headingbar{
	font : 14px "Arial";
	color:white;
	background : #636D6C;
	width : 100%;
	padding : 5;
	margin-top:5;
	text-transform : uppercase;	
}

.sidebar {
	font : 12px "Arial";
	float : left;
	background : #DBE5E4;
	width : 50%;
	padding : 5;
}
.sidebarheading {
	font : 14px "Arial";
	font-weight:bold;
	padding-bottom:5;

	}

.callout {
	font : 14px Tahoma;
	float : right;
	background : #B3BDBC;
	width : 40%;
	padding : 5;
	text-transform : uppercase;
}
.reference {
	font : 10px arial;
}



a.back {
  	color : #193635;
  	text-decoration : none;
}
a.back:hover {
  	text-decoration : none;
	color: #080852;
}