body
{
	margin-top 5px;
	background:url(images/bg.gif);
}

h1
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}

p
{
	text-indent: 2.0em;
}

.subjectLetter
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

.contentTable
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	height:100%;
}

.title
{
	padding-top:15px;
	padding-bottom:15px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

.section
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.sectionLinks
{
	padding-left: 15px;
}

.content
{
	font-family: Tahoma;
	font-size: 12px;
	background: #FFFFFF;
	padding: 5px;
	width:100%;
	border-bottom: 1px solid black;
}

.topBanner
{
	background-image: url(images/topbg.gif);
	height: 117px;
	width: 100%;
}

a:link
{
	color: #3f5678;
	font-family: Tahoma;
	size: 12;
}

a:visited
{
	color: #3f5678;
	font-family: Tahoma;
	size: 12;
}

a:active
{
	color: #3f5678;
	font-family: Tahoma;
	size: 12;
}

a:hover
{
	text-decoration: underline;
	color: #3f5678;
	font-family: Tahoma;
	size: 12;
}

#tabnav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited
{
	float: right;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover
{
	background: #fff;
}

