﻿/* ------- 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, "新細明體";
	color: #333333;
	font-size: 12px;
}

table{border-collapse:collapse; border-spacing:0;}
fieldset{border:0;}

.left {float: left;}
.right {float: right;}
.textRight {
	text-align: right;
}

.bold {font-weight: bold;}

.img_border {border: #CCCCCC 1px solid;	padding: 2px;}
.img_right {float: right; margin-bottom: 5px; margin-left: 6px;}
.img_left {float: left;	margin-right: 8px; margin-bottom: 5px;}
.hidden {display: none;}
.dotline {
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	height: 1px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bold {font-weight: bold;}

.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;
}

/* ------- Clear fix -------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.clear {clear:both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* ------- / Clear fix -------- */


