body {
	background-color:white;
	color:#333;
	font-family:'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	font-size:13px;
	margin:0 0 20px 0;
	-webkit-font-smoothing:antialiased;
}

p, li, h1, h2, h3, h4, h5 {
	line-height:135%;
}

p { margin:0.7em 0 }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	font-family:'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	font-weight:bold;
	color:#000;
	margin:0.4em 0; 
}

h1 { font-size:23px; margin-top:0 }
h2 { font-size:19px; }
h3 { font-size:17px }
h4 { font-size:12px; margin-top:0 }

a { color:#96C13C; text-decoration: none; font-weight:bold; }
a:hover { color:#000; text-decoration: underline; }
a img { border:none }

th, td { padding:0.3em 1em 0.3em 0; border-bottom:1px solid #ddd; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }

hr { height: 1px; color: #999; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #999; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #999; border: 0px solid #999; } /* For Opera and Gecko-based browsers */

code { color:green }

dt { font-weight:normal; font-size:14pt }
dd { margin-bottom:1em; }
dd p { margin:0 }

/* FORMS */

form { margin:0; }
legend { font-weight:normal; color:#0438B9; background-color:transparent }
fieldset {
	border:1px solid #ccc;
	background:url(../images/form-bkgd.png) bottom center #fff repeat-x;
}

fieldset table {
	width:90%;
	margin:0.5em auto;
}

input, select, textarea {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	background-color:#fff;
	border:1px solid #999;
	color:#333;
	padding:2px;
}

textarea { width:95% }

input.image {
	padding:0;
	border:0;
}

select {
	/*
	padding:0;
	background-color:#06c;
	color:#fff;
	*/
}

input[type='text'], input[type='password'], textarea {
	background:url(../images/input_bkgd.gif) top left no-repeat #fff;
	padding:4px 6px;
}

input:focus, textarea:focus { border-color:#333; color:#333 }
select:hover { border-color:#0438B9; color:#0438B9 }

label.checked { color:#0438B9 }
.required, .req { color:green; font-size:12pt; font-weight:bold; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

input.submit, input.button {
	text-transform:uppercase;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	padding:4px 6px;
}

input.button {
	background-color:white;
	border-color:#0438B9;
	color:#0438B9;
}

input.submit {
	background-color:green;
	border-color:green;
	color:#fff;
}

input.submit:focus { color:white }

input.radio { border:0; background-color:transparent }

address { font-style:normal; }

/* utility classes */
.subtext { font-family:verdana; font-size:10px; color:#666 }
.small { font-family:verdana; font-size:10px; }
.note { color:#666; }
.clear { clear:both; }
.right { float:right }
.left { float:left }
img.right { margin:0 0 1em 1em; border:1px solid #ccc; }
img.left { margin:0 1em 1em 0; border:1px solid #ccc;}
.block { display:block }
.hilite { color:red }
.hidden { display:none }
.date { font-family:verdana; font-size:10px; }
.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.doc {
	padding-left:17px;
	background:url(../images/doc.gif) top left transparent no-repeat;
}
.error, .alert {
	padding-left:22px;
	background:url(../images/alert.gif) top left transparent no-repeat;
	color:#c60;
}
.centre { text-align:center }

.button {
	padding:0.5em 0.7em;
	border:1px outset #ccc;
	text-decoration:none;
	font-weight:bold;
}
.border { border:1px solid #ccc; }

.video {
	padding:6px 8px 6px 28px;
	background:url(../images/video_camera.gif) 6px 6px no-repeat transparent;
	border:1px solid #0438B9;
	text-decoration:none;
}
