a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
form {
	margin: 0px;

}
.BrdOrange {
	border: thin solid #FF6600;
}
.SideRight {
	background-image: url(images/side-pattern.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.SideLeft {
	background-image: url(images/side-pattern.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
