body {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	
}
.content {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	padding: 10px;
	background-color: White;
}
.t {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	text-align: center;
	width: 16%;
	background-color : transparent;
	cursor : pointer;
}
.t2 {
	font-family: Verdana;
	font-size: 10px;
	color: #1E635A;
	text-align: center;
	width: 16%;
	background-color : #6B9892;
	cursor : pointer;
}
.tactive {
	font-family: Verdana;
	font-size: 10px;
	color: #1E635A;
	text-align: center;
	width: 16%;
	background-color : #ffffff;
	
}
.about {
	font-family: Verdana; 
	font-size: 10px; 
	color: #ffffff; 
	padding: 3px;
	text-decoration: none;
}
.about a:hover {
	font-family: Verdana; 
	font-size: 10px; 
	color: #ffffff; 
	padding: 3px;
	text-decoration: underline;
}
h1 {
	font-family: arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
}
#testout {
	background: #eee url(../images/start_quote.gif) top left no-repeat; 
	text-align: left;	
	width: 95%;
	margin-bottom:20px;
}
#test {
	top: 23px;
	background: #eee url(../images/end_quote.gif) bottom right no-repeat;
	text-align: left;
	position: relative;
	padding: 0 10px 10px 10px;
}

