.backgroundtable {
	background-color: #FFFFFF;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: inset;
	border-right-color: #FF0000;
	border-left-color: #000000;
}
.headerbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #FF0000;
}
.footerbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #cccccc;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

.boxbig {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-color: #333333;
	border-right-color: #FF0000;
	border-bottom-color: #333333;
}

.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.sidetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #CCCCCC;
	text-align: inherit;
	border: thin ridge #999999;
	font-style: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
	background-image: url(images/boxbg.jpg);
}
.portfoliotop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
