
body {
	
	font-family: Georgia, Times, Helvetica, Verdana;
	font-style: oblique;
	margin: 30px 10px 0px 50px ;
	
}


#content_box {
	width: 675px;
	height: 380px;
	overflow: auto;
}





/* text */

.t1 {

	font-size: 10px;
	
	line-height: 12px;
	
	color: #000000;
	
	}
	
.t2 {

	font-size: 11px;
	
	line-height: 15px;
	
	color: #000000;
	
	}
	
.t3 {

	font-size: 13px;
	
	line-height: 17px;
	
	color: #000000;
	
	}
	

.t4 {

	font-size: 16px;
	
	color: #000000;
	
	}
	

	
.h1 {

	font-size: 13px;
	font-weight: bold;
	
	line-height: 13px;
	
	color: #000000;
	
	}

.h2 {

	font-size: 15px;
	font-weight: bold;
	
	color: #000000;
	
	}
	
	
.h3 {

	font-size: 17px;
	font-weight: bold;
	
	color: #000000;
	
	}


.pageTitle {
	padding: 93px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	
	color: #F9EBD1;
}
	
.pageTitle a {
	text-decoration: none;
	color: #D7C9B0;
}

.pageTitle a:hover {
	text-decoration: underline;
	color: #D7C9B0;
}
	

	
	
.red {

	color: #B70000;
	
	}

.green {

	color: 448319;
	
	}











/* links */


a {
	
	color: black;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	
	color: black;
	font-weight: bold;
	text-decoration: underline;

}


	





/* tables */

table.mainTable {
	
	width: 740px;
	
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
		
}
	

table.box {
		
	border: 0px;
	border-left-width: 3px;
	border-color: #a15701;
	border-style: solid;
	
}

td.year {

	font-size: 13px;
	
	line-height: 18px;
	
	padding: 1px 3px 0px 15px;
	
	border-color: #BA8948;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	
}

td.link {

	font-size: 13px;
	
	line-height: 18px;
	
	padding: 1px 3px 2px 15px;
	
	
}

td.link_over {

	font-size: 13px;

	color: #F9EBD1;
	background-color: #BA8948;

	line-height: 18px;
	
	padding: 1px 3px 2px 15px;
	
	cursor: pointer;
}

th,
td.head {

	font-size: 14px;
	
	color: #F9EBD1;
	
	background-color: #A15701;
	
	padding: 3px 3px 3px 3px;

	
}

td.owner {

	font-size: 12px;
	
	line-height: 19px;
	
	padding: 5px 5px 5px 15px;
	
	border-color: #BA8948;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	
}

td.owner_dark {

	font-size: 12px;
	
	line-height: 19px;
	
	padding: 1px 3px 1px 15px;
	
	background-color: #D8C397;

	border-color: #BA8948;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
}








/* forms */
input {
	margin: 3px 0px 5px 0px;
}
input.textbox {

	font-size: 13px;
	
	line-height: 15px;
	
	color: #000000;
	
	background-color: #83838c;
	
	border: 1px;
	border-color: #F9EBD1;
	border-style: solid;
}







/* other */

.featureImage {

	border:1px;
	border-color: #000000;
	border-style:solid;
	
	}
	
	
hr {

	height: 2px;
	background-color: #BC7F5C;
	border: 0px;
	
	}

.exp {

	visibility: hidden;

	}
