@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	padding-top: 20px;
}


img {
	border: #999999 solid 1px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #aaaaaa;
}

.photoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;	
}

.photoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;		
}

.contact td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.contact td strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.contact td a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.contact td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;

}


.footer {
	margin-left: auto;
	margin-right: auto;
}
.footer td {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}



.footer td a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.footer td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottomText {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bottomText a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.bottomText a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}