/* DEFAULT FONT 
------------------------------------------*/

body, p, td, th {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#363839;
}

/* FONTS 
------------------------------------------*/
h1 { 
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	margin-top:0px; 
	margin-bottom:10px; 
	line-height:26px; 
	font-size:24px; 
	color:#217083; 
	font-weight:normal;
} 
h2 { 
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	margin-top:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	line-height:24px; 
	font-size:22px; 
	color:#fc9003;
} 
h3 { 
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	margin-top:0px; 
	margin-top:0px; 
	margin-bottom:5px; 
	line-height:18px; 
	font-size:14px; 
	color:#217083;
	font-weight:normal;
} 
h4 { 
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	margin-top:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	line-height:14px; 
	font-size:14px; 
	color:#000000; 
	font-weight:normal;
} 
h5 { 
	margin-top:0px; 
	margin-bottom:0px; 
	line-height:18px; 
	font-size:16px; 
	color:#fc9003; 
} 
h6 { 
	margin-top:0px; 
	margin-bottom:0px; 
	line-height:16px; 
	font-size:13px; 
	color:#fc9003; 
	font-weight:normal
} 
/* LINKS 
------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color:#3a7685;
	text-decoration:underline;
}

/* HR  
------------------------------------------*/
hr {
	border:0px none;
	height:1px;
	background-color:#ccc;
}

/* LISTS 
------------------------------------------*/

ul {
}

ol {
}

li {
}

/* FORMS 
------------------------------------------*/

form {
	margin:0px;
	padding:0px;
}

input {

}

textarea {
}

select {
}

label {
}
.content #submit {
	background-color:#2d373a;
	padding:2px 10px;
	color:#ffffff;
}
/*ERROR 
------------------------------------------*/

.error {
	font-size:11px;
	color:#FF0000;
}