body {	
margin: 0px; 
background-color: #ffffff; 
font-family: arial, verdana, sans-serif; 
font-size: 12px;
text-align: left;
background-image: url("/images/bg.gif"); 
background-repeat: repeat-y; 
}

a, a:link, A:link { 
color: #0033CC; 
font-weight: bold;
line-height: 17px
}

a:visited { 
color: #663399;
}

a:active { 
color: #cc0000; 
}

td {
font-family: arial, verdana, sans-serif;
font-size: 12px;
}

hr { 
color: #CCCCCC; 
}

.header { 
font-size: 20px;
font-weight: bold; 
}

.price { 
font-weight: bold;
font-size: 12px;
}
				
.price2 { 
color: #cc0000; 
font-weight: bold;
font-size: 16px;
}

.price3 { 
color: #cc0000; 
font-weight: bold;
font-size: 12px;
}

.sort {
text-decoration : none;
}
				
#navbar { 
color: #88A236; 
background-image: url("/images/bg.gif"); 
background-repeat: repeat-y; 
}

#content { 
width: 100%; 
}

#application fieldset {
	border: 1px solid green;
	padding: 0.5em 0.4em 0.3em 0.4em;
}

#application legend {
  padding: 0.2em 0.5em;
  border: 1px dashed green;
  color: black;
  font-size: 120%;
  text-align: right;
  font-weight: bold;
}

#application span.heading {
	color: blue;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: -2px;
}

#application label {
  margin-left: 1em;
  margin-right: 0.5em;
  text-align: right;
}

span.hand {
  cursor: pointer;
  cursor: hand;
}
