body {
	background-color:#d4d9b5;
	background-image:url(images/bg.jpg);
	color:#000000;
	font-family:Arial,Helvetica,Sans Serif;
	font-size:11px;
	}
	
td {
	font-family:Arial,Helvetica,Sans Serif;
	font-size:12px;
	}
	
.border-top {
	background-image:url(images/border-splash-top.jpg);
	}
	
.border-left {
	background-image:url(images/border-splash-left.jpg);
	}
	
.border-right {
	background-image:url(images/border-splash-right.jpg);
	}
	
.border-bottom {
	background-image:url(images/border-splash-bottom.jpg);
	}
	
.splash-main {
	background-color:#f5f7ed;
	background-image:url(images/bg-main.jpg);
	}
	
.menu-border-top {
	background-image:url(images/menu-border-top.jpg);
	}
	
.menu-border-left {
	background-image:url(images/menu-border-left.jpg);
	}
	
.menu-border-right {
	background-image:url(images/menu-border-right.jpg);
	}
	
.menu-border-bottom {
	background-image:url(images/menu-border-bottom.jpg);
	}
	
.sub-border-top {
	background-image:url(images/border-sub-top.jpg);
	}
	
.sub-border-left-header {
	background-image:url(images/border-sub-left-header.jpg);
	}
	
.sub-border-right-header {
	background-image:url(images/border-sub-right-header.jpg);
	}
	
.sub-border-left {
	background-image:url(images/border-sub-left.jpg);
	}
	
.sub-border-right {
	background-image:url(images/border-sub-right.jpg);
	}
	
.sub-border-bottom {
	background-image:url(images/border-sub-bottom.jpg);
	}
	
.sub-main {
	background-color:#f5f7ed;
	background-image:url(images/bg-main.jpg);
	}
	
.content {
	padding:20px;
	font-size:12px;
	}
	
.small {
	font-size:11px;
	}
	
blockquote {
	border:1px solid #cccccc;
	padding:10px;
	background-color:#ffffff;
	font-size:12px;
	font-family:Arial,Helvetica;
	}
	
.block {
	border:1px solid #cccccc;
	padding:10px;
	background-color:#ffffff;
	font-size:12px;
	}
	
.small-text {
	text-align:right;
	font-size:11px;
	}
	
a.imagelink:link,active {
	border-bottom:0px;
	}
	
a.imagelink:visited {
	border-bottom:0px;
	}
	
a.imagelink:hover {
	border-bottom:0px;
	}
	
.top-nav {
	font-size:11px;
	padding-right:10px;
	}
	
div.top-nav a:link,a:active {
	text-decoration:none;
	border-bottom:0px;
	color:#000000;
	}
	
div.top-nav a:visited {
	text-decoration:none;
	border-bottom:0px;
	color:#666666;
	}
	
div.top-nav a:hover {
	text-decoration:none;
	border-bottom:0px;
	color:#336633;
	}
	
div.bottom {
	font-family:Arial,Helvetica,Sans Serif;
	font-size:11px;
	}
		
a:link,a:active {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#336633;
	}
	
a:visited {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#666666;
	}
	
a:hover {
	text-decoration:none;
	border-bottom:1px solid #999999;
	color:#669966;
	}
	
input,textarea,button {
	font-family:Arial,Helvetica,Sans Serif;
	font-size:12px;
	}

label span {
	float:left;
	clear:left;
	width:10em;
	text-align:right;
	margin-right:1em;
	}
/*
button {
	margin-left:10em;
	padding:0;
	width:145px;
	height:53px;
	background:url(images/submit.jpg) #fff top left no-repeat;
	border:0 solid #fff;
	}
	
button strong {
	display:none;
	}*/