/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin:0px auto;
	color:inherit;
	background-color:#999999;
}

/* START MENU TEXT */
.menu_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color:inherit;
}
.menu_text:hover {
	color:#E66B25;
	text-decoration:underline;
	background-color:inherit;
}
.menu_text:active {
	color:#E66B25;
	text-decoration:underline;
	background-color:inherit;
}
/* END MENU TEXT */

/* START TEXT LINK */
.text_link{
	color: #E66B25;
	text-decoration: underline;
	background-color:inherit;
}
.text_link:hover {
	color: #000000;
	text-decoration:underline;
	background-color:inherit;
}
.text_link:active {
	color: #E66B25;
	text-decoration:none;
	background-color:inherit;
}
/* END TEXT LINK */

/* START BACKGROUNDS */
.bgheader {
	background-image:url(../images/banner.jpg);
}
.bgtopline {
	background-image:url(../images/line_gray.jpg);
}
.bgbottomline {
	background-image:url(../images/line_white.jpg);
}
.line_left {
	background-image:url(../images/web_bg_left.jpg);
}
.line_right {
	background-image:url(../images/web_bg_right.jpg);
}
.line_left_bottom {
	background-image:url(../images/web_bg_left_bottom.jpg);
}
.line_right_bottom {
	background-image:url(../images/web_bg_right_bottom.jpg);
}
.line_middle_bottom {
	background-image:url(../images/web_bg_middle_bottom.jpg);
}
.table_background_black {
	background-color: #000000;
	color:inherit;
}
.table_background_white {
	background-color: #FFFFFF;
	color:inherit;
}
/* END BACKGROUNDS */


.highlight
{
color:#E66B25;
font-size:medium;
font-weight: bold;
text-decoration:none;
background-color:inherit;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#999999;
}   
#fullheight{
	height:90%
}
#mediumheight{
	height:9%
}