body,html {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica;
	background-color: #FFFFFF;
	background-image: url(images/template/background.gif);
	color:#000;
	font-size: 11px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}

td {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	line-height: 12px;
}

a {
  text-decoration: underline;
  color:#000000;
}

a:hover {

	text-decoration: underline;
	color:990000;

}

#leftnav {
	/*padding-left: 5px;*/
	background-image: url(images/template/sidebar_bg.gif);
}

#leftnav a {
	display: block;
	text-decoration: none;
}

.title {
	font-weight: bold;
	font-size: 12px;
}

.subtitle {
font-weight: bold;
}

.redtitle {
font-weight: bold;
color:#990000;
}

.submenu {
  margin-bottom: 0.5em;
  padding-left:4px;
  text-indent: 2px;
}

a.subnav {
  color:#990000;
  border: 1px solid #FF9900;
}

/*a.subnav:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color:#FFCC33;*/
}

a.subnav:hover {
  color:#000000;
   border: 1px solid #FF9900;
}

/*a.subnavSelected {
  border: 1px solid #000000;
  background: #000000 !important;
  color:#FFCC33;
}*/

a.subnavSelected {
  color:#990000;
  font-weight:bold;
   border: 1px solid #FF9900;
}

a.nav {
  margin: 3px 0;
  color: black;
  border: 1px solid #FF9900;
}
a.nav:hover {
  margin: 3px 0;
  color: black;
  background: #FFCC33 !important;
  border: 1px solid #990000;
}
a.navSelected {
  margin: 3px 0;
  color: black !important;
  background: #FFCC33 !important;
  border: 1px solid #990000;
}

/*div.newsBox {
    position:absolute;
    top:28px;
    right:13px;
    
    width:180px;
    border-bottom:1px solid #52515A;
    
    visibility:hidden;
}
a.news {
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;

    
    background:#E9EADD;
    border:1px solid #52515A;
    border-bottom-width:0;
    
    padding:4px;
    width:180px;
    
    text-decoration:none;
    font:10px verdana;
    color:black;
}

a.news:hover {
    color:white;
    background:#52515A;
}*/

input, textarea {
	font-size: 10px;
	font-family: Courier,monospace;
	color: #000000;
}

.form { font-size: 10px;
		font-family: Verdana, Arial, Sans-serif;
		color: #000000;
		background-color: #FFCC00;
		width: 200px;   
		border: 1px solid #990000;
		margin-top:4px;
		
		}
		
.guestbook { font-size: 10px;
		font-family: Verdana, Arial, Sans-serif;
		color: #000000;
		background-color: #FFCC00;
		width: 300px;   
		border: 1px solid #990000;
		margin-top:4px;
		
		}
			   
select {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	width: 130px;  
}

.button { font-size: 10px;
		font-family: Verdana, Arial, Sans-serif;
		color: #990000;
		font-weight: bold;
		WIDTH:50;
		background-color: #FF9900;
	    border: 1px solid #990000;
		}
		
.subtitle	{

	color: #990000;
	font-weight:bold;
	/*font-size:12px;*/

}