
@media print {
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
}


body {
	margin:0px;
	padding:0px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
}
A {
	text-decoration: none;
	color: #3175af;
}
A:hover {
	text-decoration: none;
	color: #000000;
}
A.menu {
	padding-left: 20px;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
}
img.menu {
	margin-bottom: -5px; 
}

.gearbg {
	background-image: url('../img/bg_gear.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bodycontainer {
	padding-left: 35px;
}
.pagetitle {
	padding-right: 20px;
	padding-bottom: 1px;
	font-size: 38px;
	font-family: arial;
	color: #ffffff;
	font-weight: bold;
}
.header {
	font-size: 30px;
	font-family: arial;
	color: #000000;
	font-weight: bold;
}
hr {
	margin-top: -5px;
	border: 0px;
	color: #3175af;
	background-color: #3175af;
	height: 3px;
}
p {
	text-indent: 15px;
	font-size: 17px;
	font-family: arial;
	color: #666666;
}
.noindent {
	text-indent: 0px;
}
table.p {
	font-size: 17px;
	font-family: arial;
	color: #666666;
}
ul,ol,li {
	font-size: 15px;
	font-family: arial;
	color: #666666;
}
form {
	margin:0px;
}
img.photo {
	border:2px;
	border-style: solid;
	border-color: #3175af;
}
.pagebar {
	margin-top:10px;
	padding:2px;
	font-size: 14px;
	font-family: arial;
	color: #000000;
	background-color: #eeeeee;
}
div.foot {
	font-size: 14px;
	font-family: arial;
	color: #ffffff;
	font-weight: bold;
}
A.foot {
	color: #ffffff;
	text-decoration: underline;
}

A.foot:hover {
	color: #3175af;
}
img.foot {
	margin-bottom: -3px; 
}
.error {
	color: #ffffff;
	background-color: #3175af;
	font-weight:bold;
}
