* { margin: 0; padding: 0; border: 0; }
body {
	background: url('/images/background.gif');
	font: 10pt Verdana, Arial;
}
h1 {
	font-family:Georgia,serif;
	font-size: 1.4em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.h1a:link {
	font-family:Georgia,serif;
	font-size: 1.4em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.h1a:visited {
	font-family:Georgia,serif;
	font-size: 1.4em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.h1a:hover {
	font-family:Georgia,serif;
	font-size: 1.4em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.h1b {
	font-family:Georgia,serif;
	font-size: 1.4em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family:Georgia,serif;
	font-size: 1.2em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family:Georgia,serif;
	font-size: 1.0em;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

#p_no_border  { border-bottom: 1px #000 dotted; padding: 0px 2px; }

input {
	padding: 0px 2px;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
		
	border-right-color:#bfbfbf;
	border-right-style:dotted;
	border-right-width: 1px;
		
	border-left-color:#bfbfbf;
	border-left-style:dotted;
	border-left-width: 1px;
		
	border-top-color:#bfbfbf;
	border-top-style:dotted;
	border-top-width: 1px;
}

textarea {
	padding: 0px 2px;
	border-color:#000000;
	border-style:dotted;
	border-width: 1px;
}

p, label, ul, ol, li {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	margin-top: .5em;
	color: #4E443C;
}

p {
	padding-left: 4px;
}

label {
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	padding-left: 2px;
}

ol {
	margin-left: 25px;
}

ul {
	margin-left: 20px;
}

li {
	margin-top: 2px;
	margin-left: 0px;
}



input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}

