@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption {
	text-align:left;
	display:none;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	display:block;
}
.clearFloats {
	height:1px;
	overflow:hidden;
	clear:both;
}
p {
	padding: 8px 0;
}
.alignLeft {
	float:left;
}
.alignRight {
	float:right;
}
.alignMid {
	margin:auto;
}

body {
	line-height:1.3;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
a {
	text-decoration:none;
}
a:link {
	color:#0233b5;
}
a:visited {
	color:#0233b5;
}
a:hover {
	color:#0066FF;
	text-decoration:underline;
}
a:active {
	color:#666666;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	/*font-weight:normal;*/
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:#0233B5;
	font-size:20px;
	margin-bottom:10px;
	padding:5px;
}
h2 {
	color:#0233B5;
	font-size:18px;
	margin-bottom:10px;
	padding:5px;
}
h3 {
	color:#0233B5;
	font-size:16px;
	margin-bottom:5px;
	padding:2px;
}
h4 {
	color:#0233B5;
	font-size:14px;
}
h5 {
	color:#0233B5;
}
h6 {
}
