body{

	background:						#FFFFFF;
	color:							#222222;
	align:							center;
	text-align:						center;
	font-family:					Arial, Helvetica, Sans-Serif;
	font-size:						11px;
	margin:							0px;
	padding:						0px;
	
}

p.std{

	font-family:					Arial, Helvetica, sans-serif;
	font-size:						11px;
	margin:							0px 10px 0px 10px;
	text-align:						justify;
	color:							#222222;
	
}

h1{

	padding-top:					25px;
	padding-left:					50px;
	margin:							0px 0px 0px 0px;
	font:							bold 16px Arial, Helvetica, sans-serif ;
	text-transform:					none;
	color:							#222222;
	margin:							0px 10px 0px 10px;
	vertical-align:					top;
}

img{

	border:							none;
	
}

table{

	empty-cells:					show;
	margin:							0px auto 0px auto;
	padding:						0px auto 0px auto;
	text-align:						center;
	border-style:					none;
	border-width:					1;
	border-spacing:					0;
	background:						#FFFFFF;
	border:							0px solid #D2D2D2;
	border-collapse:				collapse;

}

table.container{

	width:							780px;
	background:						#FFFFFF;
	
}


td{

	empty-cells:					show;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	text-align:						center;
	vertical-align:					top;
	border-style:					none;
	border-width:					0;
	border-spacing:					0;
	border:							0px solid #D2D2D2;
	
}

table.headertable{

	margin:							0px auto 0px auto;
	padding:						0px auto 0px auto;
	border-style:					none;
	border-width:					1;
	border-spacing:					0;
	width:							780px;
	height:							50px;
	background:						#FFFFFF;
	
}

td.headertd{

	background:						#FFFFFF;
	text-align:						right;

}

td img {
	vertical-align:					bottom;
}

table.bodytable{

	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	border-style:					none;
	border-width:					1;
	border-spacing:					0;
	border-right:					1px solid #888888;
	border-bottom:					1px solid #888888;
	width:							780px;
	height:							400px;
	background:						#FFFFFF;
	vertical-align:					bottom;	
	
}

td.bodytd{

	background:						#FFFFFF;
	text-align:						left;
	vertical-align:					bottom;	
	
}

td.treefootertd{

	background:						#FFFFFF;
	text-align:						right;
	vertical-align:					bottom;	
	margin-bottom:					0px;
	padding-bottom:					0px;
               
}



table.footertable{

	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	border-style:					none;
	border-width:					1;
	border-spacing:					0;
	border-right:					1px solid #888888;
	width:							780px;
	height:							30px;
	background:						#FFFFFF;
	
}

td.footertd{

	background:						#FFFFFF;
	text-align:						right;
	
}

p.copyright{

	font-size:						9px;
	text-transform:					uppercase;
	text-align:						right;
	font-family:					"Bitstream Vera Sans Mono", monospace;
	margin:							10px 10px 0px 10px;
	padding:						0px 0px 0px 0px;
	border:							none;
	color:							#666;
	
}

A:link { color: #444444; text-decoration: none; font-weight: bold; }
A:visited { color: #444444; text-decoration: none; font-weight: bold; }
A:hover { color: #7A031D; text-decoration: none; font-weight: bold; }
A:active { color: #444444; text-decoration: none; font-weight: bold; }







