html {
	width: 100%;
}
form {
 	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
textarea,
select,
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000053;
	/*color: black;*/
	background-image: url(bgcenter.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	/*scrollbar-3dlight-color: 000053;
	scrollbar-arrow-color: #000053;
	scrollbar-base-color: #6699cc;
	scrollbar-darkshadow-color: 000053;
	scrollbar-face-color: #6699cc;
	scrollbar-highlight-color: #6699cc;
	scrollbar-shadow-color: #6699cc;
	scrollbar-track-color: #DADADA;*/
	cursor: default;
}

a:link,
a:hover,
a:visited,
a:active {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #000053;
	/*color: black;*/
}

.titletext{
	text-align: left;
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	border-bottom: 1px solid black;
	vertical-align: middle;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.introtext {
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
.smalltext {
	font-size: 10px;
}
.bigtext {
	font-size: 12px;
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.error{
	color: red;
	font-weight:bold;
}
.hidden {
	display: none;
}
.backbutton, 
.backbutton a:link,
.backbutton a:hover,
.backbutton a:visited,
.backbutton a:active {
	width: 100%;
	text-align: right;
	text-decoration: none;
	font-style:oblique;
	font-weight: bold;
	font-size:11px;
	/*color: #000053;*/
}
.page{
padding: 5px;
}

.icon{
	margin: 0px;
	padding-right: 5px;
	vertical-align: text-top;
}
