/* -----------------------------------------------------------------------------
File:		default.css
Directory:	/css
----------------------------------------------------------------------------- */

/* Import CSS */
@import url(colours.css);
@import url(fonts.css);

/* Styles for Tags */
body {
	scrollbar-base-color: #D4D0C8;
	scrollbar-arrow-color: #000000;
	background: #FFFFFF;
}

.body2 {
	scrollbar-base-color: #D4D0C8;
	scrollbar-arrow-color: #000000;
	background: #F4F7FC;
}

form {
	margin: 0px;
}

hr {
	color: #545A77;
	height: 1px;
}

/* Classes */
.hand { cursor: hand; }
.help { cursor: help; }

.lnkRow1 {
	color: #000000;
	text-decoration: none;
}

.lnkRow1:hover {
	color: #000000;
	text-decoration: underline;
}

.lnkRow2 {
	color: #EFEFEF;
	text-decoration: none;
}

.lnkRow2:hover {
	color: #EFEFEF;
	text-decoration: underline;
}

.lnkSubNav {
	color: #284891;
	text-decoration: none;
}

.lnkSubNav:hover {
	color: #000000;
	text-decoration: underline;
}

.frmInput {
	font:			11px Verdana, Arial, Helvetica, sans-serif;
	color:			#000000
}

/* EOF Sonic921 */