body,p,div {
	font-size: 12px;
	background-color: #D6F7FC;
	color: #000000;
}

div {
	padding: 3px;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #3F68A6;
}

#title {
	background-color: #81DBFE;
	color: #013F56;
	font-weight: bold;
}

#description {
	background-color: #ABE8FE;
	color: #000000;
	text-align: right;
}

#menu {
	background-color: #003366;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
}


#navbar {
	text-decoration: underline;
}

#contentall {
	text-align: center;
	padding: 0px;
}

#content {
	text-align: left;
}

#infolist {
	border-left: 4px solid #ABE8FE;
	padding: 3px;
	margin: 0px;
}

#infolist li{
	list-style: none;
}

#controlbar {
	background-color: #003366;
	color: #FFFFFF;
}
#controlbar a {
	color: #FFFFFF;
}

#foot {
	background-color: #ABE8FE;
	color: #000000;
	text-align: center;
}

#news {
	background-color: #FF6600;
	color: #FFFFFF;
}
#news a {
	color: #FFFFFF;
}

.smallinput {
	width: 15px;
}

.smallbutton {
	background-color: #FF6600;
	color: #FFFFFF;
}

#articlelist {
	padding: 3px;
	margin: 0px;
}

#articlelist li{
	list-style: url("./dot.gif") inside circle;
}

#entrytitle {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}

.rephead {
	font-weight: bold;
	background-color: #ABE8FE;
}

.reptime {
	background-color: #ABE8FE;
}

.repcontent .adminrepcontent {
	margin-bottom: 5px;
}

.adminrephead {
	font-weight: bold;
	background-color: #FFFFFF;
}

.adminreptime {
	background-color: #FFFFFF;
}

.adminrepcontent {
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.adminoption {
	margin-top: 5px;
	background-color: #ABE8FE;
}