/* CSS Document */

body	{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0px;
	}
p	{
	font-family: "Times New Roman", Times, serif;
	}
p.indent	{
	margin-left: 5px;
}
a	{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	}
a:hover	{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	}
a.port	{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
a.port:hover	{
	color: #FF3300;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
a.logo {
	text-decoration: none;
	color: #CCCCCC;
}
a.logo:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#hidLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

div.head{
	position:relative;
	top: 10px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #333333;
}
#topNav{
  float:right;
	width: 60%;
	padding-right: 0%;
	text-align: right;
}
td.topLinks{
	border:1px solid #CCCCCC;
	background-color: #999999;
	color:#000000;
	/*background-image: url(../graphics/navBar.gif);*/
	padding-bottom: 2px;
}
a.linkIds{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}
a.linkIds:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 80%;
	text-decoration: underline;
}
.subglobalNav{
	position: absolute;
	left: 30px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 15px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}
div.bar{
	position:relative;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #333333;
}
div.page{
	position:relative;
	top: 30px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #333333;
}
#thumbImg{
	float: left;
	width: 20%;
	background-color: #333333;
}
img.thumbStyle{
	width: 100%;
}
td.tdImage{
	background-color: #FFFFFF;
	vertical-align: top;
}
#miniImg{
	position: relative;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #333333;
	border-top: 1px solid #666666;
	}

td.thumbTable{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	}
td.thumbBord{
	background-color: #FFFFFF;
	}
td.pageLink{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cursor {  
	cursor: pointer;
}
select.folioOption{
	float: right;
	background-color: #333333;
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
}






