/* Cake Farm Web Palette:
Light CF BLUE: #628AA8
Light CF gray: #C9D4DF
Medium CF Blue: #638AB0
Dark CF Blue: #29547E
Designing blue: #29386D
Super Dark CF Blue: #041554
Spring Green: #91D25C
Orange: #B75919
*/
	
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;}
body {
	background-color: #041554;}
	
a, address, blockquote, dl, pre, p, ol, h6, h5, h4, h3, h2, h1, div {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #61646F; /*#638AB0;*/
	padding: 0;
	background: transparent;
	margin: 0px;}
	
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
}
input, textarea {
	font-size: 11px;
	border: 1px solid #638AB0;}
h1,h2,h3 {
	color: #91D25C;}
h1{
	font-size: 14px;
	letter-spacing: 0.05em;}
h2{
	font-size: 12px;
	font-weight: bold;}
h3{
	font-weight: bold;}

ul, ul li {
	margin-left: 0;
	padding-left: 0;}
	
p {
	line-height: 15px;
	padding-bottom: 15px;
	padding-top: 10px;}
p.first {padding-top:0;}
p.light {
	color: #FFFFFF;}
p.dark {
	font-weight: bold;
	font-size: 11px;
	color: #041554;}
.alttext {
	display: inline;}
/*
a.smalltext, a.smalltext:hover, a.small, a.small:hover {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
}
*/