body {
	color: #373737;
	font-family: Verdana, Lucida, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #002A66;
	background-image:url('images/background_w_300.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
}

a {
	color: #C95D3E;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #BB3B26;
	text-decoration: underline;
}
.smaller {
	font-size: smaller;
}
P {
	font-size: 11px;
}
ul {
	list-style: square;
}
li {
	margin: 0.10em;
}
td {
	font-size: 11px;
}
.white {
	background-color: #fff;
}
.orange {
	color: #C95D3E;
}
}
H1 {
	font-size: 14px;
}
H2 {
	font-size: 12px;
}
H3 {
	font-size: 10px;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}

a.contact {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}
a.contact:hover {
	color: #FFF;
	text-decoration: underline;
}
.designer {
	position: relative;
	bottom: 0px;
	left: 0px;
	color: gray;
	font-size: 9px;
	width: 238px;
	padding-bottom: 10px;
	padding-left: 10px
}
a.design {
	font-size: 9px;
	color: gray;
	text-decoration: none;
}


