@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, tr, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	vertical-align: top;
}

fieldset, img {
	border:0;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	border:none;
	background:transparent;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
 }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img {
	margin: 0px;
	padding: 0px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a:link {
   color:#003068;
   text-decoration:none;
}
a:visited {
   color:#003068;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

pre {
	clear: both;
	margin: 0;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}