BODY {
	background : Black url(graphics/main_page_background.gif);
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 10px;
}

A:LINK {
	color : White;	
	text-decoration : none;	
}

A:VISITED {
	color : White;	
	text-decoration : none;
}

A:HOVER {
	color : #FF0066;
	text-decoration : none;
}

.text {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	color : #1A1A4D;
	font-weight : normal;
	text-align : justify;
	/*margin-right : 10px;*/
	padding-right : 10px;
}

.text_heading {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11pt;
	text-decoration : none;
	color : #1A1A4D;
	font-weight : bold;
	text-align : justify;
}

.text_subheading {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	color : #1A1A4D;
	font-weight : bold;
	text-align : justify;
}

.text_copyright {
	font-family :   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
	color : White;
	text-align : center;
}

.text_form_label {
	font-family :   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
	color : White;
	text-align : right;
}

.table_page_container {
	border-bottom : 1px solid White;
	border-top : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	font-family :   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
	color : White;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

.table_recip_links {
	border-bottom : 1px dotted #968D92;
	border-top : 1px dotted #968D92;
	border-left : 1px dotted #968D92;
	border-right : 1px dotted #968D92;
	font-family :   Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
	color : White;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}


