/*
cona.css
*/

.small {
	font-size: .9em;
}

body { 
	background-color: #669900;
}

body, p, input, select, td, ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 1.5em;
}

h1 {
	color: #669900;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	color: #669900;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 14px;
}

#links {
	font-weight: bold;
	font-size: 11px;
	Xline-height: 1.8;
	text-align: left;
}

#links ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#links li {
	background: transparent url(images/linksq.gif) left 50% no-repeat;
	padding-left: 14px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#links a:link, #links a:visited, #links a:hover, #links a:active {
	text-decoration: none;
	color: #06d;
	padding: 4px;
}

#links a:hover {
	background-color: #BEEF0B;
}

#address p {
	color: #777;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px #690 solid;
	border-bottom: 1px #690 solid;
	padding-top: 2px;
}

#copyright p {
	font-size: 10px;
}