body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5db;
	color: #6699cc;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */

a:link {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-align: left;
}

th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6699cc;
	font-weight: bold;
	font-align: left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6699cc;
	text-align: center;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	color: #6699cc;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color: #6699cc;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #6699cc;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color: #000000;
}