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

* {
	margin:				0px;
	padding:			0px;
}

body {
	color:				#000;
	font-family:		"Tahoma", Times New Roman, Times, serif;
	
	}
	
h1 {
	font-size:			22px;
	font-weight:		bold;
	font-family:		"Times New Roman", Times, serif;
	margin-bottom:		20px;
	}
	
	
img {
	border:				0px;
	}
	


#left {
	font-family:		"Times New Roman", Times, serif;
	margin-top:			10px;
	margin-left:		10px;
	width:				220px;
	height:				auto;
	float:				left;
	}



#main_menu a {
	text-decoration:	none;
	color:				#000;
	font-size:			17px;
	line-height:		40px;
	font-weight:		bold;
	}
		
	
#main_menu a:hover {
	color:				#CCCCCC;
	}
	
	
#main_menu a.active {
	color:				#747474;
	}	
	


#main_menu {
	margin-top:			40px;
	margin-left:		40px;
	}

	
#main_menu ul {
	
	
	}

#main_menu li {
	list-style-type:	none;
	}
	

	
	
.sub_menu {
	text-align:			right;
	width:				100px;
	margin-top:			-10px;
	}
		
.sub_menu a{
	
	color:				#a9a9a9;
	font-size:			15px;
	line-height:		24px;
	}
	
.sub_menu ul{
	margin-top:			0px;
	margin-left:		0px;
	margin-bottom:		10px;
	}
		
.sub_menu a.active{
	color:				#747474;
	}
	
	
	
	
.content {
	margin-top:			180px;
	width:				600px;
	float:				left;
	}
	

.top_banner {
	height:				120px;
	overflow:			hidden;
	width:				600px;
	position:			absolute;
	left:				230px;
	top:				10px;
	}			
	
	
	
	
	
	
	


.article {
	font-weight:		normal;
	font-size:			11px;
	line-height:		17px;
	margin-bottom:		15px;
}

.article h2 {
	margin-top:			10px;
	font-size:			16px;
	font-weight:		bold;
	font-family:		"Times New Roman", Times, serif;
	color:				#333333;
	}
	
	


/* Link class below should follow 'body' settings */
.article A {          
	color:				#666666;
	font-size:			11px;
	text-decoration:	none;
	}	
	
.article A:Visited {
	color:				#666666;
	}

.article A:Active {
	color : 			#747474a;
	}

.article A:Hover {
	color :				#666666;
	text-decoration:	underline;
	}




/* Article bullets class below should follow 'body' settings */
.article ul {
	margin-left: 		30px;
	margin-top:			10px;
	margin-bottom:		10px;
	background-color: 	transparent;
	}
	
.article li {
	font-family: 		inherit;
	font-size: 			inherit;
	color:				#333333;
	font-weight: 		normal;
	line-height: 		inherit;
	background-color: 	transparent;
	padding-top: 		3px; 
	}



/* Article table layout */	
.article caption {
	font-size:			16px;
	font-weight:		bold;
	font-family:		"Times New Roman", Times, serif;
	color:				#333;
	line-height:		20px;
	border-bottom:		1px dashed #666666;
	text-align:			left;
	}



.article table {
	font-family: 		"Times New Roman", Times, serif;
	font-size: 			12px;
	line-height: 		1.2em;
	color: 				#000;
	font-weight:		normal;
	border:				0px;
	}


.article th	{
	text-align: 		left;
	font-family: 		"Times New Roman", Times, serif;
	font-size: 			12px;
	line-height: 		1.2em;
	color: 				#000;
	font-weight: 		bold;
	padding: 			2px 6px 2px 6px;
	}


.article td {
	text-align: 		left;
	font-family: 		"Times New Roman", Times, serif;
	font-size: 			12px;
	line-height: 		1.2em;
	color: 				#000;
	font-weight: 		normal;
	background-color: transparent;
	padding: 			2px 6px 2px 6px;
	border: 			0px;
	border-bottom:		1px solid #666666;
	margin:				0 0 0 -2px;
	}


.article [align=left] {margin-right: 10px;}

.article [align=right] {margin-left: 10px;}

.article [align=center] {margin-left: auto; margin-right: auto;}







