/* CSS For the main content of the site */

/*Links top of page */
.top_text {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		}

.top_text a {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		text-decoration:none;
		color:#000000;
		}

.top_text a:hover {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		color:#FF0000;
		text-decoration: underline;
		}
		
/*Search bar text_left */

.search_text {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		}

/*Main Navigation Bar */

.nav_text {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		color: #FFFFFF;
		}
		
.nav_text a {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		}
		
.nav_text a:hover {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		color: #000000;
		text-decoration:underline;
		}
		
.links_table {
		border: 0;
		background:#999999;
		}

.links_cells {
		background: #D8D8D8;
		}

		
/*News and Events */

.news_text {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		}
		
.news_event {
		font-size: 14px; 
		font-weight: bold;
		font-family: Century Gothic, Arial, Ms;
		}
.news_title {
		font-size: 18px; 
		font-weight: bold;
		text-decoration: none;
		font-family: Century Gothic, Arial, Ms;
		}
		
.news_title a{
		font-size: 16px; 
		font-weight: bold;
		text-decoration: none;
		font-family: Century Gothic, Arial, Ms;
		color:#000000;
		text-decoration:none;
		}

.news_title a:hover{
		font-size: 16px; 
		font-weight: bold;
		text-decoration: none;
		font-family: Century Gothic, Arial, Ms;
		color:red;
		text-decoration:underline;
		}
		
/* This week table */

.tw_title {
		font-size: 16px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		}
.tw_text {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		}
.tw_text a {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		text-decoration:none;
		color:#000000;
		font-style: normal;
		}

.tw_text a:hover {
		font-size: 14px; 
		font-family: Century Gothic, Arial, Ms;
		color:#FF0000;
		text-decoration:underline;
		font-style:normal;
		}

/* 3 graphic table and text, fusion, kidzone and where? */		
.fkw_title {
		font-size: 16px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		}
		
.fkw_subtitle {
		font-size: 15px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		}
		
.fkw_text {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		}
		
.fkw_text a {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		color:#FF0000;
		}
		
.fkw_text a:hover {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		color:#0066FF;
		}


/* Website copyright details - bottom of the pages */

.cpy_text {
		font-size: 10px; 
		font-family: Century Gothic, Arial, Ms;
		}
		
.cpy_text a {
		font-size: 10px; 
		font-family: Century Gothic, Arial, Ms;
		color:#0066FF;
		text-decoration:none
		}
		
.cpy_text a:hover {
		font-size: 10px; 
		font-family: Century Gothic, Arial, Ms;
		color:#FF0000;
		text-decoration:none
		}
		
/* Privacy Policy and terms pages */

.ppt_head {
		font-size: 30px; 
		font-family: Century Gothic, Arial, Ms;
		color:#000000;
		}
		
.ppt_subhead {
		font-size: 16px; 
		font-family: Century Gothic, Arial, Ms;
		color:#000000;
		text-decoration:underline;
		}
		
.ppt_body {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		color:#000000;
		}
		
/* Main Content TEXT */

.main_head {
		font-size: 16px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		}
.main_body {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		}
.main_body a{
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		color: blue;
		}
.main_body a:hover{
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		color: red;
		}
		
/* Main Content ST PAULS LIFE TEXT */

.mainlife_head {
		font-size: 16px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		}
.mainlife_body {
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: normal;
		}
.mainlife_body a{
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight:bold;
		color: blue;
		}
.mainlife_body a:hover{
		font-size: 12px; 
		font-family: Century Gothic, Arial, Ms;
		font-weight: bold;
		color: red;
		}