
td 
{
	font-family:Courier New, Courier, mono;
	font-size:12px; color: #000000;
	line-height:18px;
	vertical-align: top
}
.middle {vertical-align:middle}

.ue {font-family:Courier New, Courier, mono; font-size:18px; color: #000000; line-height:18px; font-weight:bold;}
.headline {font-family:Courier New, Courier, mono; font-size:20px; color: #000000; line-height:18px; font-weight:normal;}
h1 {font-family:Courier New, Courier, mono; font-size:18px; color: #000000; line-height:18px; font-weight:bold;}

a {color: #000000;text-decoration:none}
a:hover {color: #000000;text-decoration:underline;}
a:active {color: #B70B0B;text-decoration:underline;}

li {
	list-style: circle;
}

.text 
{
	font-family:Courier New, Courier, mono;
	font-size:12px; color: #000000;
	line-height:18px;
	vertical-align: top
}

.white 
{
	font-family:Courier New, Courier, mono;
	font-size:12px; color: #ffffff;
	line-height:18px;
	vertical-align: top
}

.current {
	font-weight:bold;
}

.alert
{
        font-family: Courier New, Courier, mono;
        color: #B22222;
        font-size: 12px;
        font-weight: bold;
        line-height:18px;
		vertical-align: top
}

.query {
	BORDER-LEFT: thin solid Black;
	BORDER-RIGHT: thin solid Black;
	BORDER-TOP: thin solid Black;
	BORDER-BOTTOM: thin solid Black;
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}

input.submit { 
	color: black;
	cursor:pointer; 
	background-color:white;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	border:none;
	padding:0px;
}

input.submit:hover { 
	color: black; 
	cursor:pointer; 
	background-color:white;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	border:none;
	text-decoration:underline;
	padding:0px;
	
}