/* CSS Document */
body {
	background-color: #000000;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #253F34;
	line-height: 16px;
}

.smalltextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.smalltextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #253F34;
	line-height: 18px;
}

.headlinesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #253F34;
}

.headlinelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #253F34;
}

a:link {
	color: #253F34;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #253F34;
}
a:hover {
	text-decoration: none;
	color: #0B3222;
}
a:active {
	text-decoration: underline;
	color: #00FF93;
}

a.white:link {
	color: #ffffff;
	text-decoration: underline;
}
a.white:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.white:hover {
	text-decoration: none;
	color: #0B3222;
}
a.white:active {
	text-decoration: underline;
	color: #00FF93;
}

a.black:link {
	color: #000000;
	text-decoration: underline;
}
a.black:visited {
	text-decoration: underline;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	color: #F3CC63;
}
a.black:active {
	text-decoration: underline;
	color: #00FF93;
}

.tdbackabout   {
	background: #000 url("images/aboutusbkg2.jpg")
	no-repeat fixed center top;
}

.tdbackprojects   {
	background: #000 url("images/projectsbkg2a.jpg")
	no-repeat fixed center top;
}

.tdbackmembers   {
	background: #000 url("images/memberbkg2.jpg")
	no-repeat fixed center top;
}

.tdbackfront   {
	background: #000 url("images/frontpagebkg2.jpg")
	no-repeat fixed center top;
}

.tdbackevent   {
	background: #000 url("images/eventbkg2.jpg")
	no-repeat fixed center top;
}

.tdbackauldbrass   {
	background: #000 url("images/auldbrassbkg2.jpg")
	no-repeat fixed center top;
}

.tdbackeasement   {
	background: #000 url("images/easementsbkg2.jpg")
	no-repeat fixed center top;
}

.tdbackcontact   {
	background: #000 url("images/contactbkg.jpg")
	no-repeat fixed center top;
}