/* CSS Document */

/********* THIS IS FOR THE BODY OF THE PAGES AND BACKGROUND COLOUR, IT DOESN'T EFFECT THE NAVIGATION BARS AT THE TOP OR SIDE*/

body {
	background-color: #ECE9D8;
}
a:link {
	color: #800000;
	text-decoration: underline;
}
a:visited {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #FF1717;
	text-decoration: underline;
}
.H1 {
	color: #800000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.H2 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.text {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.text1 {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.text2 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.text3 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
.text4 {
	color: #666666;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
/*********************TOP NAVIGATION BAR STYLES*/

/*THIS STYLE IS FOR TEXT THAT DON'T HAVE A LINK ON THEM*/
.top_nav {
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 6px;
	padding-right: 6px;
}
/*THESE ARE LINK STYLES*/
#top_nav a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#top_nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#top_nav a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#top_nav a:hover {
	color: #FF1717;
	text-decoration: none;
	font-weight: bold;
}
/*********************SIDE NAVIGATION BAR STYLES*/

/*THIS STYLE IS FOR TEXT THAT DON'T HAVE A LINK ON THEM*/
.side_nav {
	color: #800000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 2px;
	padding-right: 2px;
}
/*THESE ARE LINK STYLES*/
#side_nav a:link {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#side_nav a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#side_nav a:active {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#side_nav a:hover {
	color: #FF1717;
	text-decoration: none;
	font-weight: bold;
}

/*********************BOTTOM NAVIGATION BAR STYLES*/

/*THIS STYLE IS FOR TEXT THAT DON'T HAVE A LINK ON THEM*/
.bot_nav {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding-left: 2px;
	padding-right: 2px;
}
/*THESE ARE LINK STYLES*/
#bot_nav a:link {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#bot_nav a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#bot_nav a:active {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
#bot_nav a:hover {
	color: #FF1717;
	text-decoration: none;
	font-weight: bold;
}

