.white_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.headerlinka:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headerlinka:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.headerlinka:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.headerlinka:active {
	text-decoration: none;
	color: #FFFFFF;
}
.white_heading {
	font-size: 12px;
	color: #FFFFFF;
}
.header_text_small {
	font-size: 10px;
	color: #A07C0E;
	line-height: 12px;
}
.footer_text {
	font-size: 10px;
	color: #FFFFFF;
}
.page_headings {
	font-family: Tahoma;
	font-size: 14px;
	color: #A00100;
}
.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
body {
	background-color: #737373;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

