body
{
	background-color: white;
	color: black;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* order matters ! */
a:link    { color: #0000EE; text-decoration: none }
a:visited { color: #52188B; text-decoration: none }
a:hover   { text-decoration: underline }
a:active  { color: #EE0000; text-decoration: none }

p
{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form, input, select, textarea
{
	font-size: 13px;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: black;
}

td
{
	font-size: 13px;
	padding: 1px 5px 1px 5px;
	border-color: black;
}

th
{
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #eeeeee;
	border-color: black;
	text-align: left;
}

th.white { background-color: #ffffff; }
tr.color1 { background-color: #FFFFFF; }
tr.color2 { background-color: #EEEEEE; }

li { font-size: 13px }
li.sep { margin: 10px 0px 10px 0px; }
.text { font-size: 13px }
.title { font-size: 15px; font-weight: bold }
.id { font-size: 10px; color: #b0b0b0 }
td.empty { background-color: #C0C0C0; }

.floatleft { float: left; }
.floatright { float: right; }
.clearboth { clear: both; }
.gray { color: #bbbbbb; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.ltop { text-align: left; vertical-align: top; }
.rtop { text-align: right; vertical-align: top; }
.ctop { text-align: center; vertical-align: top; }
.ccenter { text-align: center; vertical-align: middle; }
.cbottom { text-align: center; vertical-align: bottom; }
.error { color: red; font-weight: bold; }
.alert { color: red; font-weight: bold; font-size: 16px; }
.emphasis { color: red; font-weight: bold; }
.disabled { color: red; }
.warning { color: red; }
.note { font-size: 10px; padding-left: 5px; }
.nav { font-size: 10px; font-weight: normal; }
.small { font-size: 10px }
.faqitem { font-weight: bold; }

img { border: none; }
.border { border: 1px solid; }
.b1m5 { border: 1px solid; margin: 5px; }
.m5 { margin: 5px; }
img.floatright { clear: right; float: right; border: 1px solid; margin: 0px 0px 10px 10px; }
img.floatleft { clear: left; float: left; border: 1px solid; margin: 0px 10px 10px 0px; }
img.inline { border: 1px solid; margin: 10px; }
img.imglist { border: 1px solid; margin: 5px 10px 5px 0px; }
img.imglistcaption { border: 1px solid; margin: 5px 10px 0px 0px; }

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 15px 10px;
	padding: 0;
	clear: both;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin: 15px 0px 15px 0px;
	padding: 0;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

h4
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

hr
{
	clear: both;
	height: 1px;
	border-top: 1px solid black;
	border-bottom: 0px none black;
	margin-top: 10px;
	margin-bottom: 10px;
}

td hr
{
	margin: 2px 0px 2px 0px;
}

/* page header logo area */

div.hlogo
{
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

/* page header user commands */

div.hlang
{
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 5px 10px 2px 0px;
}

div.hcmd
{
	font-size: 10px;
	text-align: right;
	float: right;
	clear: right;
	padding: 5px 10px 2px 0px;
}

div.hcmd a:visited { color: #0000EE; text-decoration: none }
div.hcmd a:hover   { text-decoration: underline }
div.hcmd a:active  { color: #EE0000; text-decoration: none }

/* page header menu */

div.hmenu
{
	clear: both;
	padding: 0px 5px 0px 5px;
	border: 1px solid #000000;
	background-color: black;
	font-size: 10px;
	margin: 0px 5px 0px 5px;
}

div.hmenu ul
{
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

div.hmenu ul li
{
	display: inline;
	font-size: 10px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/*
div.hmenu ul li:before { content: " | "; }
div.hmenu ul li:first-child:before { content: ""; }
*/

div.hmenu ul li a:link, div.hmenu ul li a:visited
{
	color: #ffffff;
	text-decoration: none;
}

div.hmenu ul li a:hover, div.hmenu ul li a:active
{
	color: #aaaaaa;
	text-decoration: underline;
}

/* page header navigation track */

div.hnav
{
	padding: 1px 5px 1px 5px;
	font-size: 10px;
	border: #cccccc solid 1px;
	border-top: none;
	background-color: #eeeeee;
	margin: 0px 5px 0px 5px;
}

div.hnav a:visited { color: #0000EE; text-decoration: none }
div.hnav a:hover   { text-decoration: underline }
div.hnav a:active  { color: #EE0000; text-decoration: none }

/* user message */

div.message
{
	margin: 10px 10px 15px 10px;
	padding: 0;
	clear: both;
}

div.reminder
{
	margin: 10px 10px 15px 10px;
	padding: 10px;
	clear: both;
	border: #ff0000 solid 2px;
	color: red;
	font-weight: bold;
}

/* container for page content from header to footer */

div.content
{
	margin: 10px;
	padding: 0px;
}

/* page comments area */

div.commentsheader
{
	clear: both;
	margin: 20px 5px 0px 5px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid black;
	background-color: black;
	color: white;
}

div.comments
{
	margin: 10px 10px 10px 10px;
	padding: 0px;
}

div.comments h3
{
	margin: 5px 0px 0px 0px;
}

div.comments hr, hr.forum
{
	height: 1px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* user signature */

p.usersig
{
}

/* page footer */

div.footer
{
	clear: both;
	border-top: 2px solid #000000;
	font-size: 10px;
	margin: 15px 5px 5px 5px;
}

/* homepage 'welcome' header */

div.hpwelcome
{
	padding: 5px 0px 0px 0px;
}

div.hpwelcome img
{
	float: left;
	margin: 0px 20px 15px 0px;
	border: 1px solid;
}

div.hpwelcome h1
{
	margin-left: 370px;
	margin-top: 0px;
	clear: none;
}

div.hpwelcome p
{
	margin-left: 370px;
}

p.hpwelcomesig
{
	font-size: 10px;
	font-style: italic;
}

/* homepage 'feature' column */

div.hpfeature
{
	clear: both;
	float: right;
	margin: 0px 0px 0px 10px;
/*	border-left: 1px dotted #bbbbbb;*/
	padding: 10px 0px 5px 15px;
}

div.hpfeature h3
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.hpfeature img
{
	border: 1px solid black;
	margin: 10px 0px 10px 0px;
}

/* homepage 'news' column */

div.hpnews
{
	clear: left;
	margin-top: 10px;
/*	border-top: 1px dotted #bbbbbb;*/
	border-top: 1px solid #000000;
}

div.hpnews h2, div.hpindex h2
{
	border: none;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	text-decoration: none;
}

div.hpnews table tr td
{
	padding: 1px 10px 1px 1px;
	vertical-align: center;
}

/* homepage index */

div.hpindex
{
	clear: both;
	border-top: 1px solid #000000;
}

div.hpindex img
{
	float: right;
	margin-top: 10px;
}

div.hpindex ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

div.hpindex ul li
{
	font-weight: bold;
}

div.hpindex ul li ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	list-style-type: none;
	display: inline;
}

div.hpindex ul li ul li
{
	font-weight: normal;
	display: inline;
}

div.support
{
	float: right;
	background-color: #eeeeee;
	border-color: black;
	border: 1px solid;
	padding: 0px 5px 5px 5px;
}

a#m5k8
{
    display: none;
}

