/* CSS Document */
body {
	background-image: url(../pictures/barstripes.gif);
}
.style1 {font-family: Tahoma}
.style3 {
	font-family: Tahoma;
	color: #3D3D7A;
	font-size: 10px;
}
.style4 {
	font-family: Tahoma;
	color: #000033;
	font-size: 18px;
	font-weight:bold;
}
.style3_bold {
	font-family: Tahoma;
	color: #000033;
	font-size: 10px;
	font-weight:bold;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
a:link {
	font-family: tahoma;
	font-size: 10px;
	color: #828EBB;
	text-decoration: none;
	
	padding-left:2px;
	padding-right: 2px;
}
a:over {
	font-family: tahoma;
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
	
	padding-left:2px;
	padding-right: 2px;
}
a:visited {
	font-family: tahoma;
	font-size: 10px;
	color: #828EBB;
	text-decoration: none;
	
	padding-left:2px;
	padding-right: 2px;
}