body {
	line-height: 130%;
	color: #000000;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #e8e7e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
a {
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	color: #990000;
	font-weight: bold;
}

#bodyContent{ 
	position: relative; 
	width: 730px; 
	margin: 0px auto 0px auto; 
	padding: 0px; 
}

#left {
	background: transparent url("images/left.gif");
	background-repeat: repeat-y;
}
#center {
	background-color: #FFFFFF;
}
#right {
	background: transparent url("images/right.gif");
	background-repeat: repeat-y;
}
#centerText {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
}
#largeText {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#pie {
	font-size: 9px;
	text-align: right;
}

h3 {
	color: #990000;
}

.def {
	width: 580px;
	background-color: #EEEEEE;
	border: thin solid #000;
	margin: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#emphasis {
	font-weight: bold;
	color: #CC0000;
}
#emphasis2 {
	font-style: italic;
	font-weight: bold;
}
#pie3 {
	font-size: 9px;
	color: #333333;
	line-height: normal;
	text-align: center;
}
.picL {
	float: left;
}
.picR {
	float: right;
}
