.style1 {font-family: Wingdings}
.style2 {font-family: Webdings}
.input1 {border:1 solid #888888;font-size:20;font-weight:bold}
.input2 {border:1 solid #888888;font-size:15;font-weight:bold}

.a1 {
	color:blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}
a {
	color: black;
	text-decoration:none;
}
a:hover {
	color: Red;
}

body {
	margin: 0;
	font-family: verdana;
	font-size: 12;
}
table{
	font-size: 12;
	width: 100%;
}
.theader {
	background-color: #4682B4;
	color: White;
}
.tgrid {
	background-color: white;
}


.tbl {
	background-color: Gray;
}

.btn_small {
	border-style: solid;
	border-width: 1;
	border-color: black black black black;
	font-size: 10;
	background-color: #eeeeee;
	font-weight: bold;
	font-family: arial;
	cursor: hand;
}


.btn_normal {
	border-style: solid;
	border-width: 1;
	border-color: black black black black;
	font-size: 17;
	background-color: #eeeeee;
	font-weight: bold;
	font-family: arial;
	cursor: hand;
	width: 100px
}

.input_big {
	border-style: solid;
	border-width: 1;
	border-color: black black black black;
	font-size: 20;
	background-color: white;
	font-weight: bold;
	font-family: arial;
	width: 150px;
}
.input_small {
	border-style: solid;
	border-width: 1;
	border-color: black black black black;
	font-size: 20;
	background-color: white;
	font-family: arial;
	width: 100%;
}


b.running1{
	white-space: nowrap;
	overflow-x: hidden;
}