/* CSS Document */
body {
	background-color:#25394A;
	margin:0px;
}
.darkgreybackground {
	background-color: #677581;
}
.lightgreybackground {
	background-color: #D6D6D6;
}
.contentbackground {
	background-color: #F2F2F2;
}
.whitebackground {
	background-color: #FFFFFF;
}
.gradientbackground1 {
	background-image:url(../images/bluebackgr1.jpg);
	background-repeat:repeat-x;
}
.gradientbackground2 {
	background-image:url(../images/bluebackgr2.jpg);
	background-repeat:repeat-x;
}
.menubackground {
	background-image:url(../images/latestnewsright.jpg);
	background-repeat:no-repeat;
	background-color:#DADADA;
	background-position:top;
}
.buttonout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-bottom:3px;
	vertical-align:bottom;
	background-image:url(../images/buttonoutbackground.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.buttonover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005BBD;
	padding-bottom:3px;
	vertical-align:bottom;
	background-image:url(../images/buttonoverbackground.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}.newstext {
	font-family: Tahoma;
	font-size: 12px;
	color: #282828;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
}
.contenttext {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	line-height: 13pt; 
	/* line-height:24pt; */
}
.footertext,.footertext:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height:14px;
}
a, a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	text-decoration:underline;
}
.contenttextunspaced {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	line-height: 13pt; 
	/* line-height:16pt; */
}