h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: normal;
	text-align: right;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #FFCC99;
	color: #FFCC99;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	line-height: 1.25em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
li {
	font-size: 80%;
	list-style-image: url(../images/bluedot.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	list-style-position: outside;
}

.imageright {
	margin: 5px 5px 5px 10px;
	padding: 5px;
	float: right;
}
.imageleft {
	margin: 5px 10px 5px 5px;
	padding: 5px;
	float: left;
}

.insert-right {
	float: right;
	width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CC3300;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.insert-right a {
	color: #FFCC99;
}
.insert-right a:hover {
	color: #990000;
}
.insert-left {
	float: left;
	width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #00CC00;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

.insert-left a {
	color: #003300;
}
.insert-left a:hover {
	color: #FFFFFF;
}

.insert-right-blue {
	float: right;
	width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0033FF;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}

.insert-right-blue a {
	color: #CCFFCC;
}
.insert-right-blue a:hover {
	color: #00CCCC;
}
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #E6805A;
}
