body  {
	font: 100% Verdana, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.heading {
	font-family: Georgia;
	font-size: 36px;
	color: #3489A6;
	background-repeat: no-repeat;
	margin-left: 12px;
	vertical-align: top;
	margin-bottom: 20px;
	margin-top: 10px;
}
h1 {
	margin: 0px;
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.LNB {
	font-size: 18px;
	color: #3589A5;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.LNB a{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #3489A6;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.LNB a:hover{
	background-image: url(images/dot1.jpg);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}

.LNB a.selected{
	background-image: url(images/dot1.jpg);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}

.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}



#footer
{
	font-size: 13px;
	color: #3489A6;
}
.txtBlue {
	color: #2986A5;
}
.txtWhite {
	color: #FFFFFF;
}
.txtDarkblue {
	color: #003442;
}
.txtDarkblue1 {
	color: #083442;
}



.head1 {
	color: #3992AD;
	font: italic normal 24px Geneva, Arial, Helvetica, sans-serif;
}
