@charset "utf-8";
/* CSS Document */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
td.margins_body a:link {
	color: #660000;
	text-decoration: none;
}
td.margins_body a:visited {
	text-decoration: none;
	color: #660000;
}
td.margins_body a:hover {
	text-decoration: underline;
	color: #FF9999;
}
td.margins_body a:active {
	text-decoration: none;
}
.bgcontainer {
	background-image: url(bgcontainer.jpg);
	background-repeat: repeat;
}
.bgheader {
	background-image: url(bgheader.jpg);
	background-repeat: repeat;
}
#bgpattern{
	background-image: url(bgpattern.gif);
	background-repeat: repeat;
}
.bgcontent_background{
	background-image: url(bgcontent_background.jpg);
	background-repeat: repeat;
}
.bgcontent_links{
	background-image: url(bgheader.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.bgcontent_body{
	background-image: url(bgcontent_header.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.bgcontent_footer{
	background-image: url(bgcontent_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8px;
}
.margins_links {
	padding: 10px;
	padding-top: 20px;
	font-size: 14px;
}
.margins_body {
	padding: 20px;
	font-size: 14px;
}
.text_heading {
	font-size: 24px;
}
.text_sub_heading {
	font-size: 18px;
}
.text_main {
	font-size: 14px;
}