/* CSS Document */
body {
	background: url(images/bg.jpg) repeat-x #FFFFFF;
	margin:0;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #0E1619;
}
a {
	font-size: 12px;
	color: #0C171B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C171B;
}
a:hover {
	text-decoration: none;
	color: #0C171B;
}
a:active {
	text-decoration: none;
	color: #0C171B;
}
.bar-header{
	color:#FFFFFF;
	font-size:16px;
	font-family:"Trebuchet MS";
	padding-left:10px;
	line-height:25px;
}
.text_field {
	border:solid 1px #999999;
	height:16px;
	font-size:11px;
	font-family:Tahoma;
	padding-left:3px;
}
.content_title {
	color:#1A313F;
	font-size:14px;
	font-weight:bold;
}

.red{
	color:#cc0000;
}

.authorsList{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.authorsList li{
	float: left;
	width: 210px;
	padding-bottom: 8px;
	padding-top: 5px;
	margin-right: 5px;
	border-top: 1px dashed #9EB0B9;
}

.footerLinks{
	background-color: #1A313F;
	color: #FFFFFF;
	height: 29px;
}

.footerLinks a{
	color: #FFFFFF;
}

.footerLinks a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footerLinks a:visited{
	color: #FFFFFF;
}