body {margin: 0; color: #181818; background-color: #fff; font-family: Verdana,Arial,sans-serif; font-size: 9pt; line-height: 150%;}

td { font-size: 9pt; line-height: 160%;}
hr { color: #cccccc; background: #cccccc; border: 0; height: 1px;}

h1 { font-weight: normal; font-size: 14pt; color: #3a3a3a; padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px; padding-left: 0px;}
h2 { font-weight: bold; font-size: 11pt; color: #446200; padding-top: 0px; margin-top: 0px;}
h3 { font-weight: bold; font-size: 10pt; color: #222222; padding-bottom: 6px; margin-bottom: 6px; padding-top: 10px;}
h4 { font-weight: bold; font-size: 9pt; color: #426792; text-decoration: none;}
h5 { font-weight: bold; font-size: 9pt; color: #505050;}
h6 { font-weight: bold; font-size: 10pt; color: #ffffff;}

A { color: #003366; text-decoration: underline }
A:visited { color: #446680; }
A:hover { color: #d01216; }
A:active { color: #996699; }

.topnav {color: #ffffff; font-weight: bold; font-size: 10pt; padding-bottom: 22px;}
a.topnav {color: #a6b1c3; text-decoration: none;}
a:visited.topnav {color: #a6b1c3; text-decoration: none;}
a:hover.topnav {color: #94bc38;}

.topnavw {color: #ffffff; font-weight: bold; font-size: 10pt; padding-bottom: 22px;}
a.topnavw {color: #ffffff; text-decoration: none; background: url(images/marker.png) no-repeat; background-position: center 28;}
a:visited.topnavw {color: #ffffff; text-decoration: none;}
a:hover.topnavw {color: #94bc38;}

.nav {color: #0072bc; font-weight: normal; font-size: 7.5pt; padding-bottom: 2px;}
a.nav {color: #0072bc; text-decoration: none;}
a:active.nav {color: #0072bc; text-decoration: none;}
a:visited.nav {color: #0072bc; text-decoration: none;}
a:hover.nav {color: #689900; text-decoration: underline;}

.thumb {color: #003366; font-weight: bold; font-size: 10pt; padding-bottom: 2px;}
a.thumb {color: #003366; text-decoration: none;}
a:active.thumb {color: #996699; text-decoration: none;}
a:visited.thumb {color: #446680; text-decoration: none;}
a:hover.thumb {color: #d01216; text-decoration: underline;}

.foot {color: #003366; font-weight: normal; font-size: 8pt;}
a.foot {color: #003366; text-decoration: none;}
a:visited.foot {color: #446680; text-decoration: none;}
a:hover.foot {color: #d01216;}

.tile{
	position: relative;
	float:left;
}

.boxgrid{  
    width: 290px;  
    height: 260px;  
    margin:10px;  
    float:left;  
    background:#cccccc;  
    border: solid 6px #ffffff;  
    overflow: hidden;  
    position: relative;  
}  
.boxgrid img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}
.boxgrid p{
	color:#ffffff; 
	font-weight:bold; 
	font:10pt "Calibri", Arial, sans-serif; 
}
.boxcaption{  
    float: left;  
    position: absolute;
	background:none;
    height: 260px;
	width: 290px;
    width: 100%;
	color: none;
    opacity: 1;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}
.captionfull .boxcaption {
 	top: 260;
 	left: 0;
}
.caption .boxcaption {
 	top: 220;
 	left: 0;
}