.Bluetxt {
	TEXT-TRANSFORM: none; COLOR: #669999; TEXT-DECORATION: none
}
.Bluetxt:hover {
	TEXT-DECORATION: underline
}
.Bluetxt:visited {
	TEXT-TRANSFORM: none; COLOR: #669999;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.textwhite {
	color: #FFFFFF;
	text-decoration: none;
}
.rednoline {
	color: #993300;
	text-decoration: none;
}

.textdarkgreynoline {
	color: #666666;
	text-decoration: none;
}
.orangenoline {
	color: #FF0000;
	text-decoration: none;
}
.tableborder {

	border: 1px solid #D1D1D1;
	background-repeat: repeat-x;
}
.lefline {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;


}
.textboxGrey {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}