td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #333333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.breadcrumb {
	background-color: #E6F0FA;
}
body {
	background-color: #596571;
}
.border {
	border: 1px solid #CCCCCC;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.smallheader {
	font-variant: small-caps;
	color: #0099FF;
}
a {
	color: #32382E;
	text-decoration: none;
}
.smalltext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.table_bg {
	background-color: #FFFFFF;
}
.box_top_tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bolder;
}
.box_bottom_tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F5F5F5;
	color: #FFFFFF;
	font-weight: bolder;
}
.box_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #999999;
}
.box_top_border {
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #999999;
}
.box_middle_section {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #F5F5F5;
}