/* ### BODYDATA ################################## */

body
{
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, serif;
	font-size: medium;
	color: #000000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ### BODYDATA ################################## */

/* ### LINKDATA ################################## */

a	{ color: #FF6600; text-decoration: underline; font-weight: 100; font-size: x-small; }
a:visited	{ color: #FF6600; }
a:active	{ color: #FF6600; }
a:hover	{ color: #FFFFFF; }

/* ### LINKDATA ################################## */

/* ### TEXTDATA ################################## */

.text
{
	font-family: verdana, arial, helvetica, serif;
	font-size: x-small;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0px;
}

.text2
{
	font-family: verdana, arial, helvetica, serif;
	font-size: x-small;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0px;
}
.textit
{
	font-family: verdana, arial, helvetica, serif;
	font-size: x-small;
	font-style: italic;
	color: #000000;
}

/* ### TEXTDATA ################################## */

/* ### BLOCKDATA ################################# */

.pres1
{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	background-color: #000000;	
	text-decoration:none;
	width: 100%;
}

.pres2
{
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-color: #C0C0C0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #000000;
	text-decoration:none;
	color: #000000;
}

.pres3
{
	padding: 0 0 0 0;
	font-family: helvetica, verdana, arial, serif;
	font-size: large;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	border-style: solid;
	border-color: #C0C0C0;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	text-decoration:none;
}

/* ### BLOCKDATA ################################# */

/* ### BUTTONS, BOXES, TEXTFIELDS ETC ##################### */

input.text, select.text, textarea.text
{
	border-width: 1px; 
	border-color: #000000; 
	border-style: solid; 
	font-family: verdana, arial, helvetica, serif;
	color: #000000; 
	background-color: #FFFFFF;
	width: 105px;
}
input.text2, select.text2, textarea.text2
{
	border-width: 1px; 
	border-color: #000000; 
	border-style: solid; 
	font-family: verdana, arial, helvetica, serif;
	color: #000000; 
	background-color: #FFFFFF;
	width: 98%;
	height: 80px;
}

/* ### BOXES, TEXTFIELDS ETC ##################### */

/* ### SPECIALDATA ############################### */

.left
{
	border-style: solid;
	border-color: #666600;
	border-left-width: 0px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #999933;
	height: 100%;
}

.right
{
	border-style: solid;
	border-color: #666600;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #999933;
	height: 100%;
}

.imgborder
{
	border-style: solid;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.menufill
{
	background-color: #9f0000;;	
}

.smalltop
{
	padding : 0 0 3px 0;
	border-style: solid;
	border-color: #C0C0C0;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	color: #000000;
}

/* ### NAVIGATION ############################### */
.menu
{
	list-style: none;
	font-family: verdana, arial, helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	font-weight:700;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0 0 .20em 0;
	margin: 0 0 0 0;
	height: 25px;
	width: 100%;
}

.menu .stream
{
	display: none;
}

.menu li
{
	display: inline;
}

.menu a
{
	position: relative;
	margin-top: 0px;
	float: left;
	border-style: none;
	padding: 6px 6px 0px 4px;
	text-decoration: none;
	height: 24px;
}

* html
.menu a 
{
	margin-bottom: -.09em;
	font-weight:bold;
}

.menu .active a
{
	background-position: -400px 50%;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-bottom: .54em;
	text-decoration: none;
}

.menu-ie5mac a
{
	padding-bottom: .27em;
}

.menu-ie5mac .active a
{
	padding-bottom: .36em;
}

.menu a:link,
.menu a:visited
{
	color: #FFFFFF;
}

.menu a:hover
{
	text-decoration: none;
	color: #FF9900;
}

.menu a:active
{
	color: #FFFFFF;
	background-position: -400px 50%;
}

hr
{
	clear: both;
}
