@charset "utf-8";
/*============ Global Style Start ============*/
* {
	margin:0;
	padding:0;
}
body {
	background-color:#FEF3CD;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0;
	padding:0;	
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
div, p, span, h1, h2, h3, h4, h5, h6, input, ul, li {
	text-align:left;
}
ul, li {
	list-style-type:none;
}

p {
	line-height:150%;
}
.cred, a.cred:link, a.cred:visited, a.cred:hover {
	color:#F00;
}
.corange, a.corange:link, a.corange:visited, a.corange:hover {
	color:#F65100;
}
/*clear both*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	font-size:1px;
	width:1px;
	height:1px;
	visibility: hidden;
}
.clear2 {
	clear: both;
	
}
/*============ End Global Style ============*/

