@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.bg {
	background-image: url(images/bg-home.jpg); 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-attachment: fixed; */
	background-position: center top;
	background-repeat: repeat;
}
.News_Text_Bold {
	font-family: Arial;
	background-color: #FF0000;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 55px;
}
.News_Text_Bold2 {
	font-family: Arial;
	background-color: #000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.Text {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.News_Text {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-align: left;
}
.Old_News_Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.Menu_Text {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
.Menu_Text_Rollover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
}

.White_Text {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.White_Text_Bold { /*changed to black for the 2014 version */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.Text_Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.Text_Blue_Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03C;
	text-align: left;
}
.tablebg{
background-color: #FFD511;
}
.tablebg:hover{
background-color: #FF0000;
text-colour: #FFFFFF;
}
.tablebg2{
background-color: #FFFFFF;
}
.tablebg2:hover{
background-color: #CCCCCC;
}

#menu_news a:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-align: left;
	color: #FFF;
}

#menu_news a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-align: left;
	color: #000;
}

#menu_news a:hover {
	color:#FFFFFF;
	background-color: #03C;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-align: left;
}

#menu_news a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-align: left;
	color: #FFF;
}

/*td colour change on mouse over */
td.mytdclass {
	background-color: #333333;
	text-align: center;
}
td.mytdclass:hover {
	background-color: #9C1F2F;
	text-align: center;
}
a.linkmytd:link {
	color: #FFFFFF;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd:visited {
	color: #FFFFFF;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd:hover {
	color: #FFFFFF;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd:active {
	color: #FFFFFF;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	text-decoration: none;
}
td.mytdclass2 {
	background-color: #CCCCCC;
	text-align: center;
}
td.mytdclass2:hover {
	background-color: #FFD511;
	text-align: center;
}
a.linkmytd2:link {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd2:visited {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd2:hover {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}
a.linkmytd2:active {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}