html,body{
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
.bg_nav {
	background-color: #000000;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
a.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3300;
	text-decoration: none;
}

.bg_main {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
table#fullheight {height:100%}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6C6C6C;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 10px;
	text-align: center;
}

.bg_left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E51616;
}
.bg_right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E51616;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 15px;
	width: 134px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #991717;
	border-right-color: #FF6464;
	border-bottom-color: #FF6464;
	border-left-color: #991717;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	height: 100%;
}
a.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a.bottom:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
a.readmore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3333;
}
