body {
	background-color:	#FFFFFF;
	margin: 			20px;
}

div#main-table {
	width:				750px;
}

.table01 {
	width:				100%;
	border:				1px solid #000000; 
	padding:			10px;
}

.table02 {
	width:				100%;
	border-top:			1px solid #000000;
	border-left:		1px solid #000000;
}

.table03 {
	width:				100%;
}

.table-cell01 {
	border-right:		1px solid #000000;
	border-bottom:		1px solid #000000; 
	padding:			5px;
	text-align:			center;
	vertical-align:		middle;
}

.spacer01 {
	height:				20px;
}

.spacer02 {
	padding-top:		5px;
}

.spacer03 {
	padding-top:		10px;
}







/* fonts */
div, td, span {
	font-family: 		verdana, arial;
	font-size: 	 		11px;
	line-height: 		14px;
}

.title-large {
	font-family: 		verdana, arial;
	color:				#000000;
	font-size: 	 		18px;
	line-height: 		22px;
	font-weight:		bold;
	text-align:			center;
}

.title-small {
	font-family: 		verdana, arial;
	color:				#000000;
	font-size: 	 		12px;
	line-height: 		16px;
	font-weight:		bold;
	text-align:			center;
}

.heading {
	font-family: 		verdana, arial;
	color:				#000000;
	font-size: 	 		11px;
	line-height: 		15px;
	font-weight:		bold;
	text-align:			left;
}

.small {
	font-family: 		verdana, arial;
	color:				#000000;
	font-size: 	 		10px;
	line-height: 		14px;
}




a, a:visited, a:active  {
	color:				#000000;
	text-decoration:	none;
}
a:hover {
	color:				#000000;
	text-decoration:	underline;
}




/* fix so that the form never breaks the layout */
form {
	margin:				0px;
}

.field01 {
	width:				30px;
	height: 			19px;
	font-size:			11px;
}

.field02 {
	width:				60px;
	height: 			19px;
	font-size:			11px;
}

.field03 {
	width:				90px;
	height: 			19px;
	font-size:			11px;
}

.field04 {
	width:				120px;
	height: 			19px;
	font-size:			11px;
}

.field05 {
	width:				150px;
	height: 			19px;
	font-size:			11px;
}

.field06 {
	width:				180px;
	height: 			19px;
	font-size:			11px;
}

.field07 {
	width:				380px;
	height: 			19px;
	font-size:			11px;
}

textarea {
	width:				80%;
	height: 			80px;
	font-face:			verdana, arial;
	font-size:			11px;
}
