body {
	font-family: Garamond;
	font-size: 16px;
	color: #003297;
	margin: 0;
}
p {
margin: 0;
}
.topBG {
	background-image: url(images/Page/Top_BG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sideBG {
	background-image: url(images/Page/Side_BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BottomBG {
	background-image: url(images/Page/Bottom_BG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.SideLinks {
	color:#FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.SideLinks a{
	color:#FFFFFF;
	text-decoration: none;
}
.SideLinks a:hover{
color: #003297;
text-decoration: none;
}
h1 {
margin-bottom: 0;
margin-top: 0;
}
h2 {
margin-bottom: 0;
margin-top: 0;
color:#666666;
}
h3 {
margin-bottom: 0;
margin-top: 0;
}
.cellBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.graytext {
	color: #666666;
}
