.footer{
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #4C4C4C;
	line-height:11px;
	text-decoration: none;
}

.bodytext{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #222222;
	text-align:justify;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}


/*link*/

.titlebutton{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 2px;
}

a.titlebutton:visited{ color: #ffffff;text-decoration: none;}	
a.titlebutton:link{ color: #ffffff;text-decoration: none;}
a:titlebutton:hover{ color: #ffffff;text-decoration: underline }



.header{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #4C4C4C;
}

a.header:link { color: #4C4C4C; text-decoration: none }
a.header:active { color: #4C4C4C; text-decoration: none }
a.header:visited { color: #4C4C4C; text-decoration: none }
a.header:hover { color: #4C4C4C; text-decoration: underline }


/*table*/

.TitleCenter{
	color: #222222;
	font-weight: normal;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: none;
	height:30px;	
}

.TitleRight{
	color: #222222;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
	
}


