table {
	margin:0;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	margin:0;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav
{
	margin-left: 6px;
	font-size: 9pt;
	margin-top: 8px;

}
.nav a
{
	display: block;
	width: 100%;
	margin: 0px;
	color: white;
	font-weight: bold;
	text-align: left;

}
.nav a:hover
{
	color: white;
	text-decoration: none;
	background-color: #000066;

}

.intlinks
{
	color: white;
	margin-left: 6px;
	font-size: 8pt;
	margin-top: 8px;

}

a:hover
{
	color: #999999;
	text-decoration: none;
}

.footer
{
	color: #00CCFF;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 8px;


}
.h2custom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;


}
.h1custom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 18pt;
	font-weight: bold;



}
.h3custom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14pt;
	font-weight: bold;


}
h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.h4custom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11pt;
	font-weight: bold;


}
img {
	margin: 6px;
}

.bodylink
{
	margin-top:0px;
	color: #666666;

}
.detail {
	color: white;
	margin-left: 6px;
	margin-right: 4px;
	font-size: 9pt;
	text-align: left;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodylink2 {
	color: #003399;
	font-weight: bold;

}
.gray {
	color: #666666;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}

div#galleryOuter{
	float:none;
	/*border:1px solid #CCCCCC;*/
	width:100%;
	display:block;
	height:auto;
}
div.galleryItem{
	width:220px;
	height:280px;
	float:left;
	border:1px solid #000066;
	margin:2px;
	padding:2px;
	color:#000000;
	/*overflow:scroll;*/
}
div.galleryItem:hover{
	background-color:#CCCCCC;
}
div.galleryItem img{
	border:1px solid #CCCCCC;
}
div.galleryItem a{
	color:#000000;
	display:block;
	width:100%;
	height:90%;	
}
div.galleryItem a:hover{
	background-color:#CCCCCC;
	color:#000000;
}
