
	BODY {
		background-image: URL('../images/md_tile.gif');
		background-repeat: repeat-x;
		background-color : #5B640F;
		margin: 0px;
		padding: 0px;
	}
		
	INPUT {
		font-size: 12px;
		font-family: arial;
		margin-bottom:3px;
		height: 18px;
		width: 175px;
		color: #666666;
	}
		
	INPUT checkbox {
		font-size: 12px;
		font-family: arial;
		margin-bottom:3px;
		height: 18px;
		width: 18px;
		color: #666666;
	}
		
	INPUT submit {
		font-size: 12px;
		font-family: arial;
		margin-bottom:3px;
		height: 18px;
		width: 18px;
		color: #666666;
	}
	
	SELECT {
		font-size: 12px;
		font-family: arial;
		margin-bottom:3px;
		height: 18px;
		width: 175px;
		color: #666666;
	}
	
	OPTION {
		font-size: 12px;
		font-family: arial;
		margin-bottom:3px;
		height: 18px;
		width: 175px;
		color: #666666;
	}
	
	A:link, A:visited {
		font-size: 11px;
		font-family: arial;	
		color: #9E9E9E;
		line-height: 18px;
	}
	
	A:active, A:hover {
		font-size: 11px;
		font-family: arial;	
		color: #333333;
		line-height: 18px;
	}
	
	DIV {
		font-size: 11px;
		font-family: arial;	
		color: #9E9E9E;
	}
	
	TABLE {
		border: 2px solid #5B640F;
	}
	
	TABLE TD {
		background-color: #FFFFFF;
		font-family: Arial;	
		font-size:11px;
		color:#9E9E9E;
		padding:3px;
	} 
	TABLE TH {
		background-color: #5B640F;
		font-family: Arial;	
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		padding:3px;
	} 

	#mainContent {
		top: 0px;
		background-color : #FFFFFF;
		width: 630px;
		border-left: 1px solid white;
		border-right: 1px solid white;
		margin: 0px;
		padding: 0px;
	}

	#header {
		top: 0px;
		background-image: URL('../images/md_header.gif');
		background-repeat: no-repeat;
		width: 630px;
		height: 39px;
		font-size: 11px;
	}

	#middleCont {
		top: 0px;
		background-color : #FFFFFF;
		width: 630px;
		float: left;
		display: block;
	}
	
	#bottomCont {
		top: 0px;
		background-color : #FFFFFF;
		width: 630px;
		float: left;
		border-left: 1px solid white;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.block {
		top: 0px;
		background-color : #333333;
		width: 125px;
		height: 10px;
		float: left;
		font-size: 1px;
	}

	.hash {
		top: 0px;
		background-color : #FFFFFF;
		width: 1px;
		height: 10px;
		float: left;
		font-size: 1px;
	}

	.bar {
		top: 1px;
		background-color : #333333;
		width: 630px;
		height: 1px;
		margin-top: 1px;
		font-size: 1px;
		float: left;
	}

	.leftCont {
		width: 250px;
		margin-top: 5px;
		margin-left: 5px;
		float: left;
	}

	.rightCont {
		width: 200px;
		margin-top: 5px;
		margin-left: 5px;
		float: left;
	}
	
	.topNav A:link, .topNav A:visited{
		width: 126px;
		height: 50px;
		background-color: #444444;
		display: block;
		float: left;
		border-bottom: 1px solid White;
		border-right: 1px solid White;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		font-size: 14px;
		font-family: arial;	
		font-weight: bold;	
		color: #9E9E9E;
	}
	
	.topNav A:active, .topNav A:hover{
		width: 126px;
		height: 50px;
		background-color: #EC4206;
		display: block;
		float: left;
		border-bottom: 1px solid White;
		border-right: 1px solid White;
		margin: 0px;
		padding: 0px;
		text-decoration: underline;
		font-size: 14px;
		font-family: arial;	
		font-weight: bold;	
		color: #FFFFFF;
	}
	
	.topNavRight A:link, .topNavRight A:visited{
		width: 123px;
		height: 50px;
		background-color: #444444;
		display: block;
		float: left;
		float: left;
		clear: right;
		border-bottom: 1px solid White;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		font-size: 14px;
		font-family: arial;	
		font-weight: bold;	
		color: #9E9E9E;
	}
	
	.topNavRight A:active, .topNavRight A:hover{
		width: 123px;
		height: 50px;
		background-color: #EC4206;
		display: block2
		float: left;
		clear: right;
		border-bottom: 1px solid White;
		margin: 0px;
		padding: 0px;
		text-decoration: underline;
		font-size: 14px;
		font-family: arial;	
		font-weight: bold;	
		color: #FFFFFF;
	}
	
	.error {
		font-family: Arial;	
		font-size:11px;
		color: #CC1111;
	}