/* CSS Document */
/** Coded by umesh kumar.  more works.
	This style could be used by anyone for learning purpose. For other purpose, you should contact me 
	for my permission at abishekrana@yahoo.com
**/

body{	
	color:#003466;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background:none;
	margin:0px;
	padding:0px;
}

/**** style for common html elements i.e. paragraph, links, headers and sub headers of the page, form elements etc. ****/

a{
	color:#0d8dcc;
	font-size:11px;
	text-decoration:underline;
}

a:hover{
	color:#0d8dcc;
	font-size:11px;
	text-decoration:none;
}

h1{	
	color:#0d8dcc;
	font-size:14px;
	font-weight:bold;
	margin:7px 0px;
	padding:0px;	
}

h2{
	color:#0d8dcc;
	font-size:12px;
	font-weight:bold;
	font-variant:normal;
	margin:0px;
	padding:7px 0px;
}

h3{
	color:#444444;
	font-size:11px;
	font-weight:bold;
	margin:7px 0px;
	padding:0px;	
}

h4{
	float:left;
	color:#444444;
	font-size:11px;
	font-weight:bold;
	margin:17px 0px 0px 0px;
	padding-left:19px;	
}

p{
	color:#003466;
	font-size:11px;
	font-weight:normal;	
	padding:0px;
	margin:2px 0px;
}
#mainBody{
	float:left;
	width:450px;
	clear:both;
	height:100%;	
	height:auto;
	padding-top:16px;
}

/*** div leftColumn subsections ***/

.date{
	font-weight:bold;
	margin:0px;
	padding:0px;
}
/*** div mainCol subsections ***/

.breadcrumb{ 
	font-size:10px;
	color:#003466;
}

.newcrs{	
	float:right;
	width:470px;
	margin:0px;
	padding: 0px 10px 19px 0px;
}

