body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #DDDDDD;

}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #666666;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px none;
	border-left: 2px solid #999999;

}
.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
a:link {
	text-transform: capitalize;
	color: #CCCCCC;
	background-color: #666666;
	text-decoration: none;


}
a:visited {
	text-transform: capitalize;
	color: #333333;
	background-color: #666666;
	text-decoration: none;

}
a:hover {
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;

}
.table2lp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;



}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;

}
