@import "backgrounds.css";
@import "content.css";
@import "dhtmlwindow.css";
@import "footer.css";
@import "forms.css";
@import "tables.css";

body {
	background-color: #6b9bc8;
	background-image: url(../images/page_elements/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.login_link {
	font-family: Courier New, Courier, monospace;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.login_link:hover {
	color: #FFE746;
}
.breadcrumb {
	font-family: Courier New, Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.breadcrumb:hover {
	color:#6899C7;
}
.account_cell {
	margin-left: 10px;
}
.introduction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #523129;
	text-decoration: none;
}
.faq_a {
	color: #6b9bc8;
}
