a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.border {
	border-top: 1px solid #5e7480;
	border-right: 1px solid #5e7480;
	border-bottom: 1px solid #5e7480;
	border-left: 1px solid #5e7480;
}
.border-thick {
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
.border-thickth {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.bigtxt {
	font-family: Georgia,Times New Roman, Times, serif;
	font-size: 16px;
	color: #336666;
	font-weight: bold;
}
.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}
.line-down {
	border-bottom: 1px solid #666666;
}
.txt11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing:1px;
}
.txt11-1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006699;
	letter-spacing:1px;
}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #006699;
	font-weight:bold;
	letter-spacing:1px;
}
.line{

 border-bottom:1px dashed #ffffff;
}
.line1{
 border-bottom:1px dashed #006699;
 border-top:1px dashed #006699;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006699;
	padding-right:10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006699;
	padding-right:20px;
}
.bordersandhand {
	border: 1px solid #5e7480;
	cursor: hand;
}