/* CSS Document */

H3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	color: #FF0000;

}

H4 {

	font-family: "Courier New", Courier, mono;

	font-size: 17px;

	color: #0000FF;

}

.srvtble {

	font-size: 10pt;

	color: #FFFFFF;

	border: 1pt solid #000099;

	background-color: #000000;

	font-family: Arial;

}

.leftborder {

	border-bottom-width: 1pt;

	border-left-width: 1pt;

	border-bottom-style: solid;

	border-left-style: solid;

	border-bottom-color: #000000;

	border-left-color: #000000;

	}

.border {

	border-right-width: 2pt;

	border-right-style: solid;

	border-right-color: #666666;

	border-bottom-width: 2pt;

	border-bottom-style: solid;

	border-bottom-color: #666666;

}

.head {

	border: 1pt solid #000000;

	background-color: #DEDEDD;

}

.body {

	font-size: 16px;

	color: #FFFFFF;

	background-image:  url(../images/backgr.jpg);

	font-weight: bold;

}

.bodycell {

	font-size: 14px;

	color: #FFFFFF;

	padding-left: 5pt;

	padding-right: 5pt;

}

.bodytable {

	color: #000000;

	background-color: #FFFFFF;

}

.bodyhm {

	color: #FFFFFF;

	font-family: Arial;

	font-size: 17px;

}

	.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #ffffff;

	text-align: center;

}

.footer a:link{

	font-size: 9pt;

	color: #ffffff;

	text-align: center;

	text-decoration: none;	

	}

.footer a:visited{

	font-size: 9pt;

	color: #ffffff;

	text-align: center;	

	text-decoration: none;	

		}

.footer a:hover{

	font-size: 9pt;

	color: #0000ff;

	text-align: center;	

	text-decoration: underline;	

	}