a	{
	color:#0000FF;
	}

a:visited {
	color:#8800CC;
	}

a:hover {
	color:#FF0000;
	text-decoration:none;
	}

body, p, li, td, .bodytext
	{
	font-size: 10pt;
	font-family: verdana, arial, helvetica;
	}

h1	{
	font-size: 15pt;
	color: #dd5500;
	}

h2	{
	font-size: 13pt;
	color: #dd5500;
	}

h3	{
	font-size: 11pt;
	color: #dd5500;
	}

.menu
	{
	font-size: 9pt;
	width: 150px;
	background-color: #dd5500;
	border-bottom: 1px solid white;
	}
.menu a:link
	{
	color: #ffffff;
	text-decoration: none;
	}
.menu a:visited
	{
	color: #ffffff;
	text-decoration: none;
	}
.menu a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

.submenu
	{
	color: #ffffff;
	font-size: 9pt;
	background-color: #dd5500;
	}
.submenu a:link
	{
	color: #ffffff;
	text-decoration: none;
	}
.submenu a:visited
	{
	color: #ffffff;
	text-decoration: none;
	}
.submenu a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

.breadcrumb
	{
	font-size: 8pt;
	}

.indent
	{
	margin-left: 30px;
	}

.alert
	{
	color: red;
	font-weight: bold;
	}

.small
	{
	font-size: 8pt;
	}

.tableheading
	{
	background-color: #dd5500;
	color: #ffffff;
	font-weight: bold;
	}

.tablerow
	{
	background-color: #dddddd;
	/* border-bottom: 1px solid #000000; */
	}

.tablerow-highlighted
	{
	background-color: #ffdd88;
	}

.tablerow-dark
	{
	background-color: #cccccc;
	/* border-bottom: 1px solid #000000; */
	}

.forum-toprow
	{
	background-color: #dd5500;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	}

.forum-row
	{
	margin-top: 3px;
	background-color: #dddddd;
	padding: 10px;
	}

