
body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #B3B3B3 ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	margin: 0px ;
	margin-bottom: 15px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #131313 ;
}

p, li, div, td {
	line-height: 18px ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	color: #325B99 ;	
	margin-top: 0px ;
	letter-spacing: -2px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
}

.spacer {
	background: #4d4d4d ;
	line-height: 1px ;
	font-size: 1px ;
	height: 10px ;
	margin-bottom: 1px ;
}

#content {
	padding: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	margin: 5px ;
	border: 1px solid #ffffff ;
	background: #4d4919 ;
	color: #ffffff ;
	font-size: 16px ;
	font-weight: bold ;
	font-family: arial ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 6px 9px ;
}

a.button:hover {
	background: #998132 ;
}

a:link {
	color: #325B99 ;
}

a:active, a:visited {
	color: #4d4d4d ;
}

a:hover {
	color: #192D4C ;
	text-decoration: none ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.b-i {
	font-weight: bold ;
	font-style: italic ;
}

.bot_contact td {
	font-size: 11px ;
	line-height: 15px ;
}

.img_float {
	clear: right ;
	float: right ;
	margin-left: 15px ;
}