@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
}
#bgtable{ 
	background-image: url(bg.jpg)
}
#footertable{ 
	background-image: url(footer.jpg)
}

/* Add button styling */ 
input.btn {   
   color:#104645;   
   font: bold 94% 'trebuchet ms',helvetica,sans-serif;   
   background-color:#fed;   
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
   filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
 }   
input.btnhov {   
	border-color: #c63 #930 #930 #c63;  
    color:#c63;   
}


.noutput {
	color: #333;
	font-size: 9pt;
}
.small {
	color: #333;
	font-size: 8pt;
}

.smaller {
	color: #666;
	font-size: 6pt;
}
a.smaller:link {
		color: #666;
}
a.smaller:visited {
		color: #666;
}

a.smaller:active {
		color: #666;
}
a.smaller:hover {
		color: white;
}

#map {
	color: #666;
	font-size: 8pt;
}
#map a:link {
		color: #666;
}
#map a:visited {
		color: purple;
}

#map a:active {
		color: #666;
}
#map a:hover {
		color: blue;
}


.pg2dropdown {
		font-size:16px;
		font-family: Arial;
		font-weight: bold;
		width:200px
}


.pg3textfield {
		font-size:16px;
		font-family: Arial;
		font-weight: bold;
		width:250px
}
a {
    text-decoration: none;
	font-weight: bold;
	border-bottom:1px dotted; 
}

a:link {
    /*color: #0000FF;*/
	color: black;
}

a:visited {
    color: black;
}

a:active {
    color black;
}

a:hover {
	color: white;
}

ul.list-tick {
  margin: 0;
  padding: 2px;
}
ul.list-tick li {
	margin: 0;
 	padding: 0px 0 0px 0px;
	list-style: none;
	background: url('images/checkmark.jpg') top left no-repeat;
	/* background-repeat: no-repeat; */
	background-position: 0px 5px; 
	padding-left: 15px; 
}

div.pg3-features {
	border: 1px dotted;
	/*width:202px; 
	height:75px;*/
	font-size: 11px; 
	

	
}
