body {
	background-image:url(/images/bg_elements.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15549B;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	vertical-align:top;
}
td.top {
	background-image:url(/images/top_mid.png);
	background-repeat: repeat-x;
}
td.bottom {
	background-image:url(/images/bottom_mid.png);
	background-repeat: repeat-x;
}
td.corners_top {
	vertical-align:bottom;
}
td.corners_bottom {
	vertical-align: top;
}
td.left {
	background-image:url(/images/left_mid.png);
	background-repeat: repeat-y;
}
td.right {
	background-image:url(/images/right_mid.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
td.menu {
	vertical-align: top;
	text-align:left;
}
h1 {
	font-size: 16px;
	color: #F8982A;
	text-align:center;
}
td.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8982A;
}
a:link {
	text-decoration: none;
	color: #15549B;
}
a:visited {
	text-decoration: none;
	color: #15549B;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #15549B;
}
h2 {
	font-size: 14px;
	color: #1E549A;
}
td.img {
	vertical-align:bottom;
	text-align:right;
}
td.texttop{
	vertical-align:top;
	text-align:left;
}
td.centre{
	text-align:center;
}
