/* CSS Document */

.bgleft {
	background-image: url(../images/bg_left.gif);	
	background-position: left;
	background-repeat: repeat-y;
	width: 825px;
}
.bgright {
	background-image: url(../images/bg_right.gif);	
	background-position: right;
	background-repeat: repeat-y;
}

.banner_printonly {
	display: none;
}

.banner_webonly {
}

.content {
	width: 600px;
	margin-left: 90px;
	margin-right: 90px;
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
	border-left-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;	
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;	
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

.banner {
	height: 80px;
	background-image: url(../images/layout_banner_center.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 600px;
	text-align: left;
}

.htext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	width: 600px;
	text-align: right;	
}

.ptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-image: url(../images/bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../images/line.gif);
	width: 600px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;

}

a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #666666;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}