img {
	border: 0;
}

h1, h2, h3, h4 {
	text-indent: 0.3em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}	h1 
	{
		font-size: 1.2em;
	}
	h2 
	{
		font-size: 1.1em;
	}
	h3, h4 
	{
		font-size: 1em;
	}
	h4 
	{
		margin-top: 0.8em;
	}

ul 
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: circle;
	list-style-position: inside;
}

table, td 
{
	text-align: left;
	font-weight: normal;
        font-size: 1em;
}

a:link, a:visited, a:active, a:hover 
{
	color: #000;
	text-decoration: none;
}	a:hover
	{
		text-decoration: underline;
	}

a.readon:link, a.readon:active, a.readon:visited 
{
	text-decoration: none;
	color: #3670aa;
}	a.readon:hover 
	{
		text-decoration: underline;
		color: #3670aa;
	}

.maintitle 
{
	color: #fff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

table.contentpaneopen 
{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}	table.contentpaneopen td 
	{
		margin: 0;	
		font-weight: bold;	
	}

.contentcolumn {
	padding-right: 5px;
}

.contentheading 
{
	color: #003466;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 7px;
}

.contentpagetitle 
{
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	text-align:left;
}

table.moduletable 
{
	width: 100%;
	margin-bottom: 5px;
	border-spacing: 0;
	border-collapse: collapse;
}	table.moduletable th 
	{
		text-align: left;
		padding-left: 30px;
		padding-top: 5px;
		font-weight: bold;
		height: 25px;
	}
	table.moduletable td 
	{
		font-weight: normal;
	}

.sectiontableheader 
{
	font-weight: bold;
	background: #ebf1f3; 
	color: #39c;
	font-size: 1em;
	padding: 7px 3px;
	border-top: 1px solid #bfd3da;
	border-bottom: 1px solid #bfd3da;
	margin-top: 5px;
}

.sectiontableentry1 
{
	background-color : #fff;
}

.sectiontableentry2 
{
	background-color : #f9f9f9;
}

.createdate, span.small 
{
	color: #3670aa;
	font-style: italic;
}

.createdate 
{
	padding-bottom: 15px;
}

table.contenttoc 
{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 0 2px 2px;
}

table.contenttoc th 
{
  	color: #666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}