body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #D9CEC4;
	background-image: url(../images/bodybackground1.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 0px;
}
.headerbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 0px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	list-style-type: disc;
	text-indent: 0px;
	padding: 2px;
	margin-bottom: 8px;

}

.listtext {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 0px;
	//list-style-image: url(/images/bullet.png);
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0px;
	padding: 0px;
	margin-bottom: 8px;

}
.listtext li{
	padding: 2px;
	padding-right: 8px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;	
}
.listtext ul {
	padding-top: 12px;
}

.listtext a:link {
	color: #990000;
	font-weight: normal;
	text-decoration:none;
}
.listtext a:visited {
	color: #660000; 
	font-weight: normal; 
	text-decoration:none; 
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration:none;
}
a:active {
	color: #990000;
	font-weight: bold; 
	text-decoration:none; 
}
a:visited {
	color: #660000; 
	font-weight: bold; 
	text-decoration:none; 
}
a:hover {
	color: #ff0000; 
	font-weight: bold; 
	text-decoration:none; 
}

.border_right {
	padding-left: 8px;
	padding-right: 16px;
	margin-right: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
}

.border_left {
	padding-left: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
}

hr	{
	color: #D9D9D9; /* inner_border_color */
	background-color: #D9D9D9; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}


.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 0px;
}

.fade {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}

.imageback {
	background-image:url(/images/imagetemplate1.jpg);
}

.imageback256 {
	width: 266px;
	height: 194px;
	text-align:center;
	vertical-align: top;
	padding: 0px;
	padding-top: 16px;
	border: 0px;
	margin: 0px;
	background-image:url(/images/imagetemplate2.png);	
}

.imageback128 {
	width: 132px;
	height: 96px;
	text-align:center;
	vertical-align: top;
	padding: 0px;
	padding-top: 8px;
	border: 0px;
	margin: 0px;
	background-image:url(/images/imagetemplate128.png);
}

.linetable {
	border: solid;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	border-spacing: 1px;
	padding: 2px;
	vertical-align: top;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	list-style-type: disc;
	text-indent: 0px;
	padding: 2px;
	margin-bottom: 8px;
	color: #666666;
}
