.stylesheet {
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x; height:127px;
}
.left_bg {
	background-attachment: fixed;
	background-image: url(images/dot_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right {
	background-attachment: fixed;
	background-image: url(images/dot_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #009999;
}
.border {	border: 1px solid #B1877C;
}
.text_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #74A2D3;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74A2D3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74A2D3;
}
a:hover {
	text-decoration:none;
	color: #0092f2;
}
a:active {
	text-decoration: none;
	color: #74A2D3;
}
.style2 {
	font-size: 11px;
	color: #74A2D3;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #74A2D3;
