h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 250%;
	font-weight: bold;
	color: #0000CC;
	background-color: #93C9D7;
	text-align: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
}
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;
}
