body, table, td {
	font-family: Arial;
	font-size:10pt;
}
a {
	color:green;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
label {
	font-weight:bold;
}
.alert {
	color:red;
}
.text_dark {
	color:#989898;
}
.text_input {
	border:1px solid #CC5328;
	color:#989898;
	width:120px;
}
.text_tiny {
	font-size:8pt;
	color:silver;
}
.text_big {
	font-size:18pt;
	color:#CC5328;
}
.title1 {
	text-align:center;
	font-size:30pt;
	color:#989898;
}
.title2 {
	padding-left:10px;
	font-size:20pt;
	color:#92a9cb;
	border-bottom:2px solid #989898;
}
.title3 {
	text-align:center;
	font-size:42pt;
	color:#777073;
}
.title_right {
	padding-right:10px;
	font-size:20pt;
	color:#92a9cb;
	border-bottom:2px solid #989898;
}
.main_topic_row {
	margin-top:15px;
	color:#CC5328;
}
.pagination {
	text-align:center;
	color: #989898;
	border-top:1px dotted #4c5257;
	border-bottom:1px dotted #4c5257;
	margin-bottom:20px;
}
#head_container { 
	background: #fff; 
	position:absolute; 
	left:50%;
	top:-15px;
	width: 1000px;
	margin-left: -500px;
}
.main_title {
	text-align:center;
	font-size:101pt;
	color:#e8e8e8;
}
#main_sub_title {
	position:relative;
	top:30px;
	color:#989898;
	font-size:20pt;
	text-align:center;
}
#main_line {
	background: url(../images/line_slice.gif) repeat-x top;
	width:90%;
	height:3px;
	position:relative;
	top:30px;
	left:50px;
}
#main_ad {
	text-align:center;
	position:relative;
	top:25px;
}
#body_container { 
	background: #fff; 
	position:absolute; 
	left:50%;
	top:180px;
	width: 900px;
	margin-left: -450px;
}
#home_left {
	float:left;
	width:200px;
}
#home_right {
	float:right;
	width:200px;
	text-align:right;
}
#home_middle {
	width:400px;
	margin-left:250px;
}
#home_search {
	position:absolute;
	right:0px;
	top:-27px;
}
#home_home {
	position:absolute;
	left:0px;
	top:-30px;
	font-size:14pt;
	color:#989898;
}
.home_lists {
	margin:10px 5px 10px 5px;
}
.quote_block {
	position:relative;
	margin-bottom:25px;
	margin-top:15px;
	border:1px dotted #4c5257;
	background-color:#f7f7f7;
	width:100%;
}
.quote_block .author {
	position:absolute;
	right:-1px;
	top:-1px;
	font-size:8pt;
	background-color:#a1a1a1;
	color:white;
	padding-top: 1px;
	padding-bottom:1px;
	border: 1px dotted #4c5257;
	width:100%;
	text-align:center;
}
.quote_block .topics {
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	font-size:8pt;
	color:#CC5328;
	width:100%;
	border-top: 1px dotted #4c5257;
}
.quote_block .quote {
	margin: 30px 10px 30px 10px;
	font-size:11pt;
}
.quote_block .author a{
	color:white;
}
.quote_block .reference {
	color:#989898;
	position:relative;
	bottom:20px;
	left:10px;
	font-size:8pt;
}
.quote_block .reference a{
	color:#989898;
}


