/* CSS Document */
html, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
body {

	margin-left: 0px;
	margin-top: 0px;
	background-color: #EAECEE;
}
.text, .table_banner, .list_header, .list_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color:#F4F4EC;
}
.date_position {
	position:relative;
	bottom:0px;
}
.line_position {
	position:relative;
	align:left;
	top:-1px;
	height:1;
	width:525px;
}
.gal_banner {
	background-image:url(/images/bannerbg_gal.jpg);
}

.sidebar {
	background-color:#F4F4EC;

}
.main_table {
	background-color:#F4F4EC;
} 

.content_area {
	margin-top:30px;
	width:600px;
	/* 685px = (padding x 2) + width*/
}


pre { 
	font-family: monaco, geneva, sans-serif; 
	font-size: 10pt; 
}

form {
	font-size: 10px;
}

input { 
	font-size: 10px; 
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #867961;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.footlink:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
a.footlink:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
a.footlink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #867961;
	text-decoration: none;
	letter-spacing: 1px;
}
a.footlink:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}

/* old link style

a:link { 
	text-decoration: underline; 
	color : #006699; 
}

a:visited { 
	text-decoration: underline; 
	color : #5493B4; 
}

a:hover { 
	text-decoration: underline; 
	color : #DD6900; 
}

a:active { 
	text-decoration: underline; 
	color : #DD6900; 
}
*/

