body {
    margin:					40px 0px 0px 0px;
    background-color:		#FFFFFF;
	text-align:				center;
}

div#centered {
	margin:				0px auto 0px auto;
	width:				250px;
}

div#centered2 {
	margin:				0px auto 0px auto;
	width:				585px;
}





/* fonts */

div, td, span, p, li, input, select, textarea {
	font-family:		verdana, arial;
	font-size:			11px;
	line-height:		15px;
	color:				#000000;
}

.login-font {
	font-family:		verdana, arial;
	font-size:			11px;
	line-height:		15px;
	color:				#FFFFFF;
}

.document-font01 {
	font-family:		verdana, arial;
	font-size:			10px;
	line-height:		14px;
	color:				#FFFFFF;
}

h1 {
	font-family:		verdana, arial;
	font-size:			18px;
	line-height:		22px;
	color:				#0194A6;
	font-weight:		bold;
	margin:				0px;
	padding:			0px;
}

h2 {
	font-family:		verdana, arial;
	font-size:			12px;
	line-height:		16px;
	color:				#0194A6;
	font-weight:		bold;
	margin:				0px;
	padding:			0px;
}

.small  {
	font-size:			9px;
}

a, a:visited, a:active {
	color:				#000000;
	font-size: 	 		10px;
	text-decoration:	underline;
}
a:hover {
	color:				#000000;
	font-size: 	 		10px;
	text-decoration:	none;
}

a.modify, a.modify:visited, a.modify:active {
	color:				#000000;
	font-size: 	 		10px;
	text-decoration:	none;
}
a.modify:hover {
	color:				#000000;
	font-size: 	 		10px;
	text-decoration:	underline;
}

a.nav, a.nav:visited, a.nav:active {
	color:				#FFFFFF;
	font-family:		verdana, arial;
	font-size:			9px;
	font-weight:		normal;
	text-align:			center;
	text-decoration:	none;	
	display:			block;	
	padding:			2px 4px 3px 8px;
}

a.nav:hover {
	color:				#FFFFFF;
	font-family:		verdana, arial;
	font-size:			9px;
	font-weight:		normal;
	text-align:			center;
	text-decoration:	underline;	
	display:			block;
	padding:			2px 4px 3px 8px;
}




form {
	margin:				0px;
}

input.style01 {
	background-color:	#FBD77F;
	border-style:		groove;
}

input.style02 {		
	width:				86px;
}

select.style01 {
	background-color:	#FBD77F;
}

textarea.style01 {
	background-color:	#FBD77F;
}

img {
	border:				0px;
}

hr {
	margin:				6px 10px 6px 10px;
	padding:			0px;
	border:				0px;
	outline:			0px;
	background:			#000000;
	color:				#000000;
	height:				1px;

}
