html, body {
	width: 100%;
	margin: 0px;	padding: 0px;
}
body {
	background-color: white;
	font-family: 'Verdana',Geneva,sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
div, p, img, ul, li, table, tr, td, a, span, h1, h2, h3, h4, h5, pre {margin: 0px;	padding: 0px;}
ul, li {list-style-type: none;}
img {border: none;}
table, tr, td, th {	vertical-align: top;	border: solid 0px green;}
div {border: solid 0px red;}
p, a {
	font-family: 'Verdana',Geneva,sans-serif;
	font-size: 11px;
}
p {line-height: 17px; color: #4b4b4b;}
a {color: #215586;}
a:hover {color: #fb0303;}

h1, h1 a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 31px; font-family: 'HeliosLightRegular', sans-serif;
}

.psevdo { border-bottom: dashed 1px !important; text-decoration: none !important;}

.border_red {border: solid 1px red;}

.split_line_gray {
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
	overflow: hidden;
	margin-bottom: 1px;
}

.color_gray {color: #4b4b4b;}
.color_gray_light {color: #969696;}
.color_black {color: #000000;}
.color_red {color: #fb0303;}

.size_13 {font-size: 13px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.block {display: block;}

.hide {display: none;}
.show {display: block;}
