/*
Andy's crazy css template...hope it works, if it helps you in anyway that's awesome :)
pieced together in 2003-2004
*/


body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
	
	
td, th, p, div {
	color: #000000;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


A:link {
	font-weight: bold;
	color:#99CC00;
	text-decoration: none;
} 


A:visited {
	color:#99CC00;
	font-weight: bold;
	text-decoration: none;
}


A:active {
	color:#99CC00;
	font-weight: bold;
	text-decoration: none;
} 


A:hover {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
} 


ul, li  { 
	font-size: 10px; 
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
	list-style-type: disc #6699ff; 
}  
	
.bold {
	font-weight: bold;
	font-variant: normal;
}

.space {
 width: 100%;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 9px;
 text-align:center;
 background-color: transparent;
 background: url(images/dots.gif) repeat-x;;
 background-position: 100% 100%;
 padding-bottom: 2px; 
 margin:10px 0px 5px 0px;
}

.space_php {
 width: 100%;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 16px;
 text-align:center;
 background-color: transparent;
 background: url(images/dots.gif) repeat-x;;
 background-position: 100% 100%;
 padding-bottom: 2px; 
 margin:10px 0px 5px 0px;
}

/*.space {
	text-align:left;
	color: #000000;
	line-height: 10px;
	margin-top: 20px;
}*/

.space2 {
 width: 330px;
 color: #666666;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 9px;
 text-align:left;
 background-color: transparent;
 background: url(images/dots.gif) repeat-x;;
 background-position: 100% 100%;
 padding-bottom: 2px; 
 margin:10px 0px 5px 0px;
}

 #dots
 {
 
 border-bottom: none;
 height:1px;
 line-height:1px;
 background: url(images/dots.gif) repeat-x;;
 margin:0;
 padding:3;
 }
 
 .ContactForm 
 {
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 9px;
  padding:3px 0px 3px 3px;
 line-height:14px;
 color: #000000;
 border-style: solid;
 border-width: 1px;
 border-color: #CCCCCC;
 }
 
  #field 
 {
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 9px;
  padding:3px;
 color: #000000;
  line-height:14px;
 border-style: solid;
 border-width: 1px;
 border-color: #CCCCCC;
 }