/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#page
{
	width:100%;
}
div#listmenu
{
	display:none;
}
div#pageHome
{
	width:100%;
}
div#header
{
	width:100%;
}
div#header2
{
	width:300px;
	float:left;
}
div#search
{
	display:none;
}
div#header2
{
	display:none;
}
div#content
{	
	width:100%;
}
div#contentTemplate
{
	width:100%;
}
div#green
{
	width:100%;
}
div#contentContainer
{
	width:100%;
}
div#leftNav
{
	display:none;
}

div#graphic
{
	display:none;
}

div#text
{
	width:90%;
	padding-left:35px;
	margin-top:15px;
}
div#stockTable
{
	display:none;
}
div#footer
{
	font-size:9px;
	color:gray;
	text-align:center;
	width:100%;
	padding:20px 0px 55px 0px;
	margin:0px 0px 0px 0px;
	line-height:15px;
	border-top:1px solid silver;
}

/*Format Styles*/

.green
{
	font-size:11px;
	color:#1E5011;
	line-height:14px;
}
.largeGreen
{
	color:#1E5011;
	font-size:17px;
	font-weight:bold;
}

.largeBlack
{	
	color:black;
	font-size:17px;
	font-weight:bold;
}

.smallLinks
{
	color:black;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
.largeLinks
{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

h1
{
	font-size:18px;
	color:black;
	font-weight:bold;
}
h2
{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.thumbBorder
{
	border:1px solid gray;
	margin-bottom:8px;
}
a, a:visited
{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.footer
{
	font-size:9px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
	margin-left:38px;
	margin-right:5px;
}