/*global*/
html {
	height: 100.01%;
	}

body {
	font-size: 76%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #fff;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	}
table, td, p, div {
	font-size: 1em;
	}
a:link, a:visited, a:active {
	color: #c00;
	font-weight: bold;
	}
a:hover {
	color: #000;
	font-weight: bold;
	}

/*text */
.pagehead {
	color: #191919;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

.title1 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	background-color: #ec2127;
	width: 100%;
	margin: 0;
	padding: 0 0 0 5px;
	display: block;
	}

.title2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #8b8b8b;
	display: block;
	padding-left: 5px;
	width: 100%;
	}
.titlesm1 {
	color: #191919;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #e2e2e2;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	}

/*padding*/
#pad8 {
	padding: 0 8px;
	}
.brd {
	border-color: #f9291d;
	border-style: solid;
	border-width: 3px 1px 1px;
	
	
	}

.padright {
	background-color: #e7e7e7;
	padding: 0 5px;
	}

/*footer
*/
.footer a:link, .footer a:visited, .footer a:active {
	color: #191919;
	padding-right: 9px;
	padding-left: 9px;
	}
.footer a:hover {
	color: #f9291d;
	text-decoration: none;
	}
.foottext {
	font-weight: bold;
	}

.copyright {
	font-size: 10px;
	}

