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

body {
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}

.table {

	}
	
.bg_body_left {
	background:url(../images/body/left.gif) right repeat-y;
	}
	
.bg_body_right {
	background:url(../images/body/right.gif) left repeat-y;
	}
	
.bg_body_left_bottom {
	background:url(../images/body/left_bottom.gif) right no-repeat;
	}
	
.bg_body_right_bottom {
	background:url(../images/body/right_bottom.gif) left no-repeat;
	}
	
.bg_body_left_sub {
	background:url(../images/body/left_sub.gif) right repeat-y;
	}

.title_bar {
	background:url(../images/title_bar/title_bar_bg.gif) repeat-y;
	}


.body_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}


.body_topic_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	height: 13px;
	padding: 4px;
	background-color:#CCCCCC;
}

a:link {/* unvisited link */
	color: #666666;
	text-decoration:none;
}     
a:visited {/* visited link */
	color: #666666;
	text-decoration:none;
}
a:hover {/* mouse over link */
	color: #990000;
	text-decoration:underline;
}
a:active {/* selected link */
	color: #990000;
	text-decoration:none;
}

a.link_bar:link {/* unvisited link */
	color: #333333;
	text-decoration:none;
}     
a.link_bar:visited {/* visited link */
	color: #666666;
	text-decoration:none;
}
a.link_bar:hover {/* mouse over link */
	color: #990000;
	text-decoration:underline;
}
a.link_bar:active {/* selected link */
	color: #990000;
	text-decoration:none;
}

a.red_link:link {/* unvisited link */
	color: #990000;
	text-decoration:none;
}
a.red_link:visited {/* unvisited link */
	color: #990000;
	text-decoration:none;
}
a.red_link:hover {/* mouse over link */
	color: #990000;
	text-decoration:underline;
}
a.red_link:active {/* selected link */
	color: #990000;
	text-decoration:none;
}

.author {
	text-transform:uppercase;
}

a.author:link {/* unvisited link */
	color: #990000;
	text-decoration:none;
}
a.author:visited {/* unvisited link */
	color: #990000;
	text-decoration:none;
}
a.author:hover {/* mouse over link */
	color: #990000;
	text-decoration:underline;
}
a.author:active {/* selected link */
	color: #990000;
	text-decoration:none;
}

.body_bold {
	font-weight: 600;
}

.body_italic {
	font-style:italic;
}

.body_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.topic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	height: 13px;
	padding: 4px;
	background-color:#E9E9E9;
}

.number {
	font-weight:bold;
	border-right:#CCCCCC;
	border-right-style:solid;
}

.view {
	font-weight:bold;
	border-left:#CCCCCC;
	border-left-style:solid;
}

.back_to_top {
	border-bottom:#990000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}