@import url("header.css");
@import url("menu.css");
@import url("holder.css");
@import url("error.css");
@import url("footer.css");
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin: 0 auto;
}
body {
	background-image: url(../user/images/bgHtml.gif);
	color: #313131;
}
a {
	color: #F6871F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	font-size: 11px;
}
.submit {
	background-image: url(../user/images/submitBack.gif);
	background-repeat: repeat-x; 
	background-color: #DDDFDD;
	height: 20px;
	border: 1px solid #DDDFDD;
}
.input {
	background-image: url(../user/images/inputBack.gif);
	background-repeat: repeat-x; 
	background-position: bottom;
	border: 1px solid #C0C0C0;
	padding: 2px 5px 2px 5px;
}
form p {
	margin: 0;
	padding: 0;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.borderLess {
	border: 0;
}
.linkFollow a {
	color: #313131;
}
.listBltLarge {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.listBltLarge a {
	color: #313131;
	font-weight: bold;
}
.listBltLarge li {
	line-height: 22px; 
	padding-left: 25px; 
	background-image: url(../user/images/bltLarge.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 5px;
}
.listBltSmall {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.listBltSmall li {
	line-height: 22px; 
	padding-left: 25px; 
	background-image: url(../user/images/bltSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 8px;
}
.labelLightBold {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #F6871F;
}
.labelDarkBold {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.labelArticle {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
.timeStamp {
	font-size: 9px;
	color: #979696;
	display: block;
}
.source {
	font-size: 9px;
	color: #979696;
	display: block;
}
.navigation {
	clear: both; 
	padding: 20px; 
	text-align: center;
}
.navigation a:hover {
	text-decoration: none;
}
#content {
	margin: 0 auto;
	width: 722px;
	text-align: left;
	background-image: url(../user/images/bgContent.gif);
	background-color: #FFFFFF;
	padding: 0 19px 0 19px;
	overflow: auto;
}