.bartop {
	background-image: url(../images/frame/top.gif);
	background-repeat: repeat-x;
}
body {
	margin: 5px 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;


}
.barbottom {
	background-image: url(../images/frame/bottom.gif);
	background-repeat: repeat-x;
}
.barleft {
	background-image: url(../images/frame/left.gif);
	background-repeat: repeat-y;
}
.barright {
	background-image: url(../images/frame/right.gif);
	background-repeat: repeat-y;
}
.textgeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;

}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
}
.textgeneralbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;

}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}hr {
	color: #333333;
}
