body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

img {
	border: none;
}

form {
	padding-top: 0px;
	margin-top: 0px;
}

h5 {
font-color: #000E65;
}

hr {
	border: none;
	height: 1px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: x-small;
}

.smalltext {
	font-size: 8pt;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.articleitem {
	padding: 20px;
}

#articletitle {
	padding-top: 16px;
	padding-bottom: 16px;
}

#articleauthor {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 20px 0px 20px 0px;
}

#backlink {
	font-size: 11px;
	font-weight: bold;
}

#breadcrumb {
	font-size: 11px;
}

.categorylist {
	margin: 10px;
	padding: 4px 10px 10px 10px;
	border: #999999 1px solid;
	width: 90%;
	font-size: 12px;
}
.categorylist a {
	color: #333333;
}
.categorylist h4 {
	border-bottom: #DDD 1px solid;
}

.categorylist h4 a {
	color: #000099;
}
.admintable {
	border: #999999 1px solid;
	width: 90%;
	border-collapse: collapse;
}
.admintable td {
	padding: 4px;
	font-size: 12px;
	vertical-align: top;
}
.small {
	font-size: xx-small;
}


