A         { color: #0000ff; TEXT-DECORATION:none}
A:hover   { color: #00d9d9; text-decoration:underline; }
A:link    { color: #0000ff }
A:active  { color: #00d9d9 }
A:visited { color: #5555aa }

A.cat         { color: #0000ff; TEXT-DECORATION:underline; font-weight:bold; font-size:12px;}
A.cat:hover   { color: #00d9d9; text-decoration:none; }
A.cat:link    { color: #0000ff }
A.cat:active  { color: #00d9d9 }
A.cat:visited { color: #5555aa }

A.nav         { color: #ffffff; TEXT-DECORATION:underline; font-weight:bold }
A.nav:hover   { color: #00d9d9; text-decoration:none; font-weight:bold }
A.nav:link    { color: #ffffff }
A.nav:active  { color: #00d9d9 }
A.nav:visited { color: #e5e5e5 }

td.topnav{
	font-size: 14px;
}

td.leftnav{
	font-size: 10px;
	line-height: 18px;
}

td.main{
	font-size: 12px;
	line-height: 18px;
}

table.main{
	font-size: 12px;
	line-height: 18px;
}

td.footer{
	font-size: 10px;
	line-height: 16px;
}

body {
	background: #a3a3a3 url('bg.jpg') center;
	background-repeat: repeat-y;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

img.top {
	float: center;
	margin-top:0;
	margin-bottom:0px;
}

td.header{
	font-size: 13px;
	line-height: 22px;
}
div.topleft {
	float: left;
	font-weight: bold;
}
div.topright {
	float: right;
	font-size: 12px;
	line-height: 18px;
}
td.end{
	border-bottom: 1px dotted #aaaaaa;
}

table.fa{
	border: 2px dashed orange;
	color: #990000;
	background: #ffff99;
	width: 550px;
}

table.forum{
	border: 2px dashed #666600;
	color: #990000;
	background: #ccffcc;
	width: 550px;
}

