body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
	color: #000000;
	background-image: url(images/Immanuel_bg.jpg);
}


/*  master_bg_x repeat allows the bacground to be repeated by x coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat-x;
}

*/

.master_bg_y  {
	background-repeat: repeat-y;
}


/*  master_bg_x repeat allows the bacground to be repeated by x & y coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat;	
}

*/

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link,  a:active{
	color: #000066;
	text-decoration: none;
	text-transform: none;
}

a:visited{
	color: #000066;
	text-decoration: none;
	text-transform: none;
	background: none;
}

a:hover{
	text-decoration: underline;
}

/* Page Title Style is the style for the main title of the page */
.Page_Title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
}
.table_list {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.table_list:hover {
	background-color: #E0E4FD;
	border-top-width: medium;
	border-right-width: inherit;
	border-bottom-width: inherit;
	border-left-width: inherit;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C7D5F2;
	border-right-color: #C7D5F2;
	border-bottom-color: #C7D5F2;
	border-left-color: #C7D5F2;
}
.radio_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #728598;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

navigation:link,  navigation:active{
	color: #000066;
	text-decoration: none;
	text-transform: none;
}

navigation:visited{
	color: #000066;
	text-decoration: none;
	text-transform: none;
	background: none;
}

navigation:hover{
	text-decoration: underline;
}
.NewsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.NewsBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-indent: 0px;
}
