body {
 	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
}

p, td, .defaultText {
	font-family: arial;
	font-size: 11px;
        font-weight: 600;
        color: #FFFFFF;
}

.title {
	font-size: 16px;
	color: #2B270C;
}

.text {
	font-size: 12px;
	color: #2B270C;
	font-weight: normal;
}

.copyright {
	font-size: 9px;
	color: #6D6B5F;
	font-weight: normal;
}

.smallblack {
	font-family: arial;
	font-size: 9px;
        font-weight: normal;
	color: #000000;
}

.spacing100 {
	font-family: trebuchet ms, tahoma;
	font-size: 10px;
        line-height: 100%;
	color: #003170;
}


h1 {
	font-family: trebuchet ms, tahoma;
	font-size: 24px;
        font-weight: bold;
        text-align: center;
	color: #7BC5A4;
}

h2 {
	font-family: trebuchet ms, tahoma;
	font-size: 16px;
        font-weight: bold;
        text-align: center;
}

h3 {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
        font-weight: bold;
        text-align: left;
}

h5 {
	font-family: trebuchet ms, tahoma;
	font-size: 10px;
        line-height: 100%;
        font-weight: bold;
        text-align: right;
}

h6 {
	font-family: trebuchet ms, tahoma;
	font-size: 10px;
        font-weight: normal;
        text-align: center;
}

ul {
	margin: 20px;
}

select {
	font-family: trebuchet ms, tahoma;
	font-size: 11px;
	color: #003170;
}

textarea {
	font-family: trebuchet ms, tahoma;
	font-size: 11px;
	color: #003170;
}

input {
	font-family: arial; trebuchet ms, tahoma;
	font-size: 9px;
	color: #000000;
}

a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

.contactus {
	background: #5D9884;
}

.menuselected {
	background: #1B7B62;
}

.menunotselected {
	background: #FBF9DA;
	color: #6D6B5F; 
}