body{
	background-color: #fdfdf9;
	margin: 0px 0px 0px 0px;
}

td, div{
	font-family: Verdana;
	font-size: 11px;
	color: #061e3d;
}


.headerLarge{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.header{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.headerMenu{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.bodytext{
	font-weight: normal;
	font-size: 11px;
	color: #062041;
}





td.siteColor{
	background-color: #fdfdf9;
}

td.lineColor{
	background-color: #062041;
}

td.siteColorYellow{
	background-color: #fafae1;
}

td.menuColor{
	background-color: #ede7ab;
}




div{
	margin: 0px;
	padding: 0px;
}


#smallContent{
	padding: 0px 10px 0px 0px;
	width: 264px;
	height: 304px;
	overflow: auto;
}

#largeContent{
	padding: 0px 5px 0px 0px;
	width: 484px;
	height: 304px;
	overflow: auto;
}

#largeContentText{
	padding: 0px 10px 0px 0px;
	width: 464px;
	height: 304px;
	overflow: auto;
}


input, textarea{
	font-family: arial;
	font-size: 10px; 
}

input.contact{
	width: 200px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #061e3d; 
}

input.btn{
	border-style: solid;
	border-width: 1px;
	border-color: #062041;
	background-color: #ffffff;
}

textarea.contact{
	width: 200px; 
	height: 40px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #062041; 
}
a:link {
	color: #061e3d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #061e3d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #cccc66;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-image: url(images/ul.gif);
	list-style-position: outside;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
