/*html tags*/

a:link, a:active, a:visited {
	text-decoration:underline;
	color:#6699cc;
}
a:hover {
	color:#6699cc;
	text-decoration:none;
}

h1 {
	font-weight: normal;
	font-size:11px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0pt;
	text-decoration: none;
	font-size: 11px;
}


/*  start DIV  */





/*  Start CSS   */

a.whitelinks:link, a.whitelinks:active, a.whitelinks:visited{
	color:#ffffff !important;
	text-decoration:none;
	font-weight:bold;
}

a.whitelinks:hover{
	color:#ffffff !important;
	text-decoration:underline;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #273c81;
	letter-spacing: 0pt;
	text-decoration: none;
}

.heading-medium {
	color:#273c81; 
	font-weight:bold; 
	font-size:14px

}
.home-leftlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
}	
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.float-right {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.float-left {
	float: left;
	padding-bottom: 10px;
	clear: both;
	padding-right: 10px;
	padding-top: 10px;
}

.yellow {
	color:#FFFF00 !important;
	padding: 5px;
	font-weight: normal;
}

.white {
	color:#FFFFFF !important;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

.blueboxleft {
	background-color:#273c81;
	float:left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
}

.blueboxright {
	background-color:#273c81;
	float:right;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	height: auto;
}

.dotdivide{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273c81;
	clear: both;
}
.blueboxNofloat {
	background-color:#273c81;
	padding: 5px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.redtext {
	color:red;
}

.greybox {
	background-color: #eeeeee;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.greybackground {
	background-color: #F1F2F3;
	padding: 5px;
}
#skyscraper{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;	
}
.hide{
	visibility: hidden;
	display:none;
}
.news_container {
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	font-size:12px;
	border: solid 2px #c3d9ff;
	background: #ffffff;
	color: #53527a;
	width: 250px;
	height: 223px;
	overflow : auto;
	overflow-x: hidden;
}
.latest_news_odd{
	border: solid 1px #a8bfff;
	background: #e5ecf9;
	width: 230px;
	padding:2px;
	margin-bottom:2px;
	}
.latest_news_even{
	border: solid 1px #ffffff;
	color: #000000;
	background: #ffffff;
	width: 230px;
	padding:2px;
	margin-bottom:2px;
	}
a:link.latest_news_even{
	color:#273c81 !important;
	}

