body {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;
	background-color: FEFEFE;
}

table {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;	
}

BODY.header {
	background-color:	#A5D4E4;
	border-bottom:		1px solid #888888;
}

BODY.main {
	padding:			2px;
	align:				center;
}

DIV.contentbar {
	border-right:		1px solid #888888;
	height:				100%;
	padding-top:		2px;
	margin: 0px;
}

DIV.menutitle {
	color:				#000000;
	font-size:			11px;
	font-weight:		bold;
	text-align:			center;
	margin-right:		1px;
	margin-top:			0px;
	margin-bottom:		6px;
	padding-top:		2px;
	padding-bottom:		2px;
}

DIV.menuitem {
	color:				#000000;
	font-size:			10px;
	font-weight:		bold;
	padding-left:		8px;
}

DIV.menuspacer {
	height:				6px;
}

DIV.formarea {
	background-color:	#EEEEEE;
	border:				1px solid #828DA4;
	padding-top:		8px;
	padding-bottom:		8px;
	padding-left:		1px;
	padding-right:		1px;
}

DIV.pageheader {
	color:				#000000;
	background-color:	#A5D4E4;
	font-size:			11px;
	font-weight:		bold;
	border:				1px solid #888888;
	margin-bottom:		11px;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		2px;
	padding-right:		2px;
}

DIV.comment {
	color:				#000000;
	background-color:	#FFFFFF;
	border-top:			1px solid #888888;	
}

DIV.footer {
	position:			absolute;
	bottom:				0;
	left:				0;
	right:				0;
	color:				#000000;
	background-color:	#FFFFFF;
}

input,textarea,select {
	border:				1px solid #828DA4;
	font-family:		verdana, helvetica, arial;
	font-size: 			11px;
}

input.button {
	background-color:	#f8f8f8;
	font-weight:		bold;
}

TABLE.blue {
	background-color:	#A5D4E4;
	border-collapse:	collapse;
}

TABLE.grey {
	background-color:	#EEEEEE;
	border-collapse:	collapse;
}

TABLE.greyborder {

	border: 1px solid #888888;
}

TD.tableheader {
	color:				#000000;
	background-color:	#A5D4E4;
	font-weight:		bold;
	border: 1px solid #888888;	
}

TD.greyheader {
	background-color:	#EEEEEE;
}

TD.statementheader {
	background-color:	#A5D4E4;
	color:				#000000;
	font-size:			11px;
}

TABLE#bordered {
	border-collapse: collapse;
}

TD#outline {
	border: 1px solid #888888;
}
	
TD#outlinetop {
	border-top: 1px solid #888888;
}

TD#outlinebottom {
	border-bottom: 1px solid #888888;
}

.outlinebottom {
	border-bottom: 1px solid #888888;
} 

TD#outlinetopbottom {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

TD#outlineleftright {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
} 

TD#outlineleft {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
} 

TD#outlineright {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
}

TD#outlinefirst {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

TD#outlinelast {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

	body a:link { color: #000000; text-decoration: underline; }
	body a:visited { color: #000000; text-decoration: underline;}
	body a:hover { color: #000000; text-decoration: none; }
	
#login {
	background-color: #FFFFFF;
	background-image:   url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70px;
	color: #685E5C;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid;
}
.small {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
}
.box {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.smallbox {
	background-color: #000000;
	height: 1px;
}
.outlinetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#bordered {
	margin: 10px 0px;
}
.final {
	font-weight: bold;
	color:#F00;
}
.right {
	margin-bottom: 10px;
}

#foot {
	font-size: 10px;
}

#foot a:link {
	color: #A5D4E4;
	text-decoration: none;
}
#foot a:visited {
	color: #A5D4E4;
	text-decoration: none;
}