/* Reset CSS */
body,div,p,span,form,ul,ol,li, hr {margin: 0px; padding: 0px; border:0px;}
img, a img {margin: 0px; padding: 0px; border:0px;}
ol,ul,li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px;font-weight:normal;}
a {text-decoration: none;	color: #086567;}
a:hover {
	text-decoration:underline;
	color: #CC0000;
}

body,table,td,th {
	font-family: Geneva, Arial, Helvetica, "·s²Ó©úÅé";
	color: #333333;
	font-size: 12px;
}

table{border-collapse:collapse; border-spacing:0;}
fieldset{border:0;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display:inline-block;}

.clear {
	clear:both;
}
.left {float: left;}
.right {float: right;}
.textRight {
	text-align: right;
}


.img_border {
	border: #CCCCCC 1px solid;
	padding: 2px;
}
.topnav {
	background-image: url(images/topnav_bg.gif);
	background-repeat: repeat-x;
	height: 112px;
}
.footer {
	background-image: url(images/footer_bg.gif);
	height: 138px;
	background-repeat: repeat-x;
}

