html,body 
	{
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow:auto;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
hr {
	width: 95%;
	background-position: center;
}
.body-blue {
	color: #0000CC;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.subpage {
	width: 95%;
	border: 1px solid #999999;
	background-image: url(../images/quote-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	padding: 15px;
	margin: 0px;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 22px;
}

.splashlogo 
	{
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	}
.body-orange {
	color: #FE4E03;
}
.header {
	text-align: center;
	padding: 10px;
}
.body-red {
	color: #C60000;
}
.photobox {
	background-image: url(../images/quote-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	width: 200px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.copyright {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

a:link
	{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	}
.maintext {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 800px;
	background-position: center;
	text-align: left;
}

.redalert {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	}

a:visited 
	{
	color: #000000;
	font-weight: bold;
	}
.quotebox {
	background-color: #FFFFFF;
	background-image: url(../images/quote-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
	width: 95%;
	border: thin solid #999999;
}

a:hover 
	{
	color: #FF0000;
	}

a:active
	{
	color: #000000;
	}
.quotebox-sec {
	background-color: #FFFFFF;
	background-image: url(../images/quote-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
	width: 600px;
	border: thin solid #999999;
}
.body-green {
	color: #009933;
}
.body-purple {
	color: #6600CC;
}
.timesnr {
	font-family: "Times New Roman", Times, serif;
}
.underline {
	text-decoration: underline;
}
ol.numbers {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 25px;
}

ul.heart {
	list-style-image: url(../images/heart.gif);
	list-style-position: inside;
	padding-left: 25px;
}

