@charset "UTF-8";
body {
	background-color: #A8A8A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	text-align: justify;
	font-weight: normal;
}
.photoSpaceLeft {
	border: 1px solid #000000;
	margin-left: 20px;
}
.bgTileLeft {
	background-image: url(../images/bg_tile_left.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.bgTileRight {
	background-image: url(../images/bg_tile_right.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.headers {
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.moreInfo {
	font-size: 14px;
	font-weight: 100;
	color: #FF0000;
	text-transform: uppercase;
}
.moreInfoBIG {
	font-size: 18px;
}
a.resourceslinks:visited {
	color: #FF0000;
	text-decoration: none;
}
a.resourceslinks:link {
	color: #FF0000;
	text-decoration: none;
}
a.resourceslinks:hover {
	color: #666666;
}
a.resourceslinks:active {
	color: #FF0000;
	text-decoration: none;
}
.formText {
	text-align: right;
	line-height: 12px;
}
.formImportsize {
	width: 200px;
}

