h1, h2, h3, h4, h5, h6 { 
	font-family: "Times New Roman", serif; color: black;
}

body {
	color: black;
	background-color: #EEEEEE;
}

p, b, em, td, th, li, a {
	font-family: "Times New Roman", sans-serif;  font-size: 12pt; color: black;
}

a:link { font-weight: bold; text-decoration: none; color: #0000FF;}
a:visited { font-weight: bold; text-decoration: none; color: #800080;}
a:hover { font-weight: bold; text-decoration: underline; color: #FF0000;}	
a:active { font-weight: bold; text-decoration: none; color: #800080;}

.w140 { 
	width: 140px; 
}

.center {
	text-align: center;
}

.col {
	width: 40%;
}

table {
	width: 100%;
}

caption {
	text-align: left;
}

th.col {
	text-indent: 5%
}

th, td {
	vertical-align: top;
	text-align: left;	
}

#qlinks {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #DDDDDD;
	width: 150px;
}

.lb1 {
		margin-left: 30px;
}