body {
	font-family: Verdana;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}	

ul {
	list-style: disc;
	padding-left: 0;
	margin-left: 15px;
}


/* =-=-=-=-=-=-=-[Copy]-=-=-=-=-=-=-=- */
.text {
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
}

.text a{
	color: #1E90FF;
	text-decoration: underline;
}

.heading1{
	font-family: "Arial Narrow";
	font-size: 1.2em;
	color: #0D004C;
}	

.subHeading1{
	font-weight: bold;
	color: #0D004C;
	font-size: 1.25em;
	
}

.subHeading2{
	font-weight: bold;
	color: #0D004C;
	font-size: 1em;
 }
	
/* =-=-=-=-=-=-=-[Centralize]-=-=-=-=-=-=-=- */
.para-center{
	padding-left: 25px;	
	padding-right: 25px;
}
	
/* =-=-=-=-=-=-=-[Footer]-=-=-=-=-=-=-=- */
#banner{
	align: center;
	color: #D7D6D6;
}	
	
/* =-=-=-=-=-=-=-[Footer]-=-=-=-=-=-=-=- */	
	
#footer{
	font-family: Verdana;
	font-size: .7em;
	color: Silver;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

#footer a:link{
	color: Silver;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: Silver;
	text-decoration: none;
}
	

 
 /* =-=-=-=-=-=-=-[Border Groove]-=-=-=-=-=-=-=- */
 
div#advert_outline {
	border-color: #D8D8F0;
	border-width: 1px;
 	border-style: solid;
 }
 
.table_outline { border: 1px solid #D8D8F0}

 /* =-=-=-=-=-=-=-[Programme Text]-=-=-=-=-=-=-=- */
.programme_text {
	font-size: 10pt;
	color: #000000;
}

.programme_text a{
	color: #1E90FF;
	text-decoration: underline;
}

.nav_text {
	font-size: 0.75em;
	
}

