/* Body classes */

.bg_brown   { background-color: #970000; }
.bg_fullred { background-color: #FF0000; }
.bg_red     { background-color: #CC0000; }
.bg_white   { background-color: #FFFFFF; }

.header
{
	color: #CC0000;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
A.header:link { text-decoration: none; }
A.header:visited { text-decoration: none; }
A.header:hover { text-decoration: none; }


.searchheader
{
	color: #970000;
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.newsheader
{
	color: #FFC82F;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.intro
{
	color: #333333;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
A.intro:link { text-decoration: underline; }
A.intro:visited { text-decoration: underline; }
A.intro:hover {	text-decoration: underline; }


.menu_level_03_box
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
A.menu_level_03_box:link    { text-decoration: none; }
A.menu_level_03_box:visited { text-decoration: none; }
A.menu_level_03_box:hover   { text-decoration: none; }

.menu_level_03_box_link
{
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.menu_level03
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
A.menu_level03:link    { text-decoration: none; }
A.menu_level03:visited { text-decoration: none; }
A.menu_level03:hover   { text-decoration: none; }


.menu_level03_selected
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
A.menu_level03_selected:link    { text-decoration: none; }
A.menu_level03_selected:visited { text-decoration: none; }
A.menu_level03_selected:hover   { text-decoration: none; }



.news
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.news:link    { text-decoration: underline; }
A.news:visited { text-decoration: underline; }
A.news:hover   { text-decoration: underline; }


.path
{
	color: #333333;
	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.path:link    { text-decoration: underline; }
A.path:visited { text-decoration: underline; }
A.path:hover   { text-decoration: underline; }

.normal
{
	color: #333333;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.normal:link    { text-decoration: underline; color: #CC0000; }
A.normal:visited { text-decoration: underline; color: #CC0000; }
A.normal:hover   { text-decoration: underline; color: #CC0000; }

.normal_small
{
	color: #333333;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.normal_small:link    { text-decoration: underline; color: #CC0000; }
A.normal_small:visited { text-decoration: underline; color: #CC0000; }
A.normal_small:hover   { text-decoration: underline; color: #CC0000; }

.bold
{
	color: #333333;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
}
A.bold:link    { text-decoration: underline; color: #CC0000; }
A.bold:visited { text-decoration: underline; color: #CC0000; }
A.bold:hover   { text-decoration: underline; color: #CC0000; }


/* Form Classes */
.txtbox
{
	background-color: #FFFFFF;
	border: 1px solid #9B9596;
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
}

.textarea
{
	background-color: #FFFFFF;
	border: 1px solid #9B9596;
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
}

SELECT.selectbox
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	width: 170px;
}

/*
	LISTINGS
*/
li {
	color: #CC0000;
	list-style-type: disc;
}
.ullevel1 {
	margin-left: 13px;
	padding: 2px;
	color: #970000;
	list-style-type: disc;
}
.ullevel2 {
	color: #CC0000;
	list-style-type: disc;
}
.ullevel3 {
	color: Red;
	list-style-type: disc;
}
.ullevel4 {
	color: #FF2828;
	list-style-type: disc;
}
.ullevel5 {
	color: #FF5959;
	list-style-type: disc;
}
