/********** Standard bits **************/
address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000;
	line-height: 11pt;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color: #FEFDE2;*/
	background: #FCFCFC url(images/bg-grad.jpg) repeat-x top;
	text-align: center;	
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

.date {
	font-size: 7.5pt;
	color: #000099;
}

h1 {
	font-size: 11.5pt;
	font-weight: bold;
	color: #000099;
/*	margin-top: 0px;*/
	margin-bottom: 6px;
}

.title2, h2 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #000099;
/*	margin-top: 0px;*/
	margin-bottom: 6px;
}

h3 {
	font-size: 9.5pt;
	font-weight: bold;
	color: #000099;
	margin-bottom: 6px;
}

.sidebar {
	font-size: 7.5pt;
}

.sidetitle {
	font-size: 9pt;
	font-weight: bold;
	color: #000099;
	margin-bottom: 0px;
}

.currentpage {
	font-size: 8pt;
	font-weight: bold;
	color: #000099;
}

.otherpages {
	font-size: 8pt;
	color: #000099;
}

.fixcenter {
  width: 770px;
  border: solid; border-width: 1px; border-color: #C42929;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}