@charset "utf-8";
/* CSS Document */

/* Standard Colours
	Banner Blue 		#1c2fa7
	Lion Shield Orange	#f6c544 
	Row Colour          #fcfba2
*/
<style type="text/css">

a:link {color: #1c2fa7;}
a:visited {color: #1c2fa7;}
a:hover {color: #f6c544;}
a:active {color: #f6c544;}

/* Id sections */
#footer a {color:#f6c544;}
#emailme a {color:#ffffff;}

ul {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image:url(../images/blue_dot.gif)	/*color: #f6c544;*/
}

MenuBarHorizontal.ul {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}

/* Class for Tables Borders */
.t1 {
	border-bottom-style:solid;
	border-color: #f6c544;
	vertical-align:top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.t1 a:link {
	color: #000000;
	text-decoration:underline;
}
.t1 a:visited {
	color: #000000;
	text-decoration:underline;
}
.t1 a:hover {
	color: #000000; 
	text-decoration:underline;
}

.t1 a:active {
	color: #000000;
	text-decoration:underline;
}

/* Same link attributes without the other styling of T1 */


.t2 a:link {
	color: #ffffff;
	text-decoration:underline;
}
.t2 a:visited {
	color: #ffffff;
	text-decoration:underline;
}

.t2 a:hover {
	color: #000000; 
	text-decoration:underline;
}
	
.t2 a:active {
	color: #000000; 
	text-decoration:underline;
}

/* Classes */

/* Large fonts - both as headings and text */
.h1 {
	font-family: arial;
	font-size: 120%;
	color: #1c2fa7;
	font-weight: bold;
	margin-bottom: 0px;
}
.h2 {
	font-family: arial;
	font-size: 120%;
	color: #1c2fa7;
	font-weight: normal;
	margin-bottom: 0px; 
}
.large {
	font-family: arial;
	font-size: 120%;
	color: #000000;
	font-weight: normal;
}
.large_bold {
	font-family: arial;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

/* Medium fonts - both as headings and text */
.h3 {
	font-family: arial;
	font-size: 110%;
	color: #1c2fa7;
	font-weight: bold;
	margin-bottom: 0px;
}
.h4 {
	font-family: arial;
	font-size: 110%;
	color: #1c2fa7;
	font-weight: normal;
	margin-bottom: 0px;
}
.medium {
	font-family: arial;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
.medium_bold {
	font-family: arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}

/* Normal font size  - both as headings and text */
.h5 {
	font-family: arial;
	font-size: 90%;
	color: #1c2fa7;
	font-weight: bold;	
	margin-bottom: 0px;
}
.h6 {
	font-family: arial;
	font-size: 90%;
	color: #1c2fa7;
	font-weight: normal;
	margin-bottom: 0px;
}
/* Normal sets the base for other fonts - ie leave at 90% and BOLD at 100% */
.normal {
	font-family: arial;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
}
.bold {
	font-family: arial;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

/* Specialised font sizes  */
.date {
	font-family: arial;
	font-size: 70%;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.small {
	font-family: arial;
	font-size: 60%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer {
	font-family: arial;
	font-size: 70%;
	color: #f6c544;
	font-weight: normal;
}
.menu {
	font-family: arial;
	font-size: 100%;
	color: #dbc001;
	font-weight: bold;
}
.normal.ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #000000;
}
Lions_Orange {
	color: #f6c544;
}
