.photoCaption {
	font-family: arial;
	font-size: 10px;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
}
.infoBox {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.bodyText14 {
	font-family: Arial;
	font-size: 14pt;
}
.bodyText12 {
	font-family: Arial;
	font-size: 12pt;
}
.bodyText10 {
	font-family: Arial;
	font-size: 10pt;
}
.boldText14 {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
.boldText14white {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.boldText12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
.columnheadText10White {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
}
.columnheadText12White {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
}
.columnheadText14White {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	color: #FFFFFF;
}
.boldText10White {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.boldText12White {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyText12italic {
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
}
.infoBoxSmall {
	font-family: Arial;
	font-size: 10px;
}
.boldText10 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.bodyText10Italic {
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
}
.Red_New {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}
.asterisk12 {
	font-family: Arial;
	font-size: 12pt;
	color: #FF0000;
}

/** TABLES **/
.simple-table {
	border: 1px solid #ccc299;
	margin-left:auto;
	margin-right:auto;
}

.simple-table th, .simple-table td {
	border: 1px;
	padding: 5px;
}

.simple-table th {
	background-color: #ccc299;
}

/** for alternating row colors **/

.simple-table-rows {
	border: 1px solid #0033CC;
	margin-left:auto;
	margin-right:auto;
}

.simple-table-rows th {
	border: 0px solid #0033CC;
	padding: 5px;
	background-color: #0033CC;
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.simple-table-rows td {
	border: 0px solid #ccc299;
	padding: 5px;
}

.simple-table-rows tr:nth-child(even) {
	border: 0px solid #99ccff;
	background-color: #99ccff;
}

.simple-table-rows tr:nth-child(odd) {
	border: 0px solid #99ccff;
	background-color: #fffff;
}

/** general table stuff **/

.category {
	background-color: #cc9966;
	font-weight:bold;
}

.required {
	color: red;
}

.alert {
	color: red;
}

