@charset "utf-8";
/* CSS Document */

/* ============================== normal ccs stylesheet ============================== */

body
{
	margin: 0px;
}

body, td, input, textarea
{
	font-family: "Times New Roman", Times, serif, "新細明體", "細明體";
	font-size: 14px;
	
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #333333;
}
a:hover
{
	text-decoration: underline;
	color: #009933;
}

/* ============================== headings ccs stylesheet ============================== */

.headings
{
	font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "細明體";
	color:#666666;
	font-size:12px;
}

/* ============================== main_btn ccs stylesheet ============================== */

a.main_btn, a:link.main_btn, a:visited.main_btn
{
	display: block;
	width: 175px;
	float: center;
	text-decoration: none;
	padding-top:8px;
	padding-bottom:9px;
	
	color:#333333;
	font-size:18px;
}

a:active.main_btn
{
	color:#006699;
}


a:hover.main_btn
{
	color:#FFFFFF;
}

/* ============================== main_btn2 ccs stylesheet ============================== */

.main_btn2
{
	font-size: 18px;
	font-weight: bold;
}

/* ============================== left_col_btn ccs stylesheet ============================== */

.left_col_btn
{
	font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "細明體";
	font-size:14px;
	font-weight:bold;
}

.left_col_btn a:link
{
	text-decoration: none;
	color: #333333;
}

.left_col_btn a:visited
{
	text-decoration: none;
	color: #666666;
}

.left_col_btn a:active
{
	text-decoration: none;
	color: #3399FF;
}

.left_col_btn a:hover
{
	text-decoration: underline;
	color: #009933;
}

/* ============================== footer ccs stylesheet ============================== */

.footer
{
	font-size:11px;
	color:#666666;
}

/* ============================== extra_small ccs stylesheet ============================== */

.extra_small
{
	font-size:12px;
}

/* ============================== error ccs stylesheet ============================== */

.error
{
	color: #FF0000;
	font-weight: bold;
}

/* ============================== image border stylesheet ============================== */


a.img_border, a:link.img_border, a:visited.img_border, a:active.img_border
{
	border:0px ;
}

a:hover.img_border
{
	border:3px dotted #FFCC00 ;
}
