/* text fields -----------------------------*/
.fields { font-family: Tahoma; font-size: 12px; color: #000000; background-color: #FFFFFF; border: 1px #000000 solid}

/* buttons -----------------------------*/
.button {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #85A9D6;
	cursor: hand;
	border-top: 1px solid #4E6179;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #4E6179;
}

/* regular text black 12px-----------------------------*/
.txt {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}
.date {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
/* black links*/
.black{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #334466;
	text-decoration: none;
}
a.black:link {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #334466;
	text-decoration: none;
}
a.black:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.black:active {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* ---------------------------------------------------------*/

/* scollbar menu -----------------------------*/
BODY {SCROLLBAR-FACE-COLOR: #4E6179; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #93BDF3; 
      SCROLLBAR-3DLIGHT-COLOR: #93BDF3; SCROLLBAR-ARROW-COLOR:  #FFFFFF; SCROLLBAR-TRACK-COLOR: #93BDF3; SCROLLBAR-DARKSHADOW-COLOR: #4E6179; }

.footers {
font-family: Tahoma;
font-size: 10px;
color: #000000;
text-decoration: none;

}
a.footers:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footers:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #4E6179;
	text-decoration: underline;
}
a.footers:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #4E6179;
	text-decoration: none;
}
.title {
	font-family: Tahoma;
	font-size: 19px;
	color: #000000;
	font-weight: bold;

}
