body, p, li, td, .bodytext
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica;
}
body
{
	background-color: #ffffff;
	margin: 30px;
}

a
{
	color:#0000FF;
}

a:visited
{
	color:#8800CC;
}

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


.top
{
	border: 1px solid black;
	padding: 20px 20px 20px 20px;
	height: 90px;
	background-color: #FFF544;
/*	background-image: url('grad3.gif');
	background-repeat: repeat-x;*/
}
.login-box
{
	width: 250px;
	float: right;
	padding: 0px;
	font-size: 8pt;
}
.site-name
{
	margin-top: 10px;
	color: #FF6600;
	font-size: 25pt;
	font-weight: bold;
}
.site-name a
{
	color: #FF6600;
	text-decoration: none;
}
.site-name a:hover
{
	text-decoration: underline;
}
.tagline
{
	color: black;
	font-size: 15px;
	font-weight: bold;
}

.menu
{
	background-color: #FF6600;
	color: #ffffff;
	padding: 5px 25px 5px 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-weight: bold;
}
.menu a
{
	margin-right: 20px;
}
.menu a:link, .menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}
.menu a:active
{	color: #000000;}

.body-container
{
	border: 1px solid black;
	padding: 20px;
	min-height: 400px;
}

.breadcrumb
{
	margin-top: 0px;
	font-size: 8pt;
}

.content-box
{
	padding: 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

h1
{
	margin-top: 0px;
	font-size: 15pt;
	color: #FF6600;
}

h2
{
	margin-top: 0px;
	font-size: 13pt;
}

h3
{
	margin-top: 0px;
	font-size: 11pt;
}

h4
{
	margin-top: 0px;
	font-size: 10pt;
}

.topic-menu
{
	float: right;
}

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

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

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

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

blockquote, .indent
{
	margin-left: 30px;
	margin-right: 0px;
}

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

.small
{
	font-size: 8pt;
}

.topic-footer
{
}