/* Tag Replacement */
body {
	background-color: #FB8ED1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

a,a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

/* Main Layout */
.header {
	background-image: url(header.jpg);
	height: 159px;
	padding-top: 8px;
	text-align: center;
}

.subheader {
	background-image: url(subheader.jpg);
	height: 19px;
	text-align: center;
}

.content {
	background-image: url(content.jpg);
	text-align: center;
}

.footer {
	background-image: url(footer.jpg);
	height: 114px;
	text-align: center;
}

/* Navigation */
.nav_top {
	background-image: url(nav_top.gif);
	height: 8px;
}
.nav_mid {
	background-image: url(nav_mid.gif);
}
.nav_bottom {
	background-image: url(nav_bottom.gif);
	height: 8px;
}
.navigation {
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-image: url(nav_bullet.gif);
}

/* Body Content */
.red {
	color: #FF0000;
}

.green {
	color: #009933;
}

.purple {
	color: #6600CC;
}
.small {
	font-size: 11;
}
.smallest {
	font-size: 9;
}
