	body { 
		background-color:#d6e6e6;
		font-family:Georgia, Times New Roman;
		color:#424242;
		font-size:13px;
		margin:0;
		text-align:center;
		background-image:url('/images/pageBKG2.jpg'); 
		background-repeat: repeat-x;	
	} 
	
	.innerDiv {
		background-color:#ecf3f4;
		background-image:url('/images/headerBKG_logo.jpg'); 
		background-repeat: no-repeat;
		width:880px;
		padding:0;
	}
	.contentBoxes {
		border:#ccd6e7 1px solid;
		background-color:#fff;
		margin-left:8px;
		margin-top:8px;
		float:left;
		font-size:13px;
	}
	td { vertical-align:top;
		font-size:13px; }
	p { margin-top:12px;font-size:13px; }
	h2 { font-family:arial;font-size:18px;color:#27616c; }
	.biggerGray { font-size:11px;text-transform: uppercase;color:#787878; }
	.whiteWin{
		background-color:#fff;
		border:#ccd6e7 1px solid;
		margin-bottom:0;
		padding:16px;
		padding-top:4px;
		font-size:13px;
	}
	.noBG { background-color:transparent; background-image:url(''); }
	.blueBG { background-color:#d6e6e6; }
	.whiteWinEDIT{
		background-color:#fff;
		border:#ccd6e7 1px solid;
		margin-bottom:0;
		padding:16px;padding-top:4px;
		font-size:13px;
	}
	.rightBar {
		font-family:Georgia, Times New Roman;
		background-image: url(/images/rightSidebar/rightSideBKG2.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		background-color:#6faea9;
		border-bottom:#ccd6e7 1px solid;
		font-size:13px;
	}
	.rightBar0 {
		font-family:Georgia, Times New Roman;
		background-image: url(/images/rightSidebar/rightSideBKG2.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		background-color:#ecf3f4;
		border:#ccd6e7 1px solid;
		padding:0px;
		font-size:13px;
	}
	
	a		 	{ text-decoration: none; color:#27616c; }
	a:visited	{ text-decoration: none; color:#27616c; }
	a:hover  	{ text-decoration: none; background-color:#fc0;color:#27616c;}
	a.plain		 	{ text-decoration: none; color:#27616c; }
	a:visited.plain	{ text-decoration: none; color:#27616c; }
	a:hover.plain  	{ text-decoration: none; background-color:transparent; }
	
	#loginScreen { 
		position:absolute; left:0px; top:-1px;width:66px;z-index:100;
		padding:1px;
		display:none; 
	}
	.toolbar{
		background-color:#d6e6e6;
	}
	.smallBold { font-weight:bold;font-size:11px; }
	.smallBold10 { font-weight:bold;font-size:10px; }
	.biggerGray { font-size:11px;text-transform: uppercase;color:#666; }
	.smallGray { font-size:10px;color:#666; }
	.smallBlue { font-size:11px;color:#27616c; }