.xrepeat {
	background-repeat: repeat-x;
}
.yrepeat {
	background-repeat: repeat-y;
	background-image: url(../images/fx_panelspacer_3.jpg);

}
.norepeat {
	background-repeat: no-repeat;
	background-image: url(../images/fx_panelbottom_3.jpg);
	background-position: bottom;



}
.verticaltablerepeat {
	background-image: url(../images/fx_panelspacer.jpg);
	background-repeat: repeat-y;
}
.yrepeat2 {

	background-repeat: repeat-y;
	background-image: url(../images/fx_panelspacer_2.jpg);
}
.norepeat2 {

	background-repeat: no-repeat;
	background-image: url(../images/fx_panelbottom_2.jpg);
	background-position: bottom;
}
.technicaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.tableborder {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.headingtextwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	color: #FF0000;
}
.bodytextjustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;

}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E70c10;
	text-align: right;
	font-weight: 700;
	padding-top: 40px;
	padding-right: 15px;
}.smalltext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.hand {
	cursor: pointer;
}
.tableborderbottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #E9E9E9;

}
.tableborderbottomNocolour {

	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bodytextwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.yrepeat1 {


	background-repeat: repeat-y;
	background-image: url(../images/fx_panelspacer_1.jpg);
}
.norepeat1 {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/fx_panelbottom_1.jpg);

}
#top_nav{
	height:25px;
	width: 984px;
	background-image: url(../images/fx_menuleft.jpg);
	}
#top_nav a:link, #top_nav a:active, #top_nav a:visited{
	display:inline;
	float:right;
	color:#333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 25px;
	padding: 0 5px 0 5px
	}

#top_nav a:hover{
	text-decoration:none;
	background-color: #CCCCCC;
	}
