BODY {
	margin: 0px 0px 0px 0px;
	Font-Family: Verdana, Arial, Helvetica, MS Sans Serif;
	background-image: url(../images/bg_home.jpg);
	background-repeat : no-repeat;
	height: 100%; margin-bottom: 1px;
	background-color:F5E2B7;
}
TD {
	font-size: 11px;
	color: #000000;
}
A {
	Font-Family: Verdana, Arial, Helvetica, MS Sans Serif;
	color: #3A61AC;
	text-decoration: none;
}
A:Hover {
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Helvetica, MS Sans Serif;
}
UL {
	list-style-image : url(../images/icon_bullet.gif);
}
.img:Link,Hover {
	color: #000000;
}
IMG.img {
	border: 1px solid #000000;
}
.click {
	padding-top: 5px;
	font-style: italic;
	text-align: center;
}
.content {
	padding: 10px 50px 10px 50px;
	text-align: justify;
}
.sub_text {
	padding: 10px 50px 30px 60px;
	text-align: justify;
}
.home_text {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
P {
	margin-top: 10px;
}
H2 {
	color: #4B433D;
	font-size: 18px;
}
.header {
	padding: 0px 2px 0px 2px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #9CA29E;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
}
A.header:Link {
	color: #D47A80;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
A.header:Hover {
	color: #4B433D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.footer {
	padding: 0px 2px 0px 2px;
	background-color: #150204;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.footer:Link {
	color: #FFFFFF;
}
A.footer:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	padding: 5px 3px 3px 0px;
	font-size: 10px;
	color: #2C393B;
	text-decoration:none;
}
A.copyright:Link,Hover {
	color: #2C393B;
}
/* THUMBNAIL VIEW STYLES */
#showimage {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background-color: #FFFFFF;
	z-index: 1000;
}
#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	z-index: 1000;
}
#dragbar #closetext {
	font-weight: bold;
	margin-right: 1px;
	font-size: 11px;
	z-index: 1000;
}
/* END THUMBNAIL VIEW STYLES */