@charset "utf-8";
/* CSS Document */

#bodywrapper
{
	width:921px;
	height:600px;
	background:#cc0000;
	border:solid white 1px;
	text-align:justify;
	padding-left:40px;
	padding-right:40px;
	padding-top:25px;
	padding-bottom:20px;
}

input, textarea
{
	font-family:helvetica;
	font-size:12px;
	border: solid #333333 1px;
}

table, .bodytext
{
	font-family:helvetica;
	font-size:12px;
	color:white;
	text-align:justify;
}

.button
{
	cursor:hand;
	border:solid black 1px;
	background:white;
	font-size:12px;
	font-family:helvetica;
}

.subheading
{
	font-size:16px;
	font-family:helvetica;
	color:orange;
}

.whiteheading
{
	font-size:16px;
	color:white;
	font-weight:bold;
	font-family:verdana;
}

a, a:visited
{
	color:yellow;
	text-decoration:none;
}

a:hover
{
	color:orange;		
}

.photo
{
	border:solid white 1px;
}



