#main {
	border: #BFBFC4 1px solid;
	border-collapse: collapse;
	width: 450px;
	background-color: #D7D7DA;
}

td {
	font-family: Tahoma;
	font-size: 11px;
/*	font-weight: bold;*/
	color: #1A3074;
	padding: 5px;
	border: #BFBFC4 1px solid;
}

td.cell1 {
	background-color: #BFBFC4;
	vertical-align: top;
	text-align: left;
}

td.cell2 {
	background-color: transparent;
	vertical-align: top;
	text-align: left;
}

a {
	font-family: Tahoma;
	font-size: 11px;
/*	font-weight: bold;*/
	text-decoration: none;
	color: #1A3074;

}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
/*	font-weight: bold;*/
	text-decoration: underline;
	color: #000000;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: BOLD;
	color: #1A3074;
}

.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: BOLD;
	color: #1A3074;

}

.error {
	color: #FF0000;
                  font-weight: BOLD;
}

BODY {
scrollbar-arrow-color: #1B3275;
scrollbar-track-color: #1B3275;
scrollbar-face-color: #7F869C;
scrollbar-shadow-color: #D7D7DA;
scrollbar-highlight-color: #D7D7DA;
scrollbar-darkshadow-color: #1B3275;
scrollbar-3dlight-color: #1B3275;
background-color: #D7D7DA;
font-size: 11;
font-weight: BOLD;
color: #1A3074};
font-family:tahoma;}

