body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.normal {  font-size: 90%; line-height: 130%;}
.wide {  font-size: 100%; line-height: 130%;}
.small {  font-size: 75%; line-height: 120%;}

.red {color: #FF3300;}

.orange {color: #FF9900;}

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


.menu a:hover {
	font-size: 12px;
	color: #666666;
  }
.menu a {
    font-size: 12px;
	color: #666666;
  }
  

h1 {
	text-align: center;
	font-size : 13px;
	font-weight : bold;
	margin: 0px;
	background-color : #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	width: 750px;
	color: #666666;
}

h2 {
	text-align: left;
	font-size: 110%;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/title_back.gif);
	background-repeat: no-repeat;
	color: #666666;
	padding: 20px 0px 10px 70px;
	margin-left: 10px;
}

h3 {
	text-align: left;
	font-size: 100%;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	margin: 20px 20px 10px 15px;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 0px 5px;
}


td.menu {
	background-image: url(img/menu_back.gif);
	background-repeat: repeat-y;
	background-position: right;
}

td.top {
	background-image: url(img/top_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

td.press {
	border-top: 1px dashed #FF9900;
}


ul.new {
	list-style-position: outside;
	list-style-image: url(img/icon_1.gif);
	list-style-type: none;
	font-size: 95%;
	line-height: 170%;
}


.crumb {
	font-size: 80%;
	text-align: left;
	padding: 5px 0px 0px 10px;

}

.pagetop {
	font-size: 75%;
	text-align: right;
	padding: 0px 10px 5px 0px;

}

