@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)
}

.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: 0;
}
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 {
	font-size: 11px; 
	
}

