.dot {
	background-image: url(dot.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.text1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin-right: 15px;
}
.buttons {
	font-family: Tahoma;
	font-size: 11px;
	color: #940700;
}
.textfields {
	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: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.text1Bold {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}

.link:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration:underline;
}
.link:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration:underline;
}
.link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}


.flashLink:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.flashLink:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.flashLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}


