/* CSS Document */
body{
	margin:0px;
	font-size:20px;
	background-image:url(images/body_bg.jpg);
	font-family:New Roman;
	text-align:center;
}
table#tblMain {
    width: 776px;
	border: #bfbfbf 2px solid;
	height: 750px; 
	background-color:#FFFFFF;
}
td#tdHeader {
	background:url(images/top_header2.jpg) no-repeat;
}
td#tdFooter {
	height: 30px;
	background-color: #4c8ede;
}
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#cc6600;
	font-weight:bold;
}
H2{
	font-size:12px;
	color:#666666;
}
H3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
H4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
H5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
H6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0c0000;
}

H7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0c0000;
}
.Red_H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#cc3333;
	font-weight:bold;
}
.blue_H1{
        font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0000ff;
	font-weight:bold;
}
.blue_H2{
	font-size:20px;
	color:#0000ff;
	font-weight:bold;
}
.blue_H3{
        font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0000ff;
	font-weight:bold;
}
a:link{
	font-size:16px;
	text-decoration:underline;
}
a:visited{
	font-size:16px;
	text-decoration:underline;
}
a:hover{
	font-size:16px;
	text-decoration:none;
}
.underline{
	font-size:20px;
	text-decoration:underline
}
.underline_H1{
	font-size:16px;
	text-decoration:underline
}
.normal{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}