
a:hover {
	text-decoration: underline;
}

#content #pageTitle {
	font-size: 1.3em; 
}

#content {
	width: 590px;
	float: left;
	color: #666666;
}

.doubleBracket {
	color: #493A8B;
	padding-top: 5px;
}

#content table {
	font-size: 0.9em;;
	width: 575px;
}

#content th {
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#content td {
	text-align: center;
}

#content .leftAlign {
	text-align: left;
	width: 130px;
}

.subTitle {
	color: #493A8B;
	font-size: 1.2em;
	font-weight: bold;
}

#oTextBody img {
	margin-bottom: -10px;
	margin-top: 5px;
	clear: left;	
}

p a {
	text-decoration: underline;
}


