/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  background-color: #837560;
  margin-top: 10px;
}

.header_text {
	font-size: 10px;
	color: #CCCCCC;
}

.body_text {
	font-size: 10px;
	color: #003333;
}

.body_text_red {
	font-size: 10px;
	color: #FF0000;
}

.sbi_header_text {
	font-size: 10px;
	color: #CCCCCC;
}

.sbi_header {
	font-size: 12px;
	color: #003333;
}

.footer_text {
	font-size: 10px;
	color: #CCCCCC;
}

a:link {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

a:active {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
