
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	text-align:left;
	background: #ffffff;
}

body, div, table, td, tr, th {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
}


a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}


h1 {
	font-size: 26px;
	color:#00a4d0;
	font-weight:400;
	font-style:normal;
	margin-bottom: 15px ;
	margin-top: 5px;
	padding:0;	
}

h2 {
	font-size: 18px;
	color:#000000;
	font-weight:400;
	font-style:italic;
	margin: 15px 0;
	padding:0;
}

h3 {
	font-size: 15px;
	color:#666666;
	font-weight:700;
	font-style:italic;
	margin: 15px 0;
	padding:0;
}

h4, H5, H6 {
	font-size: 13px;
	color:#999999;
	font-weight:700;
	font-style:italic;
	margin: 15px 0;
	padding:0;
}



hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}


img {
	border: none;
}


form {
	margin: 0;
	padding: 0;
}


input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.clearBoth {
	clear:both;
}

