body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.bg-grey {
	background-color: #3D5265;
}
.bg-dkblue {
	background-color: #31485E;
}
.bg-ltblue1 {
	background-color: #A1B2C0;
}
.bg-ltblue2 {
	background-color: #54697C;
}
.bg-dkgrey {
	background-color: #3B5268;
}
.bg-grey {
	background-color: #364B5F;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
} 

.txt-white {
	color: #ffffff;
}
.txt-ltblue {
	color: #A9BDD2;
}
.txt-dkblue {
	color: #364B5F;
}
.txt-orange {
	color: #F57416;
}
.txt-orange:hover {
	color: #A9BDD2;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.text-field {
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
}
.bodybg {
	background-attachment: fixed;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #3B5268;

}
.txt-justify {
	  text-align: justify;
      margin: 0px;
	  padding: 0px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #B5BAC0;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/arrow_small.gif);
	color: #7F6046;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

