html {overflow: scroll;}

body,td {font-family: Tahoma; font-size: 12px; color: #000000;}

/*
.titlebarheading {font-family: Trebuchet MS; font-size: 12px; color: #000000; font-weight: bold}
*/

.titlebarheading {
	font: 12px Verdana;
	font-weight: bold;
	vertical-align: top;
	background-image: url(Images/PageHeader/TitleBarBackground.jpg);
	border-left:solid;
	border-left-color: #990000;
}

.titlebarheading-bullet {
	background:url(Images/PageHeader/TitleBarArrow.gif) no-repeat;
	background-position:center;
	width: 10px;
	padding-right: 12px;
	display: inline;
}
/*
This little guy is for the arrow in FF, not sure why the above doesn't work.
*/
/*
.titlebarheading:before {
	content: url(Images/PageHeader/TitleBarArrow.gif);
	vertical-align:middle;
}
*/

.subheading {font-family: Tahoma; font-size: 11px; color: #000000; font-weight: bold}

.footer {font-family: Tahoma; font-size: 11px; color: #616161;}

hr {width: 100%; border-top: 10px dashed #990000;}

hr {
	border-top: 1px dashed #990000;
	height:0;
}

a {font-family: Tahoma; color: #990000; font-size: 12px}
a:visited {color:#990000; text-decoration: underline}
a:active {color:#990000; text-decoration: underline}
a:hover {color:#990000; text-decoration: none}
a:link {color:#990000; text-decoration: underline}

.footerlink {font-family: Tahoma; color: #616161; font-size: 11px}
a.footerlink:Visited {color:#616161; text-decoration: underline}
a.footerlink:Active {color:#616161; text-decoration: underline}
a.footerlink:Hover {color:#616161; text-decoration: none}
a.footerlink:Link {color:#616161; text-decoration: underline}

input, select, textarea {font-family: Tahoma, Helvetica, Sans-serif; font-size: 9px; border: 1px; border-color: 000000; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset;}

.floatLeft { 
    float: left; 
    margin: 4px;
	margin-right: 10px;
	margin-bottom: 10px
}
.floatRight { 
    float: right; 
    margin: 4px; 
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatRightBorder { 
    float: right; 
	border: solid 1px ;
    margin: 4px; 
	padding: 4px
}

