html, body, #wrapper {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:14px;*/
	color:#465066;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}


/* font size declarations */
.tiny {
	font-size: 0.7em;
}

.small {
	font-size: 0.8em;
}
.medium {
	font-size: 0.9em;
}
.large {
	font-size: 1.1em;
	font-weight: bold;
}

a:link {
	color: #465066;
   text-decoration: none;
	font-weight:bold;
	/*font-size: 0.7em;*/
}

a:visited {
	font-weight:bold;
   text-decoration: none;
	color: #465066;
	/*font-size: 0.7em;*/
}

a:hover {
   text-decoration: none;
	color: #465066;
	font-weight:bold;
	/*font-size: 0.7em;*/
}

a:active {
	text-decoration: none;
	color: #465066;
	font-weight:bold;
	/*font-size: 0.7em;*/
}


/* font color declarations */
#white { color: #FFFFFF; }
#dark { color: #465066; }
#light { color: #717889; }
#black { color: #000000; }


INPUT.textstyle{
	border:1px solid #717889;
	background-color:#ffffff;
	padding:0.25em;
	/*color:#333333;
	border-top-color:#b69b56;
	border-left-color:#b69b56;*/
	font-size:0.8em;
}

INPUT.submitstyle { 
	background-color:#fff;
	border-width:1px; 
	border-style:solid; 
	border-color:#717889;
	color:#465066;
	font-size: 0.75em;
	font-weight:bold;
	/*font:bold 10.5px Geneva,Verdana,Arial,sans-serif;*/
	cursor: pointer;
}

INPUT.submitstyleOn { 
	background-color:#fff;
	border-width:1px; 
	border-style:solid; 
	border-color:#717889;
	color:#003472;
	font-size: 0.75em;
	font-weight:bold;
	/*font:bold 10.5px Geneva,Verdana,Arial,sans-serif;*/
	cursor: pointer;
}

#textarea_box1{
	border-width:1px; 
	border-style:solid; 
	border-color:#717889;
	background-color:#ffffff;
	padding: 0.25em;
	font-size:0.8em;
	font-family: Arial,Helvetica,sans-serif;
	/*width:75em;
	height:10em;
	color:#333333;*/
}

#selectstyle1{
	border:1px solid #717889;
	padding:0.25em;
	background-color:#ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

INPUT.filestyle {
	border:1px solid #717889;
	/*padding:0.25em;*/
	background-color:#ffffff;
	font-size:0.8em
	font-family: Arial, Helvetica, sans-serif;
}

