@charset "UTF-8";
/* CSS Document */


.txt {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
text-align: left;

}
.hometxt {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-align: left;

}
.smalltxt {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 9px;
	line-height: 11px;
}
.head {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.smalltxt a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.smalltxt a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.smalltxt a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.smalltxt a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #87badd;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #87badd;
}
a:hover {
	text-decoration: underline;
	color: #87badd;
}
a:active {
	text-decoration: none;
	color: #87badd;
}

body {
	
	margin-top: 0px;
}

