/* CSS Document */

tt {
	font-size: 11px;
	color: #999999;
}

/** TEXT **/
body {
	background-color: #F5F5DD;
	margin: 0px;
	padding: 0px;
	font: 10px/13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

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

h3 {
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 15px 0px 0px;
}

h2 {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #137e37;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/** LINKS **/

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/** LAYOUT **/
#gentext {
	padding: 10px;
}

#contactpage {
	display:block;
	width: 421px;
	background: #F5F5DD url(../images/contact_repeat_bk.gif) repeat-y left top;
}

#contactholder {
	display:block;
	width: 421px;
	background: transparent url(../images/contact_top_bk.gif) no-repeat left top;
}

#contacttext, #addresstext { padding: 65px 65px 0 65px;}

#addresstext { padding:0 65px 85px 65px;}

#addressholder {
	display:block;
	width: 421px;
	background: transparent url(../images/contact_bottom_bk.gif) no-repeat left bottom;
}

#creditstext {
	position: absolute;
	height: 140px;
	width: 205px;
	top: 82px;
	left: 130px;
}

.clearer { clear:both;}

.clearer hr {display:none;}
