@charset "utf-8";
/* CSS Document */

body {
	background-color: #E3B914;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #BECCDF;
	background-image: url(../images/background01.jpg);
}
p {
	text-align: left;
	vertical-align: top;
}
.header {
	font-weight: bold;
	text-transform: uppercase;
}
hr {
	height: 20px;
	width: 100%;
	background-image: url(../images/line.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
A:link {
	color: #E3B914;
	text-decoration: none;
}
A:visited {
color: #E3B914;
	text-decoration: none;}
A:active {
color: #E3B914;
	text-decoration: none;}
A:hover {
	color: #BECCDF;
	text-decoration: none;
}
.portfolioTable01 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E3B914;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.signupframe {
	border: 0px none #e3b914;
	background: #295795;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
