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

/* Part 1: Common Styles */

body
{
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body, td, input, textarea 
{
	font-family: Time New Romans, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 16px;
}

body,td,th
{
	font-family: Times New Roman, Times, serif;
	color: #999999;
}

a:link
{
	color: #FFCC00;
}
a:visited
{
	color: #FFFF00;
}
a:active
{
	color: #FFFFFF;
}
a:hover
{
    color: #FF0000;
}

/* Part 2: Styles for Main Menu Button */

a.main_btn, a:link.main_btn, a:visited.main_btn
{
	display: block;
	width: 222px;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: #FF9900;
	font-size: 18px;
}

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


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

/* Part 3: Style for Content */

.title
{
	color: #FF6600;
	font-weight: bold;
	font-size: large;
}

.grey_highlight
{
	color: #CCCCCC;
	font-weight: bold;
}

.orange_highlight
{
	color: #FF6600;
}

.yellow_highlight
{
	color: #FFCC00;
	font-weight: bold;
}

.email_form_title
{
	color: #FF9900;
}

.email_content
{
	color: #666666;
	font-weight: bold;
}

.email_sent
{
	color: #FF6600;
	font-weight: bold;
}