BODY{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
h2{
	font-size:14px;
	}
TABLE{
	font-size:12px;
}
a{
	color: #000066; 
	font-weight:bold; 
	text-decoration:underline;
	}
a:hover{ color: #666666;}
a:visited{}
.clearAll {
	clear:both;
}
.leftColumn{
	float:left;
	width:200px;
}
.rightColumn{
	float:right;
	width:200px;
	padding-left:10px;
}
.toggleLink{
	cursor:pointer;
	text-decoration:underline;
}
.center{
	text-align:center;
	margin:0 auto;
	width:500px;
	}
