@charset "UTF-8";

/*
 Program: Everywhere Net Cenetr
 URL:    www.everywhere.com.tw
 E-Mail: everywhere@everywhere.com.tw
 Date:   Jun 2007
---------------------------------------------------- */

/* 整體結構
---------------------------------------------------- */
html, body, h1, h2{
    margin:0;
    padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-image:url(../images/h-12.gif);
	background-repeat:repeat-y;
}
a:visited {
	color: #006699;
}
a:link {
	color: #003E7B;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
.contact_table {
    font-size:12px;
	margin:0;
	padding:0;
}
.contact_table td {
	margin:0;
	padding:5px 3px 5px 3px;
}
.contact_table td b{
	color:#ff0000;
	font-weight:normal;
}
.contact_table td input{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
}
.contact_table td textarea{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
}