body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #003399;
	scrollbar-shadow-color: #99CCFF;
	scrollbar-highlight-color: #99CCFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #99CCFF;
	}

/* General and font css values */
.bodytext, .bodytitle, .cell-content, .cell-header, .cell-NoBottom, .contact
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	vertical-align: middle;
}

.emphasize 
	{
		font-weight: bold;
	}

.copyright 
	{
		font-size: 11px;
		color: #003399;
	}
	
.bodytitle
{
	font-size: 16px;
	color: #003399;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
	font-variant: normal;


}
.cell-header
	{
		width: 270px;
		vertical-align: top;
		color: #666666;
		padding: 5px;
	}
 
.cell-content, .cell-header
	{
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #6699FF;
	}
	

.cell-content { 
		width: 300px;
		vertical-align: top;
		color: #003399;
		padding: 5px;
 } 
.cell-NoBottom 
 { 
		width: 280px;
		vertical-align: top;
		color: #003399;
		padding: 5px;
 } 
.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
 } 
 
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	}

.button1 {
	color: #ffffff;
	background-color: #003399
}

.contact {
	color: #99CCFF;
	font-size: x-small;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 2px;
}

.contacttitle {
	color: #99CCFF;
	font-size: small;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 2px;
	font-weight: bold;
}

/* Hover css values */	
.cell-content a:link, .cell-NoBottom a:link, .main-article a:link
	{
		color: #003399;
		text-decoration: none;
	}

.cell-content a:visited, .cell-NoBottom a:visited, .main-article a:visited
	{
		color: #003399;
		text-decoration: none;
	}

.cell-content a:hover, .cell-NoBottom a:hover, .main-article a:hover
	{
		color: #6699FF;
		text-decoration: underline;
	}

.bodytext a:link
	{
		color: #6699FF;
		text-decoration: none;
	}

.bodytext a:visited
	{
		color: #6699FF;
		text-decoration: none;
	}

.bodytext a:hover
	{
		color: #6699FF;
		text-decoration: underline;
	}
.contact a:link
	{
		color: #99CCFF;
		text-decoration: none;
	}

.contact a:visited
	{
		color: #99CCFF;
		text-decoration: none;
	}

.contact a:hover
	{
		color: #99CCFF;
		text-decoration: underline;
	}
.copyright a:link
	{
		color: #ffffff;
		text-decoration: none;
	}

.copyright a:visited
	{
		color: #ffffff;
		text-decoration: none;
	}

.copyright a:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}