/**
 * Style sheet basic
 */
body
{
	margin:0;
	padding:0;
	line-height:14px;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	font-size:12px;
}

h1
{
clear:both;
border-bottom:1px solid #333333;
color:white;
font-size:25px;
font-weight:normal;
margin:5px 0 25px 0;
padding: 0 0 10px 4px;

}

h2
{
	color:red;
font-size:20px;
font-weight:bold;
margin:15px 0px 0px;
padding:0px;
}

h4 {
font-size:15px;
font-weight:normal;
margin-bottom:0.3em;
}

a
{
	text-decoration:none;
	color:red;
padding:0; margin:0;
}

a:hover
{
	text-decoration:underline;
	color:#fff; padding:0; margin:0;
text-decoration:none;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}
