body{
	background:#fff;
	color:#000;
	font-family:Arial;
	font-size:11px;
}
td{
	color:#000;
	font-family:Arial;
	font-size:11px;
}
h1 {
	font-family:Arial;
	text-transform:uppercase;
	color:#396E8E;	
	font-size:19px;
	font-weight:lighter;
	padding:0;
	margin:0;
}
h2 {
	font-family:Arial;
	text-transform:uppercase;
	color:#396E8E;	
	font-size:14px;
	font-weight:lighter;
}
h3{
	color:#000;	
}
p, li{
	font-family: Helvetica;
	font-size:12px;
	color:#444;
}
p{
	line-height:18px;
}
a {
	font-family:Arial;
	color:#B45340;	
	font-size:12px;
	font-weight:lighter;
}
a img { border: none;}

#content p > img{

}
a:hover {
	color:#808080;
	text-decoration:underline;
}

input, select, checkbox, textarea {
	border:1px solid #ccc;
	color:#000;
}

input:focus, select:focus, button:focus{
	background-color: #FFFFCF;
}

.form_label{
	color:#000;
	font-family:Arial;
	font-size:11px;
        width:100px;
}
legend{
	color:#000;
	font-family:Arial;
	font-size:12px;
	
}

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}
.photo_right{
	padding-left:15px;
}
.photo_left{
	padding-right:15px;
}