h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #333333;
	position: static;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	
}
.italicright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: right;
	vertical-align: top;
}
.baselink {
	text-align: center;
	color: #FFFFFF;
}
.baselink a:link {
	color: #66CCFF;
	text-decoration: underline;
}
.baselink a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
.baselink a:hover {
	color: #CC0033;
}
.baselink a:active {
	color: #FFCC00;
}
.maintable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}
.maintable a:link {
	color: #336699;
	text-decoration: underline;
}

.maintable a:visited {
	color: #FF6600;
	text-decoration: underline;
}
.maintable a:hover {
	color: #990000;
}
.homebg {
	background-attachment: fixed;
	background-image:  url("images/bgselection.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.maintablebold {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}
.calbody {
	background-color: #FFFFcc;
	padding: 2px;
	border: thin solid #99CC00;
}
.caldivide {
	background-color: #FFFFcc;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
}
