<style type="text/css">

	.topSubMenu {
		width: 100%;
		text-align: center;
			
	}
	.topSubMenuItem {
		display: inline;
			
	}
	
	table, tr, .text, p, td, blockquote, ul, ul li, .innerTitle, .sub, .paragraphHeading, .pageMenu, .lightInnerTitle, .specialBig {
		font-family: arial, verdana;
		font-size: 12px;	
	}
	
	
	.paragraphHeading, .paragraphHeading a {
		font-size: 15px;
		font-weight: bold;
		font-color: #036166	
	}
	
	.innerTitle, .sub, .lightInnerTitle{
		color: #1f2f65;	
		font-size: 15px;
		font-weight: bold;
	}
	
	.lightInnerTitle {
		color: white;	
	}
	
	.specialBig {
		font-size: 18px;	
		color: #1f2f65;
	}
	
	.box {
		border: 1px solid black;
		padding: 10px;
	}
	
	.highlightBox {
		border: 1px solid black; 
		padding: 10px; 
		background: #013166;
		color: white;
	}
	
	
	.groupTitleCell{
		font-weight: bold;
		text-align: center;
	}
	
	.pageMenu{
		list-style: none;
		text-align: center;
		
	}
	
	.pageMenu li {
		display: inline;
		font-weight: bold;
	}
	
	.pageMenu li.noBorder {
	
	}
	
	ul.noBullet {
		list-style-type: none
	}
	
	ul.noBullet li {
	
	}
	
	blockquote {
		position: relative;	
		top: -9px;
	}	
	
	blockquote.noIndent {
		position:relative;
		right: 40px;	
	}
	
	.giveButton {
		position: relative;
		display: inline;
		background: #FFFFE8;
		border: 1px solid blue;
	}
	
	.leftSupportColumn {
		float: left;
		width: 500px;
		padding: 0px 5px 0px 0px;
	}
	.rightSupportColumn {
		float: left;
		width: 200px;	
	}	

	hr.slim {
		border: 0;
		color: #9E9E9E;
		background-color: #9E9E9E;
		height: 1px;
		width: 100%;
		margin-top:  14px;
		margin-bottom:  14px;
		text-align: left;
	}
</style>