
.line
{
	background-image: url(pixel.jpg);
	background-repeat: repeat-y; 
}

p,li,td
{
	color: #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

.subheading
{
	color: #c29529;
	font-weight: bold;
	font-size: 12px;
}

.heading 
{
	color:white;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Narrow;
}

a:link, a:visited
{
	color: #a1c9bc;
}


.container {
	padding: 0px;
	margin: 0px 0 0px 0;
	background: #333;
	}

#tabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #466158;
	}

#tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#tabs a:link, #tabs a:visited {
	float: right;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 8px 4px 8px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #95440d;
	}

#tabs a.active:link, #tabs a.active:visited, #tabs a:hover {
	border-bottom: 4px solid #466158;
	padding-bottom: 0px;
	background: #333;
	color: #c29529;
	}
	
#subtabs {
	margin: 0;
	padding: 0 0 0px 10px;
	}

#subtabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#subtabs a:link, #subtabs a:visited {
	float: right;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #95440d;
	}

#subtabs a.active:link, #subtabs a.active:visited, #subtabs a:hover {
	padding-bottom: 2px;
	background: #333;
	color: #c29529;
	}


