/*-----------------------------------
            Reset              
------------------------------------*/
html {
	width: 100%;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}


img {
	border: 0;
}

li {
	list-style-type: none;
}

/*-----------------------------------
            Default               
------------------------------------*/

body {
	width: 100%;
	height: 100%;
	background: #fce9e9;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

a, a:visited {
	color: #f84646;
	text-decoration: none;
	outline: none;
}

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

input, textarea {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-weight: normal;
	font-size: 10px;
	color: #CCFFFF;
}

h2 {
	font-weight: bold;
	margin:10px 0 10px 60px;
	padding-left: 20px;
	border-left: 4px solid #f84646;
}

h3{
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

h4{
	font-size: 10px;
	font-weight: normal;
	width: 200px;
}

h5{
	font-size:12px;
	font-weight:normal;
	margin-left: 35px;
}

h5 a{ color:#333; text-decoration: none;}
h5 a:hover{color:#f84646;}


.pageTop{
	float: right;
}

