body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000099;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #000099;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #33CC00;
}
a:hover {
	color: #33CC00;
}
a:active {
	color: #FF9900;
}
p {
	font-size: medium;
	color: #000000;
}
.LeftSide {
	background-image: url(images/ContentLeft.jpg);
	background-repeat: repeat-y;
}
.RightSide {
	background-image: url(images/ContentRight.jpg);
	background-repeat: repeat-y;
}

