body {
	background-color:	#0099ff;
	font-family:		'Calibri','Tahoma';
	font-size:			11pt;
}

a {
	text-decoration:	none;
	color:				#4466cc;
}
a:hover {
	color:				#223366;
}

#border {
	position:			relative;
	left:				50%;
	width:				800px;
	margin-left:		-400px;
	color:				#000000;
	font-size:			1pt;
}
#all {
	position:			relative;
	width:				768px;
	padding-left:		16px;
	padding-right:		16px;
	background-color:	#ffdd00;
	color:				#000000;
	font-size:			11pt;
}

#header {
	width:				768px;
	margin-bottom:		16px;
}

#nav-bar {
	cursor:				default;
	width:				768px;
	height:				40px;
	margin-bottom:		8px;
	color:				#000000;
	background-color:	#0099ff;
	background-image:	url(imgs/nav-main.png);
}
.nav-item {
	float:				left;
	display:			block;
	cursor:				hand;
	padding:			12px;
	padding-bottom:		8px;
	height:				20px;
	color:				#000000;
	font-size:			10pt;
	font-weight:		bold;
}
a.nav-item:hover {
	color:				#ffffff;
	background-image:	url(imgs/nav-hover.png);
}
.nav-sep {
	float:				left;
	margin-left:		-1px;
	margin-right:		-1px;
	width:				2px;
	height:				40px;
	background-image:	url(imgs/nav-sep.png);
}

.main {
	width:				728px;
	padding:			12px;
	margin-bottom:		8px;
	margin-left:		8px;
	margin-right:		8px;
	background-color:	#ffffff;
}

#footer {
	width:				768px;
	padding:			4px;
	padding-top:		8px;
	padding-bottom:		0px;
	font-size:			8pt;
	background-color:	#ffdd00;
	color:				#807000;
}

.txt-head {
	color:				#000000;
	font-size:			16pt;
	font-weight:		bold;
}
.txt-title {
	color:				#000000;
	font-size:			12pt;
	font-weight:		bold;
	font-style:		italic;
}
.txt-error {
	color:				#ff0000;
	font-size:			13pt;
	font-weight:		bold;
}
