/* CSS Document */
html,body {
	font-size: 11px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;
}
h1 {
	color: #0099CC;
}
TABLE
{
 	BORDER-COLLAPSE: collapse;
}
#accContainer {
	width: 250px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menuTitle {
	font-size: 11px;
	font-weight:bold;
	display: block;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	outline-style:none;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 1px;
}
.content {
	font-size: 11px;
	color: #333333;
	display: block;
	background-color: #FFFFFF;
}
.style1 {
	color: #356AA0;
	font-weight: bold;
}

