@charset "utf-8";
body	{
	font-size:100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #eee;
}

div#gr_bg	{
	clear: both;
	display: block;
	background: #FFFFFF url(images/sub_bg.gif) repeat-x 0px 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}


body,html	{
	width:100%;
	height:100%;
}
dfn {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

img	{
	border:none;
}

.clearFix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearFix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearFix{height: 1%;}
.clearFix{display: block;}
/* End hide from IE-mac */
