/* Global Style */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	background-image: url(images/sky_bg.jpg);
	background-repeat:no-repeat;
}


td {
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
}


/* Article Text Style */

.bodyheader {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}

.subheader {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #2C2C2C;
	margin-top: 10px;
    margin-bottom: 4px;

}


/* Main body link style */

a:link { 
	color: #0066CC;
	text-decoration: underline;
}

a:visited { 
	color: #0066CC;
	text-decoration: underline;
}

a:hover { 
	color: #0099FF;
	font-weight: bold;
}

a:active { 
	color: #0066CC;
	font-weight: bold;
}


/* FOOTER STYLES */

.footer {
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover { 
	text-decoration: underline;
}

.footer a:active { 
	color: #FFFFFF;
	text-decoration: none;
}




