/* Sets the main Body page attributes */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(./images/jpgs/page_background.jpg);
}
/* End mmain Body page attributes */

/* Sets the links colour */
a:link {color: #000; text-decoration: underline; color: #000} /* an unvisited link */
a:visited {color: #000; text-decoration: underline; color: #000} /* a visited link */
a:hover {color: #aba000; text-decoration: underline; color:#aba000} /* a link with the mouse hovering over it */
/* End sets links cclour */

/* Sets the master_header table id navigation font attributes */
.master_header_nav_font {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px;
} 
/* End sets master_header table id navigation font attributes */


/* Sets the master_header table id navigation font attributes for current page */
.master_header_nav_font_current {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; color: #aba000; font-weight: bold;
}
/* End stes master_header table id navigation font attributes for current page */

/* Sets the mini movies font attributes */
.mini_movies_font {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
} 
/* End sets mini movies font attributes */

/* Sets the feature font active attributes */
.feature_font_active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #aba000;
	text-align: left;
} 
/* End sets feature font active attributes */

/* Sets the mini movie feature font active attributes */
.mini_movie_feature_font_active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #aba000;
	text-align: center;
} 
/* End sets mini movie feature font active attributes */


/* Sets the master_body_font attributes */
.master_body_font {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 15px; color: #000;
} 
/* End sets master_body_font attributes */

/* Sets the master_body_font_christmas attributes */
.master_body_font_christmas {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 15px; color:#000;
} 
/* End sets master_body_font_christmas attributes */

/* Sets the msbcontent scroller
#msbconten.override {
	width: 920px;
	border: 0;
}
#msbcontent.override div {
	height: 288px;
	overflow: auto;
}
#msbcontent.overide.form {
	height: 288px;
}
End sets the msbcontent scroller */
