	<style type="text/css">
	<!--
	/* Add your styles here */
	
	body{
		background-image:url(images/bgStretch.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#53bfe7;
		margin-top:10px;
	}
	
	/*li{
		list-style:url(images/listBullet.gif);
	}*/
	
	.text{
		font-family:comic sans ms;
		font-size:14px;
		font-weight:500;
		color:#006f99;
	}
	
	.BGtile{
		background-image:url(images/BGtile.gif);
		background-repeat:repeat-y;
	}
	
	.navText{
		font-family:comic sans ms;
		font-size:14px;
		color:white;
		text-decoration:none;
		text-transform:none;
		font-weight:bold;
		white-space:nowrap;
	}
	.navText:hover{
		color:#fbe684;
	}
	
	.pageNav{
		font-family:comic sans ms;
		font-size:14px;
		color:#0072bc;
		text-decoration:underline;
		text-transform:none;
		font-weight:bold;
	}
	.pageNav:hover{
		color:#004571;
	}
	
	.title{
		font-family:comic sans ms;
		font-size:20px;
		color:#bc1a1f;
		font-weight:bold;
	}
	
	.subTitle{
		font-family:comic sans ms;
		font-size:14px;
		color:#bc1a1f;
		font-weight:bold;
	}
	
	.subSubTitle{
		font-family:comic sans ms;
		font-size:14px;
		color:#b65836;
		font-weight:500;
	}
	
	
	
	
	/* protected pages login styles */
	.loginPageTitleClass{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#990000; font-weight:bold;}
	.loginTableClass{}
	.loginHeaderClass{font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000; background-color:#CCCCCC; font-size:14px;}
	.loginTextClass{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}
	.loginFormClass{}
	.loginButtonOffClass{font-family:Arial, Helvetica, sans-serif; color:white; font-weight:bold; border:1px solid #999999; background-color:#666666;}
	.loginButtonOnClass{font-family:Arial, Helvetica, sans-serif; color:white; font-weight:bold; border:1px solid #999999; background-color:#333333;}
	
	/* blog control styles */
	.blogLink {font-family:Arial, Helvetica, sans-serif; color:#3366CC; font-size:12px;}
	.blogTitle {font-family:Arial, Helvetica, sans-serif; color:#990000; font-size:16px; font-weight:bold;}
	.blogSubTitle {font-family:Arial, Helvetica, sans-serif; color:#993333; font-size:14px;}
	.blogContent {font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px;}
	.blogSubnavTitle {font-family:Arial, Helvetica, sans-serif; color:#333333; font-weight:bold; line-height:30px; font-size:14px;}
	
	/* Announce Styles */
	.announceBody {}
	.announceHeader{}
	.announceCenter{}
	.announceTitle {}
	.announceRow1 {}
	.announceRow2{} 
	.announceFormField {}
	.announceButton {}
	.announceButtonHover{}
	.announceFooter {}
	a.announceFooter:hover{}
	.announceDisclaimer{}
	
	
	.BISlink{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:500;
		text-decoration:none;
		text-transform:none;
		color:white;
	}
	.BISlink:hover{
		color:#017bb6;
	}
	
	/* comments classes */
.commentsText{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.commentsLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.commentsLinks:hover{
	color : #FF00A2 ;
}
.btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#ffba00;
	border:1px solid #db7701;
}
	
.btnHover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f1a502;
	border:1px solid #db7701;
}
.commentsDescription{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.textInput{
	
}
.textAreaInput{
	
}

	-->
	</style>
