.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a:Link {
	color: #00B8A5;
}
a:Hover {
	color: #00B8A5;
}
a:Active {
	color: #00B8A5;
}
a:Visited {
	color: #00B8A5;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.sideBarBg {
	background-image: url(/images/sidebarBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

