body,p,td {
	font-family: arial;
	font-size: 13px;
}



hr {
	height: 2px;
	background-color: #EEEEEE;
	border-top: solid #AAAAAA 1px;
	border-left: solid #EEEEEE 0px;
	border-right: solid #EEEEEE 0px;

}

h1,h2,h3 {
	color: #003C66;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:white;
}





a {
	color: #006ab4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #006ab4;
}



.registration {
	width: 500px;
	background-color: #cfdce5;
	border: 1px solid #006ab4;
	margin: 10px;
}

.label {
	width: 140px;
	font-weight: bold;
	letter-spacing: 0.3em;
	
}

td {
	vertical-align: top;
}

.message TD {
	font-size: 14px;
	text-align: center;
	width: 400px;
}

.resulttable {
	width: 600px;
}
.resulttable td {
	border: 1px solid grey;
	font-size: 13px;	

}

.foundparagraph {
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.highlight {
	background-color: #FFFF99;
}

.searchinfo {
	background-color: #acc8dc;
	border-top: 1px solid #006ab4;
	margin-bottom: 4px;
}
.pager {
	width: 640px;
}
.pager TD {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.italic {
	 font-style: italic;
}


.error {
	font-size: 12px;
	color: red;
	border: 1px solid black;
	width: 600px;
	padding: 10px;
}

.booktitle {
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 0px;
}
.menu {
	text-align: right;
	width: 100%;
	background-color: #DDDDDD;
	height: 20px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #A0A0A0;
}

.paragraphbrowser td {
	border: 0px;
}
.activeusers {
	text-align: left;
	width: 600px;
	color: #AAAAAA;
	font-size: 8px;
}

.newstable {
	width: 400px;

}


.newstable .date{
	text-align: right;
}
.newstable .poster {
	
}
.newstable .subject{
	font-size: 14px;
	font-weight: bold;
	color: #003C66;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 1px solid #CCCCCC;
	
}

.newstable .body {
border-top: 1px solid #CCCCCC;
	padding-left: 1em;
}
