@charset "utf-8";

td {font-size: small;
padding-left:15px;}


.bodytext_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/blkgradient.jpg);
	background-repeat: no-repeat;
}

body {
background-image:url(images/BGlight.jpg);
background-size:100%;
}

a:link {
	text-decoration: none;
}
a:hover {
text-decoration:underline;
}

.button {
	display:block;
 	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-radius: 12px;
	border: 2px double #999999;
	padding: 5px;
	background-color: #EAEAEA;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	cursor:pointer;
text-align:center;
}

.button:hover {
	background-color: #FFFFFF;
	color: #999999;	
}

.bigRed {
background-color:RED;
}

.buttonOn {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-radius: 12px;
	border: 2px double #999999;
	padding: 5px;
	background-color: #00FF00;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.take {
	float:left;
	font-family: "Amerigo BT";
	font-size: 16px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #FFCC00;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #000000;
	margin-right:5px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#993300;
}
.item {
	font-family: "Amerigo BT";
	font-size: 16px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #CCCCCC;
	letter-spacing: 0px;
}
.itemsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#FFCC00;
	height:40px;
	margin-left:2px;
	margin-bottom:2px;
	padding:2px;
	text-align:center;
}
.itemsub:hover {
	color:#FFFF00;
	background-color:#000000;
}
.takesub {
	color:#000000;
	background-color:#666666;	
}


.menu {
	height:20px;
	top:-3px;
	background-color: #CCCCCC;		
	display:inline-block;
	width:145px;
	position:relative;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size: 14px;
	color: #000000;
	border-radius: 10px 10px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
}
.menutake {
	height:25px;
	top:-8px;
	background-color: #FFFFFF;
	display:inline-block;
	width:145px;
	position:relative;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size: 14px;
	color: #000000;
	border-radius: 10px 10px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 2px;	
}
.menu:hover {
	text-decoration: none;
	height:25px;
	top:-10px;
	background-color: #666666;
}

.submenu {
	float:left;
	width:200px;
	text-align:center;
	background-color: #666666;
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px 0px 0px 10px;
}
.submenutake {
	float:left;
	width:200px;
	margin:5px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size: 14px;	
	color: #000000;
	background-color: #FFCC33;
	border-radius:  10px 0px 0px 10px;
}
.submenu:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	cursor:pointer;
}



.bodytext_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.archives {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.bodyfancy_blk {
	font-family: "Amerigo BT";
	font-size: 14px;
}
.warn {
color:#FF0000;
font-weight:bold;
}
.archivesub {
position:relative;
top:25px;
width:400px;
margin-left:auto;
margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
.headline_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}

.featuretext_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


@media print {
  body  {
    /*visibility: hidden;*/
	background:none;
	}
  #printarea {
    visibility: visible;
  }
  #printarea {
    position: absolute;
    left: 0;
    top: 0;
  }
}
