body {
	margin : 0px;
	background-color : #483d8b;
	color : #000000;
	font-family: arial, helvetica, sans-serif;
	font-size : 1em;
	line-height : 1em;
	background-image: url('bg-stripe01.jpg');
}
td.topad {
	background-color : #cccccc;
	color : #000000;
}
td.tophead {
	font-size : 20px; 
	font-weight : bold; 
	font-variant : normal; 
	color : #ffffff;
}
td.main {
	font-size : 10pt;
	font-weight : 600; 
	background-color : #ffcc99;
	color : #000000;
}
td.navigate {
	font-size : 10pt;
	font-weight : bold; 
	font-variant : normal; 
	color : #ffffff;
}
td.block {
	font-size : 14pt;
	font-weight : 700;
	font-variant : normal;
	color : #ffffff;
}
a.navigate:link {
	color : #ffffff; 
	text-decoration : none;
}
a.navigate:visited {
	color : #ffffff; 
	text-decoration : none;
}
a.navigate:active {
	color : #ffffff; 
	text-decoration : none;
}
a.navigate:hover {
	color : #ff0000; 
	text-decoration : none;
}
a:link.norm {
	color : #0000cc; 
	text-decoration : underline;
}
a:visited.norm {
	color : #0000cc;
	text-decoration : underline;
}
a:active.norm {
	color : #0000cc;
	text-decoration : underline;
}
a:hover.norm {
	color : #ff3333; 
	text-decoration : none;
}

