font {
	font-family: Verdana,Helvetica;
	font-size: 16px; }
	
font.urhred {
	color:red;
	font-size: 12px; }	

font.urhblue {
	color:blue;
	font-size: 12px; }	

font.urhblack {
	color:black;
	font-size: 14px; }	
	
td {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

td.price {
	font-family: Verdana,Helvetica;
	font-size: 9px; }
	
td.cross {
	font-family: Verdana,Helvetica;
	font-size: 16px; }
	
td.pricetext {
	font-family: Verdana,Helvetica;
	font-size: 9px;
	color: blue;
	font-weight: bold; }

td.finalprice {
	font-family: Verdana,Helvetica;
	font-size: 11px; }

td.finalpricetext {
	font-family: Verdana,Helvetica;
	font-size: 11px;
	color: blue;
	font-weight: bold; }

body {
	margin: 0;
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	background: white url("images/bkgd.gif"); }

p {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

h1 {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: blue; }

h2 {
	font-family: Verdana,Helvetica;
	font-size: 16px;
	color: blue; }

h3 {
	font-family: Verdana,Helvetica;
	font-size: 12px;
	color: blue; }

div {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

li {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 12px; }

input {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

textarea {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

form {
	font-family: Verdana,Helvetica;
	font-size: 12px; }

a:link {
	color: blue;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	text-decoration: underline;}

a:active {
	color: blue;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	text-decoration: underline; }

a:visited {
	color: blue;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	text-decoration: underline; }

a:hover {
	color: blue;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	text-decoration: underline; }

.title {
	background: none;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: none; }

.content {
	background: none;
	color: #000080;
	font-size: 12px;
	font-family: Verdana, Helvetica; }
	
.storytitle {
	background: none;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: none; }
.storycat {
	background: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: underline; }

.boxtitle {
	background: none;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: none; }

.boxcontent {
	background: none;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica; }

.option {
	background: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: none; }

.tiny {
	background: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Helvetica;
	text-decoration: none; }
	
/* To add border and other styles to sensor selection wizard, edited by john */	
	
table.wiz {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #eeeeee;
}
table.wiz th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	-moz-border-radius: 1px 1px 1px 1px;
}
table.wiz td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	align:center;
	-moz-border-radius: 1px 1px 1px 1px;
}

table.nowiz {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #eeeeee;
}
table.nowiz th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	-moz-border-radius: 1px 1px 1px 1px;
}
table.nowiz td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	align:center;
	-moz-border-radius: 1px 1px 1px 1px;
}

table.pricetable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #eeeeee;
}
table.pricetable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	-moz-border-radius: 1px 1px 1px 1px;
}
table.pricetable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	align:center;
	-moz-border-radius: 1px 1px 1px 1px;
}
td.displayall {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	align:right;
	-moz-border-radius: 0px 0px 0px 0px;
}
.optionfontblue 
  { 
   color: blue; 
  } 
.optionfontblack 
  { 
   color: black; 
  } 
