body {
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 700px;
}

p {
	font-size: 12px;
	text-indent: 0em;
	color: #000000;
}
#left {
	position: absolute;
	left:0;
	width: 270px;
}
#center {
	padding-top: 20px;
	margin-left:290px;
	margin-right:50px;
}
#presscenter {
	padding-top: 20px;
	margin-left:340px;
	margin-right:80px;

}
a {
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 11px;
	color: #FF0000;
}

.title { /*index page*/
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}
.title a:link { /*index page*/
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}
.title a:visited {
	font-size: 26px;
	font-weight: bold;
}
.title a:hover {
	color: #FF0000;
}
.text, .text a:link, .text a:hover, .text a:visited {
	font-size: 13px;
	font-weight: bold;
}