body {
	background-image: url(Images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.topbg {
	background-image: url(Images/topbg.jpg);
	background-repeat: repeat-x;
}
.contentbg {
	background-image: url(Images/contentbg.jpg);
	background-repeat: repeat-x;
}
.content {
	padding: 7pt 20pt 5pt 7pt;
	font-size: 80%;
}
.insidecontentbg {
	background-image: url(Images/insidecontentbg.jpg);
	background-repeat: repeat-x;
}
.leftimageinsidecontent {
	padding: 25pt 20pt 5pt;
	font-size: 75%;
}
h3 {
	color: #FF6600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	margin: 0px;
}
p {
	line-height: 20px;
}
li {
	line-height: 20px;
	margin-bottom: 20px;
}

.quit:link,.quit:visited {FONT-SIZE: 14pt; COLOR: #FF6600; FONT-WEIGHT:bold; text-decoration: none;}
.quit:hover {background-color: transparent; FONT-SIZE: 14pt; COLOR: #FF6600;FONT-WEIGHT: bold; text-decoration: none;}

.addrecord:link,.addrecord:visited {FONT-SIZE: 12pt; COLOR: #FF6600; FONT-WEIGHT:bold; text-decoration: none;}
.addrecord:hover {background-color: transparent; FONT-SIZE: 12pt; COLOR: #FF6600;FONT-WEIGHT: bold; text-decoration: none;}

.error {
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin: 0px;
}
