/* CSS Document */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}

.content a, .content a:visited{
	font-weight: bold;
	color: #2c6840;
	}
	
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}

.contentSmall a, .contentSmall a:visited {
	font-weight: bold;
	color: #2c6840;
	}

.mainMenu {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 226px;
	}

.mainMenu ul {
	width: 180px;
	}

.mainMenu li
	{
	list-style: none;
	margin: 0 0 0 -20px;
	border-bottom: 1px solid #888888;
	padding: 3px;
	}
	
.mainMenu li a
	{
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-family: Helvetica, Arial Narrow, Arial;
	font-size: 11px;
	font-weight: bold;
	}
	
.picStyle {
	margin: 5px;
	border: 1px solid #e7b231;
	}

.tbStyle {
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.sbStyle {
	border: 1px solid #665b41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f3d99a;
	}

.smallHeader {
	font-size: 12px;
	font-weight: bold;
	}

.bigHeader {
	font-size: 16px;
	font-weight: bold;
	}