/***************************************************
certain elements reproduced based on examples at www.kottke.org, www.37signals.com, etc.
***************************************************/

body	{
	background: #ffffff;
	color: #555555;
	margin: 5px 5px 5px 5px  ;
	text-align: left;
	padding: 0;
	border: 0;
	font-size: 11px;
	font-family: trebuchet ms, verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 30px;
	}

.line {
	margin: 0 0 5px 0;
	padding: 0;
	clear: left;
	text-align: left;
}

.cline {
	margin: 0 0 5px 0;
	padding: 0;
	clear: left;
	text-align: center;
}
	

a:visited {
	color: #3366ff;
	}
a:link	{
	font-weight: bold;
	color: #3366ff;
	}
a:hover	{
	color: #804d00;
	}
a:active {
	color: #3366ff;
	}
	
.slogan {
	text-align: center;
	font-size: 24px;
	margin: 10px 0 0 0;
}
.slogan2{
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.slogan3{
	text-align: center;
	font-size: 20px;
	margin: 10px 0 0 0;
}
.slogan4{
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
}


