/* Designed by Zag Design Group 2008 */

body,td,th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #555753;
	margin: 0;
	padding: 0;
	
}

#backgroundcolor {
	background-color: #CCCCCC;
	}
	
#backgroundimage {
	background-image:url(../images/bkgdlrg-longer.gif);
	}


a {
	text-decoration:none;
	color:#720a0b;
}

a:link, a:active{
	text-decoration:none;
	color:#720a0b;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:none;
	color:#999999;
}

p{
	margin: 10px;
	padding: 0;
}


h1 {
font-family:  Helvetica, Arial, Verdana, sans-serif;
font-size:18px;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	line-height:24px;
}

h3 {
font: italic normal 1.4em Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #555753;
}

.none {
	display:none;
}

.reverse {
	color: #FFFFFF;
	font-size: 12px;
}

.title {
	color: #003300;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(../htdocs/dev/bullet.gif) left center no-repeat;
	padding-left: 7px;
	margin-bottom: 5px;
}




/* link list and extra div's */

.linkList {
	color: #FFFFFF;
	font: small Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
	background-color:#000000;
}

.linkList a:link { 
	text-decoration: none; 
	color: #FFFFFF;
	}
.linkList a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
.linkList a:hover{
	text-decoration: underline;
	color: #C11111;
	}

th {
	font-variant: small-caps;
	text-transform: uppercase;
	border-bottom:1px solid #720a0b;
	color:#333333
}

fieldset { border:1px solid #666666;
padding: 0.5em 0.5em 0.5em 0.5em; }

legend {
  padding: 0.5em 0.5em 0.5em 0.5em;
  border:1px solid #666666;
  color:#666666;
  font-weight:bold;
  margin-right: 3px;
  }
  label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

