body {
	background: url(images/bg_body.gif);
	margin: 0px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
	padding: 0px;
}
h1 {
	font-size: 14pt; 
	text-align: center; 
	color: #c78ac3; 
	margin: 10px; 
	padding: 0px;
	font-family: "Comic Sans MS";
}
p {
	font-size: 11pt;
	text-align: justify;
}
.center {
	text-align: center;
}
/* ~~~~ Main Content ~~~~~*/
.content {
	vertical-align: top;
	padding: 0px 0px 20px 0px;
}
/* ~~~~ Navigation Buttons ~~~~ */
.icons {
	vertical-align: top;
}
.icons img {
	margin: 5px;
}
.icons a img, .icons a:visited img {
	background: #000000;
}
.icons a:hover img, .icons a:active img {
	background: #ff0000;
}
/* ~~~~ borders ~~~~~*/
.border_top {
	background: url(images/border_top.gif) repeat-x;
}
.border_left {
	background: url(images/border_lt.gif) repeat-y;
}
.border_right {
	background: url(images/border_rt.gif) repeat-y;
}
.border_bottom {
	background: url(images/border_btm.gif) repeat-x;
}
/* ~~~~~ Copyright ~~~~~*/
#copyright {
	text-align: center;
	vertical-align: top;
	height: 31px;
	font-size: 9px;
	color: #808080;
}
#copyright a, #copyright a:visited {
	color: #3D4F69;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #FF1010;
	text-decoration: none;
}