/* 
	Copyright (c) 2003 QianLong Inc.
*/

/*
 *   BasePage Cascading Style Sheets 12/17/2003 24:51
 *   --------------------
 *   Control the look of the ALL output pages with this style sheet file.
 */
/*	
	Copyright (c) 2003 QianLong Inc.
	qianlong.com HTML CSS Selectors 	
	
	$Revision: 16.9 $

	1. 
	
	note: several 1px padding attributes have been added to these selectors to fix Opera 7.11 vanishing margin bugs

 */
/* Build by weizhuce <weizhuce@hotmail.com>

Category	Color description	RGB		Use
--------	-----------------	---		---

Backgrounds:	white			#FFFFFF		main background color for all pages


Text colors:	black			#000000		main text color


Color			light grey	#CCCCCC

Page width 		778/+
Content Width		768		table headers, in page gfx
Left/Right Margin       0/0
Between top boxes       0

Font sizes:		12px		Normal text

Pixel Infos:
--------------------
Transparent gif:	1 x 1		Subpage nice middle pic
 */

/* screen media */

* {
	font-size: 12px;
}
body {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
td {
	font-size: 12px;
}
form {
	padding: 0px;
	margin: 0px;
}
select {
	font-size: 12px;
	color: #333;
	background-color: #f7f7ee;
}
input {
	font-size: 12px;
	color: #333;
	background-color: #f7f7ee;
}
img {
	border: 0px;
}
a:link		{}
a:visited	{}
a:hover		{}
a:active	{}
hr {
	color: #D5D5C9;
	background: #e6e6dc;
	border: none;
	height: 1px;
	clear: both;
	margin: 0px -8px 0px -8px;
	padding: 0px;
}

/* Global Nav CSS Selectors */

.nav		{COLOR: #ffffff}
.nav a:link	{COLOR: #ffffff; text-decoration:none}
.nav a:visited	{COLOR: #ffffff; text-decoration:none}
.nav a:hover	{COLOR: #ffffff; text-decoration:underline}
.nav a:active	{COLOR: #ffffff; text-decoration:none}
.nav_two		{COLOR: #990000}
.nav_two a:link		{COLOR: #990000; text-decoration:none}
.nav_two a:visited	{COLOR: #990000; text-decoration:none}
.nav_two a:hover	{COLOR: #990000f; text-decoration:underline}
.nav_two a:active	{COLOR: #990000; text-decoration:none}

/* Part Custom CSS Selectors */



/* Other Custom CSS Selectors */

.fontstyle {color: #CCCCCC;}

.BgTransparent {background-color: transparent;}