html {
	height: 100%;
}
body {
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#outer {
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*================COMMON STYLES==============*/
/*IE5 doesn't recognize font-size:small*/
body, td, th {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
table.wborder {
	border: thin solid #A2224B;
}
a {
	color: #013D79;
}
a:hover {
	color: #088501;
}

img,
a img {
	border: none;
}
a.hoverLine {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
a.hoverLine:hover {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
