.alignCenter {
	text-align:center;
	}
	
.alignLeft {
	text-align:left;
	}
	
.alignRight {
	text-align:right;
	}
	
.floatLeft {
	float:left;
	}

.floatRight {
	float:right;
	}

img.box {
	background-color:#e5e5e5;
	border:1px solid #cccccc;	
	padding:2px;
	}
	
img.floatLeft {
	margin:0 5px 5px 0;
	}
	
img.floatRight {
	margin:0 0 5px 5px;
	}
	
.evenRow, .oddRow {
	height:25px;
	line-height:25px;
	vertical-align:25px;
	}
	
.oddRow {
	background-color:#e5e5e5;
	}
	
.evenRow {
	}
	
.font8 {
	font-size:8pt !important;
	}
	
.font16 {
	font-size:16pt !important;
	}
	
.red {
	color:#cc0000;
	}
	
.green {
	color:#009900;
	}
	
.orange {
	color:#ff9900;
	}	

.orange12 {
	color:#FF9900;
	font-size:12pt;
	}
	
.blue10 {
	color:#003366;
	font-size:10pt;
	}
	
.blue12 {
	color:#003366;
	font-size:12pt;
	}
	
.blue14 {
	color:#003366;
	font-size:14pt;
	}
	
.lightblue12 {
	color:#336699;
	font-size:12pt;
	}
	
.lightblue10 {
	color:#336699;
	font-size:10pt;
	}
	
.grey8 {
	color:#999999;
	font-size:8pt !important;
	}
	
table.dataTable {
	margin-bottom:10px;
	}
	
table.dataTable caption {
	background-color:#cc0000;
	border-top:#660000 1px solid;
	border-bottom:#660000 1px solid;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding:5px;
	}

table.dataTable td {
	border-bottom:#999999 solid 1px;
	padding:2px 5px;
	line-height:20px;
	veritical-align:middle;
	}
	
table.dataTable td.odd {
	}
	
table.dataTable td.even {
	background-color:#e5e5e5;
	}
	
table.dataTable td.more {
	border:none;
	background-color:#e5e5e5;
	}
table.dataTable td.more a:link, table.dataTable td.more a:visited {
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	}
	
p.news-photo-box {
	background-color:#e5e5e5;
	border:solid 1px #cccccc;
	float:left;
	padding:5px;
	margin-right:10px;
	}
	
p.news-photo-box span {
	color:#666666;
	display:block;
	font-size:8pt;
	padding-top:5px;
	text-align:center;
	}