body
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	color: #000000;
	background: #f4f4f4;
	font-size: 12px;
}

body.admin
{
	background: #f0f0f0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 12px;
}

h1
{
	font-size: 18px;
	color: #ffe040;
	margin: 5px;
}

h2
{
	font-size: 12px;
	margin: 0px;
	color: #000000;
}

h3
{
	font-size: 12px;
	color: #ffffff;
	margin: 5px;
	font-style: italic;
}

h4
{
	font-size: 12px;
	color: #000000;
	margin: 3px;
}

h5
{
	font-size: 11px;
	color: #888;
	margin: 3px;
}

h6
{
	font-size: 10px;
	color: #000000;
}

p, blockquote, dir, textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}

.l, .left { text-align: left; }
.c, .center { text-align: center; }
.r, .right { text-align: right; }

.ba
{
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888;
}

.bb
{
	font-size: 10px;
	color: #888;
}

.bold { font-weight: bold; }

.boldl
{
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	color: #888;
}

.boldr
{
	font-weight: bold;
	text-align: right;
	color: #888;
}

.boldc
{
	font-weight: bold;
	text-align: center;
	color: #888;
}

.new
{
	background: #ff2020;
	color: #00ffff;
}

.copyright
{
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 10px;
}

.subtitle
{
	font-family: arial, sans-serif;
	color: #444;
	font-size: 9px;
}

.link
{
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 12px;
}

.buttons
{
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

.contact
{
	font-family: arial, sans-serif;
	font-size: 10px;
}

table, tr, th, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	empty-cells: show;
}

table.admin
{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid #a0a0e0;
	border-width: 0 1 1 1px;
	width: 600px;
}

th { background: #efefef; }

td
{
	font-family: arial, sans-serif;
	font-size: 12px;
}

td.headline { background: #6088ff; }
td.buttonbar { background: #88aeff; }

td.c
{
	text-align: center;
}

td.r
{
	text-align: right;
}

td.cl
{
	text-align: left;
	background: #ffffff;
}

td.sl
{
	text-align: left;
	background: #efefef;
}

td.sc
{
	text-align: center;
	background: #efefef;
}

td.subhead
{
	text-align: left;
	border: #e0e0e0 solid 1px;
	padding: 5px;
}


tr.hov:hover
{
	background: #ffffe0;
}

hr.headline
{
	color: #6088ff;
	height: 1px;
}

a
{
	font-family: arial, sans-serif;
	text-decoration: none;
}

a:link { color: #2020ff; }
a:visited { color: #32a020; }

a:hover
{
	color: #ff2020;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
	background: #ffffff;
	text-decoration: underline;
}

a.primnavi
{
	display: block;
	width: 110px;
	background: #88aeff;
	color: #000080;
	font-size: 11px;
	line-height: 10px;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
	margin-bottom: 5px;
	border: #90b0ff solid 1px;
}

a.primnavi:hover
{
	color: #0000a0;
	border: #e0e0e0 solid 1px;
	background: #96c2ff;
}

a.primnavi:active
{
	color: #0000ff;
	border: #ffff80 solid 1px;
	background: #c0efff;
}

ul,ol
{
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

form
{
	display: inline;
	text-align: center;
}

input { font-size: 11px; }

input.search
{
	font-size: 10px;
	background: #a8c8ff;
	color: #2020ff;
}

input.submit
{
	font-weight: bold;
	color: #960000;
}

select
{
	font-size: 12px;
	font-weight: normal;
	font-family: arial, sans-serif;
}

textarea { font-size: 11px; }
img { border: none; }

