/* Default */
.content{
	padding:20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#868585;
}

.content p{
	margin:0px 0px 4px 0px;
	padding:0px;
}
/* Title */
.content h1{
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	margin: 0px 0px 16px 0px;
}
.content h2{
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom:16px;	
	padding: 11px 0px 0px 5px;
	height:25px;
}
.content h3{
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	margin:30px 0px 16px 0px;
	padding: 2px 0px 2px 5px;
	height:15px;
}
.content h4{
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom:16px;
}
.content h5{
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	margin-bottom:16px;
}
.content h6{
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	margin-bottom:16px;
}
/* Links */
.content a:link {
	color: #868585;
} 
.content a:visited {
	color: #868585;
}
.content a:hover {
	color: #d77d45;
}
.content a:active {
	color: #868585;
}
/* List */
.content ul {
	margin: 0px 0px 10px 30px;
	padding: 0px;
}
.content li{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
/* Pics */
.content .icon{
	margin:0px 5px 0px 0px;
	vertical-align: text-bottom;
}
/* Form */
.content .Backbutton{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	color:#868585;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	border:1px solid #FFFFFF;
	height:25px;
	background-color: #FFFFFF;
	background-image: url("../img/Icon-Back.gif");
	background-repeat:no-repeat;
	background-position: left;
}
