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

.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 */
	text-decoration: none;
	color: #44177d;
}     
a:visited {/* visited link */
	color: #8A8A8A;
	text-decoration: none;
}
a:hover {/* mouse over link */
	color: #000000;
	text-decoration: underline;
}
a:active {/* selected link */
	color: #FFFFFF;
	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: 14px;
	font-weight: bold;
	color: #44177d;

}

.body_header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.body_header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.body_other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

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

.title_bar {  /*left hand side*/
	/*background-image:url(../images/bg/title_bg.gif);*/
	/*Purple Color used for 2014 */
	/*background: -webkit-linear-gradient(right, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(left, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(left, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(to left, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* Standard syntax (must be last) */
	
	background: -webkit-linear-gradient(right, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* Standard syntax (must be last) */
	/*background-color:#44177d;*/
}

.bottom_bar {
	background-color:#C3CDFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.sub_nav {   /*right hand side*/
	/*background-color:#44177d;*/ 
	/* rgba(68,23,125) is #44177d, rgba(68,23,125,0-1) 0 to 1 is the transparency*/
	/*background: -webkit-linear-gradient(left, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(right, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(right, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(to right, rgba(68,23,125,0.7), rgba(68,23,125,1)); /* Standard syntax (must be last) */
	
	background: -webkit-linear-gradient(left, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(43,84,126,0.7), rgba(43,84,126,1)); /* Standard syntax (must be last) */
	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;
}
