@charset "utf-8";
/* CSS Styles Start */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #09C;
}

/* New Styles */

.rightcolumn-bg {
	background-color: #597ea4;
}

.straplinedark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #004990;
}

.straplinelight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #00aeef;
}

.headlinelight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
	color: #00aeef;
}

.headlinelight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style:normal;
	font-weight: bold;
	color: #00aeef;
}

.headline-right {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #ccffcc;
	text-decoration: none;	
}

.subheadline-right {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #ccffff;
	text-decoration: none;	
}


.whitetext {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;	
}

a.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.companyname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	text-align: right;
	float:right;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}


/* CSS Styles End */



