/* CSS Syntax reminder */
/*	background: #000000; 
	background-image: url(value); [url of background image to be used, i.e. background.gif]
	background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
	background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
 	[valueII: right, center, left, percentage, pixel number]
	background-attachment: value; [scroll, fixed]

	font-family: value; [your font name]
	color: #000000 ; 
	letter-spacing: value; [any number value (3pt, 5pt)]
	font-weight: value; [lighter, normal, bold, bolder, any number value (100, 500, 900)]
	font-size:
*/
body {

 

}


a:link {

	text-decoration:none;
	color: #FF0000;

}

a:visited {

	text-decoration:none;
	color: #009999;

}

a:hover {

	text-decoration:none;
	color: #CC3333;

}

a:active {

	text-decoration:none;
	color: #000066;

}

.mainText {
	color: #000000;
	font-family: verdana;
	font-size:10pt;
	background:#FFFFFF;


}

.boldHeading {

	color: #000000;
	font-size:9pt;
	font-family: verdana;
	font-weight: bold;

}

.boldMoney {

	color: #000000;
	font-size:10pt;
	font-family: verdana;
	font-weight: bold;

}

.redHeading {

	color: #FF0000;
	font-size:10pt;
	font-family: verdana;
	font-weight: bold;

}

.testText {

	color: #000000;
	font-size:8pt;
	font-family: verdana;

}

.testimonialHeading {

	color: #000000;
	font-size:8pt;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;

}

.greyborder {

	background:#E6EBEE;
	height:100%;
	vertical-align:top;

}

.iframeCell {

	vertical-align:top;
	width: 80%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;

}

.offshoreHeading {
	color: #000066;
	font-size:10pt;
	font-family: verdana;
	font-weight: bold;

}

.smallText {

	color: #000000;
	font-family: verdana;
	font-size:8pt;
	background:#FFFFFF;


}

.specText {

	color: #000066;
	font-family: verdana;
	font-size:8pt;
	background:#FFFFFF;


}
