﻿.table {
	border: 1px solid #F1D978;
}
.lower_left_text {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.yellow_box {
	border: 1px solid #F1D978;
}
.blue_box {
	padding: 10px;
	border: 1px solid #CEDEF0;
	font-size: 10px;
}
.blue_tab {
	background-image: url('../../images/blue_tab.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.yellow_tab {
	background-image: url('../../images/yellow_tab.gif');
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}
.directory {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 2px;
}
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2px;
}
#footer {
	text-align: left;
	clear: both;
	width: 795px;
	float: none;
}
#footer p {
	border: 1px none #C0C0C0;
	padding: 5px 0px 5px 0px;
	color: #333333;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}

a.directory {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a.directory:active {
	color: #1E4E92;
}
a.directory:visited {
	color: #000000;
}
a.directory:hover {
	color: #1E4E92;
}


.margin_top_10px {
	margin-top: 10px;
}



