/* CSS Document */

.targray{
font-family:tahoma;
font-size:10px;
color:#787A78;
text-decoration:underline;
}

.tahomagray{
font-family:tahoma;
font-size:10px;
color:#787A78;
}

.tahomablack{
font-family:tahoma;
font-size:10px;
color:#000000;
}

.tahomablackbld{
font-family:tahoma;
font-size:10px;
color:#000000;
font-weight:900;
}

.tahomablackbld-12px{
font-family:tahoma;
font-size:12px;
color:#000000;
font-weight:900;
}

.tahomawhite{
font-family:tahoma;
font-size:10px;
color:#FFFFFF;
}

.tahomared{
font-family:tahoma;
font-size:10px;
color:#FF0000;
}

/* Button Styles */

input.btn{
	color:#000000;
  font-family:tahoma,arial,sans-serif;
  font-size:75%;
  font-weight:bold;
	background-color:#FFFFFF;
	border:1px solid;
  border-top-color:#3DA19D;
  border-left-color:#3DA19D;
  border-right-color:#3DA19D;
  border-bottom-color:#3DA19D;
	filter:progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#BFBFBFBF');
}

input.btnhov{
  color:#9E0B0E;
	border-top-color:#9E0B0E;
  border-left-color:#9E0B0E;
  border-right-color:#9E0B0E;
  border-bottom-color:#9E0B0E;
}