html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0;
}




body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 4px;
	font-size: 12px;
	color: #333333;
	background-image:url(images/background-top.gif);
	background-repeat:repeat-x;
	background-color:#DFF2FF;
}


a:link {
 text-decoration: none;
 color: #0099FF;
}


a:visited {
 text-decoration: none;
 color: #0099FF;
}


a:hover {
 text-decoration: underline;
 color: #0099FF;
}


a:active { 
 text-decoration: underline;
 color: #0099FF;
}


p{
font-size: 12px;
line-height:20px;
margin-top:20px;

}


h1{
 font-style: normal;
 font-size: 18px;
 color: #2F6D97;
 font-family:century gothic;
 font-weight: normal;
 border-bottom:dotted;
 border-bottom-color:#CCCCCC;
 border-bottom-width:medium;
}


h2{
 font-style: normal;
 font-size: 14px;
 color: #000000;
 padding-top:20px;
 font-family: century gothic;
 font-weight: bold; 
}


h3{
font-size: 14px;
color: #333333;
padding: 0;
}


.smallfont {
font-size:10px;
}


.smallfontwhite {
font-size:10px;
color:#757575;
}

.nameprice {
font-size:14px;
color:#757575;
}

input.button {
background:transparent url('images/submit.gif');
background-repeat:no-repeat;
text-align:center;
width:227px;
height:55px;
font-size:14px;
color:#FFFFFF;
border:none;
cursor:pointer;
}


#nav {
	border: 0px solid  #fff;
	line-height: 18px;
	height:18px;
	text-align: center;
}

#nav ul {
}

#nav ul li {
display: inline;
}

#nav ul li a {
	color: #0099FF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align: center;
	width: 10em;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}

#nav ul li a:hover, #nav ul li a:focus {
	color:#FFFFFF;
	background-color:#0099FF;
}


input.greenbutton {
background:transparent url('images/button.gif');
width:65px;
height:22px;
border:0;
margin-top:7px;
cursor:pointer;
}