/* CSS Document */
body {background-color: #f5f5f5; color: #000033; font-family: verdana; font-size: small; font-style: normal; margin: 10px}
p{color: #000033; font-family: verdana; font-size: small}
table {
	font-family: verdana;
	font-size: small;
	color: #000033;
	margin: 0px;
	padding: 0px;
}
tr{
	vertical-align: top;
}
a:link, a:visited, a:hover, a:active {color: #000033}
.Small {font-size: x-small;}
.PageTitle {
	font-size: medium;
	font-weight: bold;
}
.ImgRight{
	margin: 5px;
	float: right;
}
.logo{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.boldText{
	font-weight: bold;
}

.stripImage {
	/*padding-left: 150px;
	*/
}

.portfolioSep{
	background-color: #000000;
	height: 1px;
}

.Header {
	font-size: small;
	font-weight: bold;
}

div#menu{
	margin-top: 10px;
	margin-bottom: 45px;
}

div#content{
	width: 700px;
	border-top: 1px #000033;
	border-right: 1px #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	line-height: 25px;
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.MainTable{
	height: 100%;
	width: 90%;
	margin: 0px;
	padding: 0px;
}

.bordercell
{
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

.liMenu {

	display: inline;
	float: left;
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #CCCCCC;
}
.li_right
{
	display: inline;
	float: left;
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #CCCCCC;
	border-right: 1px solid #000000;
}

.li_selected
{
	display: inline;
	float: left;
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #CCCCCC;
	border-bottom: 1px none #000000;
	background-color: #f5f5f5;
}
.li_selected_right
{
	display: inline;
	float: left;
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #CCCCCC;
	border-bottom: 1px none #000000;
	border-right: 1px solid #000000;
	background-color: #f5f5f5;
}

ADDRESS {
	font-style: normal;
}