html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
 

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {

	font-family: arial, "lucida console", sans-serif;
	font-size: 13px;
	text-align: center;
}

form#pdfform{
	width: 800px;
	margin: auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}

ul#pagenav { 
	list-style-type: none;
	padding: 0;
	margin: auto;
	}
ul#pagenav li { 
	display: inline;
	text-align: center;
 }
ul#pagenav li a {
	float: left;
	width: 230px;
	color: #fff;
	background-color: #036;
	padding: 0.2em 1em;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #fff;
	}
ul#pagenav li a:hover {
	background-color: #369;
	color: #fff;
	}

.hidden {
	text-align: right;
	display: none;
	}
	
table {
	padding: 10px;
	width: 100%;
	margin: auto;
	}
	
table td {
	text-align: right;
	width: 50%;
	}
table td.exp{
	width: 25%;
	}

.bordered {
	border: 1px solid #000000;
	}


label {
	font-size: 12px;
	display: block;
	width: 120px;
	text-align: right;
	float: left;
	padding-right: 10px;
	margin: 5px 0;
	}
label.chk {
	display: inline;
	clear: both;
	float: none;
	width: 200px;
	}
label.small {
	display: inline;
	clear: both;
	float: none;
	width: 70px;
	padding-right: 0px;
	margin-bottom: 5px;
	}

label.template {
width: 145px;
}
input, select {
margin: 2px 0 1 0;
font-size: 11px;
}
input.text {
padding: 0 0 0 3px;
width: 210px;
margin-right: 10px;
}
input.radio {
	margin-right: 10px;
	}
input.checkbox {
	margin-right: 10px;
	}

input.text.address {
	width: 500px;
}
input.large {
	width: 750px;
}
	
input.text.small {
	width: 58px;
	margin-right: 2px;
	padding: 0px;

}
input.text.single {
	width: 12px;
}

textarea {
padding: 0 0 0 3px;
width: 260px;
height: 120px;
}

input.submit {
margin: 15px 0 0 0px;
}
input.reset {
margin: 15px 0 0 0px;
}

.leftfloat{
margin: 5px;
float:left;
}
.floatright {
margin: 5px;
float:right;
}
div.status {
	visibility: hidden;
	
	}
	
