body 
{
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

a:visited, a:active, a:link 
{
	display: inline;
	color: #000000;
	text-decoration: underline;
}

a:hover 
{
	display: inline;
	color: #666666;
	background-color: #FFF;
}

.cssText 
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.cssTextRedBold 
{
	font-size: 12px;
	color: #ff0000;
	font-weight: normal;
}

.cssHeader 
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.cssTextTile
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	vertical-align: middle;	
}

.cssHeaderTile
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}

.cssFooter 
{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.cssTextBox
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: right;
}

.cssNavBar
{
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

img.pic
{
	border: 1px solid #000000 ;
}

