body {
	background-image:url(http://www.isocore.com/mpls2008/images/bg/bg.gif); 
	background-repeat:repeat-x; 
	background-color:#F0F0F0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.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;
}

.table {
	border: 2px solid #CCCCCC;
	background-color:#FFFFFF;
}

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

.sub_nav {
	background-color:#990000;
	padding-top:10px;
}

.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;
}