.main_table {
	background-color: #AAAAAA;
}
.main_table_colour {
	background-color: #333333;
}
.background {
	background-attachment: fixed;
	background-color: #DBDBDB;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
}
.backgroundimage {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
	background-color: #FFFFFF;
}
.backgroundnoimage {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
	background-color: #F7ECE3;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1.8em;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1.8em;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	line-height: 2em;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
	background-attachment: scroll;
	background-position: left;
	left: auto;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
/* ---Main Table Background Images--- */
.backgroundimage01 {
	background-image:url(../footerimages/images/Image01_01.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
	background-color: #FFFFFF;
}
.backgroundimage02 {
	background-image:url(../footerimages/02_01.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
	background-color: #F7ECE3;
}
/* ---Shadows Around The Edge of Page--- */
.ShadowTopRight {
	background-image:url(../baseimages/right_top.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.ShadowRight {
	background-image:url(../baseimages/right_2px.jpg);
	background-attachment: scroll;
	background-repeat:repeat-y;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.ShadowBottomRight {
	background-image:url(../baseimages/bottom_right.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #FFFFFF;
}
.ShadowBottom {
	background-image:url(../baseimages/bottom_2px.jpg);
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFFFFF;
}
.ShadowBottomLeft {
	background-image:url(../baseimages/bottom_left.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
