h1 {
	font-family: Tahoma;
}

select, input, textarea {
	font-family: Tahoma;
	font-size: 9pt;
}

a {
	font-family: Tahoma;
}

a:link, a:visited {
	color: white; 
	font-family: Tahoma;
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: none;
}
	
a:hover, a:active {
	color: #CCCCCC;
	font-family: Tahoma; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none; 
	text-transform: none;
}

table.grid {
	border-collapse: collapse;
}

table.grid td {
	margin: 0px;
	border: 1px solid #bbb;
}

td {
	font-family: Tahoma;
	font-size: 10pt;
}

table.grid tr.even td {
	background-color: #eee;
}

table.grid tr.odd td {
	background-color: #ddd;
}

table.grid tr.damaged td {
	color: red;	
}

th {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	background-color: #6699CC;
	color: #fff;
	text-align: left;
}

ul {
	margin-top: 0px;
}

li {
	list-style: square;
	font-family: Tahoma;
	font-size: 9pt;
}

#toolbar {
	background-color: #339;
	color: #fff;
}

#toolbar a {
	color: #fff;
}

div.control {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #eee;
	border: solid #ddd 1px;
}

strong {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
}

p {
	font-family: Tahoma;
	font-size: 9pt;
}

.blink {
	color: red; 
	text-decoration: blink;
}

.Twhite18bi {
	color: #FFFFFF; 
	font-family: Times New Roman, Times, serif; 
	font-size: 18pt; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: none;
}

.Twhite14bi {
	color: #FFFFFF; 
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: none;
}
