
@media print {
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
}


body {
	margin:10px;
	padding:0px;
	font-family: sans-serif;
	color: #000000;
	background-image: url('../img/bg.gif'); 
}
A {
	color: #000000;
}
A:hover {
	color: #0000ff;
}
A.menu {
	text-decoration: none;
	padding-left: 25px;
	font-size: 18px;
}
A.menu:hover {
	color: #000000;
}
ul {
list-style-image: url('../img/bullet.gif');
}
img.photo {
	margin: 10px;
	border:1px;
	border-style: solid;
	border-color: #000000;
}
.shadowright {
	background-image: url('../img/shadow_r.gif'); 
	background-repeat: repeat-y;
}
.shadowbottom {
	background-image: url('../img/shadow_b.gif'); 
	background-repeat: repeat-x;
}
.bordertable {
	border:1px;
	border-style: solid;
	border-color: #000000;
}
.pagebg {
	background-image: url('../img/page_bg.gif'); 
	background-repeat: no-repeat;
	background-position: bottom right;
}
.pagecontainer {
	margin: 20px;
}
.address {
	font-size: 18px;
}
.title {
	padding-bottom: 1px;
	font-size: 26px;
	font-weight: bold;
}
hr {
	margin-top: -8px;
	border: 0px;
	color: #f7c200;
	background-color: #f7c200;
	height: 3px;
}
hr.nomargin {
	margin-top: 3px;
}
p {
	text-indent: 15px;
	font-size: 16px;
}
p.noindent {
	text-indent: 0px;
}
.foot {
	padding-top: 55px;
	font-size: 12px;
}
input,textarea,select {
	border:1px solid #000000;
	background-color:#ffffff;
	font-family:sans-serif;
	font-size:12px;
}
.nocss {
	border:0px;
}
.error {
	color: #000000;
	background-color: #f7c200;
	font-weight: bold;	
}