img {
	/* tranparent png hack for IE6 below */
	behavior:url(/includes/css/iepngfix.htc);
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333333;
}
a:link, a:active {
	color: #0452ac;
}
a:visited {
	color: #6185b0;
}
a:hover {
	color: #ffcc00;
}

.bodycontent {
	background-color: #ffffff;
}

/* HOME */
.hometriplocation:link, .hometriplocation:visited, .hometriplocation:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.hometriplocation:hover {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
}

.logintext {
	font-size: 10px;
	color: #999999;
}
a.logintextlink {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

/* SUBS */
.pagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #0452ac;
}

.crumbtrail {
	font-size: 10px;
	color: #0452ac;
}

.crumb:link, .crumb:visited, .crumb:active {
	font-size: 10px;
	color: #0452ac;
	text-decoration: none;
}
.crumb:hover {
	font-size: 10px;
	color: #0452ac;
	text-decoration: underline;
}

.subnav:link, .subnav:visited, .subnav:active {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.subnav:hover {
	font-size: 13px;
	color: #ffcc00;
	text-decoration: none;
}

.sitemapsection:link, .sitemapsection:visited, .sitemapsection:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.sitemapsection:hover {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: underline;
}


/* FORMS */
.message {
	font-weight: bold;
	color: #990033;
	font-size: 12px;
	border: 1px dotted #990033;
	text-align: center;
}
.messageplain {
	font-weight: bold;
	color: #990033;
}

.formfield {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}