body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x,y;
}
A:link {
	text-decoration: underline;
	color:#0000FF;
}
A:visited {
	text-decoration: underline;
	color:#0000FF;
}
A:active {
	text-decoration: underline;
	color:#0000FF;
}
A:hover {
	text-decoration: none;
	color:#CCCCCC;
}
h1 {
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 18pt;
	color: #b00000;
}
h2 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: 700;
	color: #b00000;
}
h3 {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: 700;
	color: #000000;
}
.style4 {
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #666666;
}

.border1 {border: 2px #999999 solid;}
.border2 {border: 3px #B70000 dashed;}
.border3 {border: 1px #000000 solid;}
.border4 {border: 3px #000066 dashed;}

p {
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}