#navigation{
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

.button a {
	background-color : #212121;
	border : 1px solid #212121;
	text-decoration : none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.buttonSelected a {
	background-color : #292929;
	border : 1px solid #292929;
	text-decoration : none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFAA00;
}
.buttonSelectedSmall a {
	background-color : #292929;
	border : 1px solid #292929;
	text-decoration : none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFAA00;
}
.buttonSelectedSmall2 a {
	background-color : #292929;
	border : 1px solid #292929;
	text-decoration : none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFAA00;
}
h1, h2, h3 {
	
	font-family: tahoma;
}

h1 { font-size: 2.2em; }
h2 { 
	font-size: 16px;
	color: #666666; 
}
h3 { 
	font-size: 1.0em;
	color: #948C69;
 }

a {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.contentText {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
}
.contentTextsmall {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
.contentTextsmallRed {
	font-family: tahoma;
	font-size: 11px;
	color: #FFAA00;
	line-height: 10px;
}
#mycontainer { width: 90%; float: left; } 
.column { width: 130px; height: 180px; float: left; } 
.column p { padding: 0px; margin:0px; float: left; }