body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small {
	font-size: 9px;
}

.small a{
	color: #2d3d74;
	text-decoration: underline;
}
.main {
	font-size: 12px;
	color: #000000;
}
.main a {
	color: #1a254d;
	font-weight: bold;
}
.main a:hover {
	color: #1a254d;
	text-decoration: underline;
	font-weight: bold;
}
.xlarge-tag-lines {
	font-size: 18px;
	color: #000000;
}
.xlarge-tag-lines a {
	color: #000000;
	text-decoration: none;
}
.xlarge-tag-lines a:hover {
	color: #FFFFFF;
}
.footer_links {
	font-size: 10px;
	letter-spacing: 1px;
}
.footer_links a {
	color: #FFFFFF;
}
.footer_text {
	font-size: 10px;
	font-weight: normal;
}
.footer_text a {
	color: #000000;
}
img {
	border: none;
}
.leftbarbackground {
	background-attachment: fixed;
	background-image: url(images/water-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CC0000;
}
.rightbarbackground {
	background-attachment: fixed;
	background-image: url(images/water-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-color: #CC0000;
}
.toplogobackground {
	background-attachment: fixed;
	background-image: url(images/physionlogo-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
.redborder {
border:1px solid #cc0000;}
