/* Element Styles */

body {
	background: #FFF url("../images/main.gif");
	color: #444;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.75;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
td {
	color: #444;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.75;
}
h1 {
	background: #FFF;
	color: #333;
	border-bottom: #CCC 1px dotted;
	font: bold 21px Georgia, Times, serif;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
}
h2 {
	background: #FFF;
	color: #F00;
	font: bold 16px Georgia, Times, serif;
}
h3 {
	background: #FFF;
	color: #069;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 1em;
}
hr {
	background: none transparent scroll repeat 0% 0%;
	border: none;
	border-bottom: #CCC 1px solid;
	color: #666;
	margin: 5px 0;
	width: 100%;
}

/* Class Styles */

.blueline {
	color: #069;
	left: 0px;
	overflow: auto;
}
.footer {
	color: #666;
	background: #FFF;
	font-size: 10px;
	text-transform: none;
}
.footermenu {
	color: #FFF;
	background: #F00;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}
.insetl {
	background: none transparent scroll repeat 0% 0%;
	border-top: #CCC 6px solid;
	float: left;
	margin: 0 12px 8px 0;
	padding: 1px;
}
.insetr {
	background: none transparent scroll repeat 0% 0%;
	border-top: #CCC 6px solid;
	float: right;
	margin: 0 0 0 10px;
	padding: 1px;
}
.pagehead {
	color: #333;
	font: bold 22px Times New Roman, Times, serif;
	line-height: 1em;
}
.photoframe {
	background: none transparent scroll repeat 0% 0%;
	border: #CCC 6px solid;
	float: right;
	margin: 0 12px 8px 0;
	padding: 1px;
}
.popupalt {
	color: #FAFAFA;
	background: #000;
	margin: 0px;
}
.popupbody {
	background: #FFF;
	margin: 0;
}
.smallcaps {
	color: #000;
	font: bold small-caps 24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

/* Link Styles */

a:link,
a:visited {
	background: transparent;
	color: #069;
	text-decoration: underline;
}
a:hover,
a:active {
	background: transparent;
	color: #F00;
	text-decoration: none;
}
.footermenu a:link,
.footermenu a:visited {
	background: transparent;
	color: #FFF;
	text-decoration: underline;
}
.footermenu a:hover,
.footermenu a:active {
	background: transparent;
	color: #CCC;
	text-decoration: none;
}
a.imglink:link,
a.imglink:visited {
	background: transparent;
	border: none;
	text-decoration: none;
}
a.imglink:hover,
a.imglink:active,
a.insetl:hover,
a.insetl:active,
a.insetr:hover,
a.insetr:active,
a.photoframe:hover,
a.photoframe:active {
	background: none transparent scroll repeat 0% 0%;
	text-decoration: none;
}
