body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656868;
	padding: 0 5px 0 7px;
	margin: 0;
	font-size: 11px;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656868;
	font-size: 11px;
}
p {
	margin-top: 8px;
	margin-bottom: 14px;
}
.upper {
	text-transform: uppercase;
}
.gray4 {
	color: #414042;
}
a, a:link, a:visited, a:active, a:focus {
	color: #006eb4;
	text-decoration: underline;
}
a:hover {
	color: #006eb4;
	text-decoration: underline;
}

h1, div.h1 {
	color: #006eb4;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2, div.h2 {
	color: #006eb4;
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3, div.h3 {
	color: #70a81b;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	margin: 7px 0 7px 0;
}
h4, div.h4 {
	color: #006eb4;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	margin: 7px 0 7px 0;
}
h5, div.h5 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	margin: 7px 0 7px 0;
}


a.stat, a.stat:link,a.stat:visited,a.stat:hover {
	text-decoration: none;
}
a.white, a.white:link,a.white:visited,a.white:hover {
	color:#ffffff;
}
div.clear {
	clear: both;
	display: block;
	width: 100%;
	float: none;
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	background-color: #818181;
	color: #818181;
	height: 1px;
	border: 0px none;
}
ul,ol {
	margin-top: 8px;
	margin-bottom: 10px;
}



/*######################################################*/
div.line {
	background-image: url(../images/hr_line.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 10px;
}
div.hr_alpha {
	background-image: url(../images/hr_alpha.png);
	background-position: center;
	background-repeat: repeat-x;
	height: 5px;
}


.just {
	text-align: justify;
}
.sm {
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.ssmall {
	font-size: 9px;
	font-family: Tahoma;
}
.big12 {
	font-size: 12px;
}
.big {
	font-size: 14px;
}
.big2 {
	font-size: 16px;
}
.big3 {
	font-size: 18px;
}
.big4 {
	font-size: 20px;
}
.big5 {
	font-size: 24px;
}
.big6 {
	font-size: 28px;
}
.blue {
	color: #006eb4;
}
.red {
	color: #ed1c24;
}
.white {
	color: #ffffff;
}
.green {
	color: #64af37;
}
.gray3 {
	color: #333333;
}
.gray {
	color: #666666;
}
.gray2 {
	color: #999999;
}
.black {
	color: #000000;
}

input.f,select.f, textarea.f {
	border: 1px solid #b5b8c8;
}
input.f:focus,select.f:focus, textarea.f:focus {
	border: 1px solid #b8d887;
}

input.w, select.w, textarea.w {
	width: 100%;
}
input.big, select.big, textarea.big {
	font-size: 16px;
	font-weight: bold;
}
input.sub, input.but, input.button, BUTTON {

	font-size: 12px;
	color: #000000;
	padding: 0px 10px 2px 10px;
	font-family: Verdana;
	text-align: center;
	border: 0px solid #c9c9c9;
	height: 26px;
	background-image: url(../images/botton_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	
}
input.sub2, input.but2, input.button2, BUTTON {
	font-size: 16px;
	color: #ffffff;
	padding: 0px 10px 2px 10px;
	font-family: Verdana;
	text-align: center;
	border: 0px solid #c9c9c9;
	height: 35px;
	background-image: url(../images/botton_bg2.gif);
	background-position: center;
	background-repeat: repeat-x;
	vertical-align: middle;

}


/*################################################################################################################*/

table.common {
	border: 0px;
}
table.common td {
	border: 0px;
	border-bottom: 1px solid #e4e4e4;
	padding: 4px 10px 4px 10px;
}
table.common th, table.common tr.th td {
	background-image: url(../images/common_table_th.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 0px;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #eeeeee;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	padding: 4px 10px 4px 10px;
}