body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
table.main {	
	width: 775px;
	border: 1px  1px 1px 1px;
	border-color: #0071BC;
	border-style: solid;
}
h3,p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #b21b27;
}
a:hover {
	text-decoration: none;
	color: #0071bb;
}



strong {
	color: #003366;
}

em {
	font-style: normal;
	color: #003366;
	font-style:italic;
}

#container {
	
	width: 222px;
	margin: 0 auto;
}

#header {
	height: 0px; 
	width: 222px;
}

#content {
	width: 222px;
	padding-left: 1px;
}

p {
	padding: 5px 10px;
	color: #444;
	font-size: 10px;
}


h3 {
	padding: 4px 10px 7px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #0071bc;
	cursor: pointer;
	height:23px;
}


h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

h3 a:hover, h3 a:active {
	color: #e0542f;
}

h3.news {
	background: #7fa5da;
	height:23px;
	border-bottom: 1px solid #ffffff;
	padding: 4px 10px 7px 10px;
}

h3.gethelp, h3.prototype {
	background: #0071bc;
	height:23px;
	border-bottom: 1px solid #ffffff;
	padding: 4px 10px 7px 10px;
}


#h3 {
	background-color: #eee;
}

#h3 a {
	text-decoration: underline;
	color: #5275b4;
}



