.subheader {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #8e001c;
}
.body {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #60513a;
}
body {
background-color:#8e001c;
}
.pagebackground {
background-color:#8e001c;
}
.tablebackground {
	background-image:url(images/content_main_bg.png);
	background-repeat:repeat-y;
}
a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #60513a;
	text-decoration: none;
}
a:hover {
	color: #60513a;
	text-decoration: underline;
}	
.text_red{
	color: #8e001c;
}
.text_grey{
	color: #60513a;
}
.text_green{
	color: #008C99;
}
.bdr_grey{
	background-color:#A26F76;
}
.bdr_red{
	background-color:#760016;
}
.bdr_green{
	background-color:#008C99;
}
.big{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;

}
.medium{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.small{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.smaller{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.bg_grey{
	background-color:#D3CDC7;
}