@charset "UTF-8";
/* CSS Document */
/* Copyright (c) 2011 Caleb Williams; All Rights Reserved.*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	line-height: 14pt;
	margin: 1px;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}
a {
	font-family: inherit;
	font-size: inherit;
	color: #3366ff;
}
a:link {
	text-decoration: none;
	color: #3366ff;
}
a:visited {
	text-decoration: none;
	color: #3366ff;
}
a:hover {
	text-decoration: underline;
	color: #B7060B;
}
a:active {
	text-decoration: none;
	color: #3366ff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
	line-height: 18pt;
	color: #BD0005;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
}
h2 {
	font-size: 14pt;
	line-height: 16pt;
	color: #B7060B;
	margin: 1px;
	padding: 1px;
}
h3 {
	font-size: 13pt;
	line-height: 15pt
	color: #9A2225;
	margin: 1px;
	padding: 1px;
}
h4 {
	font-size: 12pt;
	line-height: 14pt;
	color: #7E3E40;
	margin: 1px;
	padding: 1px;
}
img {
	border: 0px solid #FFFFFF;
}
.footerText {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5E5E5E;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
#portfolioImage {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	border: solid #000000 0.25px;
}
#mainTableBox {
	background-color: #FFFFFF;
	/* border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px; */
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.linksBarText {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
}
#copyright {
	visibility: visible;
	position: absolute;
	width: 300px;
	height: 200px;
	z-index: 2;
	overflow: hidden;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	color: #EEEEEE;
	font-style: normal;
	vertical-align: text-bottom;
	text-align: right;
}
a.colorH1 {
	color: #BD0005;
}
a.colorH2 {
	color: #B7060B;
}
a.colorH3 {
	color: #9A2225;
}
a.colorH4 {
	color: #7E3E40;
}
a.colorLinkBar {
	color: #000000;
}

.bottomcell {
	float: center;
	overflow: hidden;
	display: block;
	font-size: 16pt;
	line-height: 18pt;
	color: #BD0005;
}
.topcell {
	position: relative;
	float: center;
	text-align: center;
	display: block;
	vertical-align: top;
	overflow: hidden;
	font-size: 10pt;
	line-height: 12pt;
	padding: 2px 0;
}

/* Textual Gallery Links */
.more {
    display: none;
}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
    background: transparent url('images/down.gif') no-repeat left; }
a.hideLink {
    background: transparent url('images/up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 2px dotted #36f; }
