body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#photobody {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #444444;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

img {margin: 0; padding: 0;}
form {margin: 0;}
b {font-weight: bold;}

p {
	color: #fff;
	
	margin-top: 5px;
	
	font-family: courier, times new roman, serif;
	font-size: 13px;
	line-height: 20px;
}



.intro {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: courier, times new roman, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.bulk {
	color: #fff;
	margin-top: 15px;
	font-family: courier, times new roman, serif;
	font-size: 12px;
	line-height: 18px;
}

.home-intro {
	color: #fff;
	font-family: courier, times new roman, serif;
	font-size: 12px;
	line-height: 12px;
}

.home-tiny {
	color: #fff;
	font-family: verdana, trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}



.copy {
	color: #fff;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.tiny {
	color: #fff;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.warning {
	color: #f93;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.nav-action {
	color: #fff;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}


/********************************************************************** FOOTER */


.footer {
	color: #fff;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;

	margin-top: 5px;
	margin-bottom: 5px;
}


/********************************************************************** LINK STYLES */
a {color: #fff;}

.footer a:link {color: #fff;}
.nav-action a:link {color: #999; text-decoration: none;}


.footer a:visited {color: #fff;}
.nav-action a:visited {color: #999; text-decoration: none;}



.footer a:hover {color: #fff;}
.nav-action a:hover {color: #fff; text-decoration: underline;}



.footer a:active {color: #fff;}
.nav-action a:active {color: #fff; text-decoration: underline;}

