html,  body {
  height:100%;
}
html,  body, table, td, div, p, H3 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #032753;
  font-size: 13px;
}
body {
	
  	margin:0;
  	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

li {
padding-bottom: 5px;
}

.date  {
background-color: #0095da;
color: #FFFFFF;
font-size:16px;

padding: 0 4px 0 4px;

}

.footer {
	background-image: url(images/bg_down.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
.top {
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.toptable {
	margin-top: 72px;
}
p {
	text-indent: 18px;
}
H1{
	text-indent: 25px;
	font-weight: normal;
	font-size:20px;
	margin-top: 0px;
	color: #c82d29;
	background-image: url(images/arr.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 7px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #f5903f;

}

H4 {
	color: #00a651;
	font-weight: normal;
	font-size:24px;
}
H4 a {
	color: #00a651;
	text-decoration:underline;
}

H2 {
	color: #00a651;
	font-weight: bold;
	font-size:16px;
}
H5 {
	color: #c82d29;
	font-weight: normal;
	font-size:16px;
	padding:0px; 
	margin: 0px;
}
H6 {
	color: #c82d29;
	font-weight: normal;
	font-size:13px;
	padding:0px; 
	margin: 0px;
}

#left {
	margin: 0 5px 0 0;
	background: #01b5f0 url(images/left_bg.png) repeat-y right;
	height: 100%;
	right:0;
	top:0;
	padding:2px; 
}
#right {
	margin: 0 0 0 5px;
	height: 100%;
	right:0;
	top:0;
	padding:4px; 
	background: #f5903f url(images/right_bg.png) left repeat-y;
}
#right H1 {
	color: #fff;
	background-image: none;
	margin-bottom: 7px;
	text-indent: 5px;
}
#center {
	background-color: #cfe7fb;
	height: 100%;
	padding: 9px;
}
.bluebold {
	font-size: 12px;
	color: #032753;
	font-weight: bold;
}
.small {
	color: #3c3c3c;
}


