@charset "utf-8";

/* RESET STYLES ******************************************************************************************************************************************************************/
						
						body
						{
	color:#FFFFFF;
						}
						
						*
						{
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:12px;
	line-height:inherit;
	font-style:normal;
	font-weight:400;
	vertical-align:baseline;
	margin:0;
	padding:0px;
	margin-top: 10px;
	color: #393a3d;
						}
						
						ol,ul
						{
	list-style:inside;
	margin-top: 0px;
	line-height: normal;
	padding-top: 0px;
						}
						

/* HEADING STYLES *****************************************************************************************************************************************************************/


h2, .content h1
{
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:18px;
	color:#393a3d;
}

#header h1
{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:45px;
	margin-left:25px;
	display:block;
	width:230px;
	height:110px;
	background:url(Image/bg-h1-logo.gif) no-repeat;
	overflow:hidden;
}

h1 a,h1 a:hover,h1 a:active
{
	display:block;
	width:230px;
	height:110px;
	overflow:hidden;
	margin-left:-600px;
	font-size:24px;
}


h4 { font-weight: bold; }

/* LAYOUT STYLES ******************************************************************************************************************************************************************/
html,body
{
	text-align:center;
	background:#ffffff;
}

#form_wrapper
{
	text-align:left;
	display:block;
	min-width:400px;
	max-width:400px;
	width:400px;
	background:#ffffff;
	margin-top: -20px;

	padding: 10px;
}


#header
{
	display:block;
	min-width:400px;
	max-width:400px;
	width:400px;
	height:30px;
	background:url(Image/bg-header2.jpg) no-repeat top;
	margin:0;
}



