html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fe1900; /*fe1900 80d3e5*/ 
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1em ;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 18px;
	color: #fff;
}
p {
	margin:0;
	padding:20px;
}
iframe {
	border: 0px;
}
a {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #fff;
}
a:hover {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000;
}

/* -------------------------------------------------- forms -------------------------------------------------- */
label
{
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	margin:0;
	color:#fff;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 90%;
}	

input {
	padding: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width:96%;
    margin-bottom: 5px;
    font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000000;
}
select {
	padding: 3px;
	border: solid 1px #cccccc;
	width:96%;
	margin-bottom: 15px;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000000;
}
textarea {
	padding: 3px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width:96%;
    margin-bottom: 5px;
    height: 150px;
    font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000000;
}

input[type="radio"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
input[type="checkbox"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}

input[type="submit"] {
	width:80px;
	float:left;
	padding:3px;
	cursor: pointer;
	border: 1px solid #ccc;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #000000;
}


input:focus, select:focus, input.sffocus,textarea:focus, textarea.sffocus {
	background-color: #e6f6ff; 
    color:000;
}

.content {
	font: 0.9em Trebuchet MS, Georgia, Verdana, Arial;
	color:#fff;
	line-height:21px;
}
.content a{
	color:#000;
	background-color:none;
    text-decoration:none;
	font-weight:none;
}
.content a:hover{
	color:#000;
	background-color:none;
    border-bottom: 1px dashed #3399ff;
	font-weight:none;
}
.content b{
	font: 1.5em Trebuchet MS, Georgia, Verdana, Arial;
	color:#fff;
	background-color:none;
    text-decoration:bold;
	font-weight:none;
}





