.background_repeat {
background-color: #FFFFFF;

}
.buttons {
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.login {
	border: 1px solid #96c2d7;
	background-color: #96c2d7;
	background-image: url(../images/login_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	text-decoration: none;
}
.bodytable {
	border: 1px solid #88a9b8;
}
.heading {
	background-image: url(../images/topic_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sub {
	background-color: #e1edf3;
	background-image: url(../images/bodytable_sub.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #bcddeb;
}
.bluewithline {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0CA0D1;
	text-decoration: underline;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0CA0D1;
	text-decoration: underline;
}

.bluewithline a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.bluewithline a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #5A8498;
	text-decoration: underline;
}
.links_table {
	background-color: #F7FBFD;
	text-align: left;
	text-indent: 4px;
}

