/* CSS Document */
body {
	background-image:url(../images/background1.jpg);
	font-family:Georgia, Impact;
	font-size:12px;
	margin:0px;
	text-align:left;
	}
.top {
	background-image:url(../images/Bordertop.jpg);
	background-repeat:no-repeat;
	}
table {
	background-image:url(../images/bordersides.jpg);
	background-repeat:repeat-y;
	border-left:1px dashed #333333;
	border-right:1px dashed #333333;
	text-align:left;
	}
p   {
	margin-left:30px;
	margin-right:30px;
	}
.bottom {
	background-image:url(../images/borderBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-bottom:1px dashed #333333;
	margin-right:30px;
	margin-bottom:25px;
	}
.disclaimer {
	font-size:11px;
	margin-right:30px;
	margin-bottom:25px;
	}
.header1 {
	font-weight:bold;
	font-size:18px;
	color:#470A0B;
	letter-spacing:2px;
	}
.header2 {
	font-weight:bold;
	font-size:16px;
	color:#000099;
	}
.bigheader {
	font-size:18px;
	color:#000066;
	font-weight:bold;
	letter-spacing:2px;
	}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration: none;
}
.imageborder {
	border:1px solid #CCCCCC;
	}
hr {
	width:345px;
	size:1;
	margin-right:30px;
	margin-left:30px;
	width:375px;
	}
.adminbuttons {
	font-size:10px;
	text-align:center;
	}
input {
	height:16px;
	font-size:11px;
	background-color:#CCCCCC;
	border:1px solid #CACACA;
	font-family:Georgia, Impact;
	}
textarea {
	font-size:11px;
	background-color:#CCCCCC;
	border:1px solid #CACACA;
	font-family:Georgia, Impact;
	}
.insidetable {
	background:none;
	margin-left:20px;
	border:none;
	}
.marginright {
	margin-right:40px;
	}
a.textbutton:link {
	font-weight:100;
	background-color:#CCCCCC;
	font-size:11px;
	color:#000000;
}
a.textbutton:active {
	font-weight:100;
	background-color:#CCCCCC;
	font-size:11px;
	color:#000000;
}
a.textbutton:hover {
	text-decoration:none;
}
