/* reset initial values */
body,div,ul,li,form{
	margin:0;
	padding:0;
	border:0;
}


/* only show content section for printing */
div#topnav{
	display:none;
}
div#breadcrumbs{
	display:none;
}
a#galleryLink{
	display:none;
}
div#leftbar{
	display:none;
}
div#footerLinks{
	display:none;
}
div#esus{
	display:none;
}
div#footerwrapper{
	margin-top:30px;
}

/* tabs */
.x-tabs-body {
	border:0;
}
.x-tabs-wrap {
	border-bottom:0;
}
div.x-tabs-strip-wrap td{
	visibility:hidden;
}
div.x-tabs-strip-wrap td.on{
	visibility:visible;
}
div.x-tabs-strip-wrap td.on span.x-tabs-text{
	font-size:15px;
	font-weight:normal;
	color:#808080;
	overflow:visible;
}


/* font styles */
body{
	font-family:"tahoma", Verdana, sans-serif; /* check these */
	font-size:12px;
	color:#666666;
}

h1{
	font-size:18px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:15px;
}
.h1small{
	font-size:smaller;
}
h2{
	font-size:15px;
	font-weight:normal;
	color:#808080;
	background-image:url(/images/template/h2bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:-15px;
	margin-top:15px;
	margin-bottom:5px;
}
h3{
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
}

p{
	margin-top:5px;
	margin-bottom:0px;
	/*border:1px solid blue;*/
}

a{
	color:#3f708e;
	text-decoration:none;
}

ul{
	list-style-position:outside;
	list-style-type:none;
	margin-top:5px;
	margin-bottom:0px;
}
ul li{
	padding-left:15px;
	background-image:url(/images/template/bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

ol{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
}
ol li{
}

/* image styles */
img{
	border:0;
}


/* table styles */
table{
	border:0;
}
th{
	text-align:left;
	vertical-align:top;
	border:0;
	padding:2px;
	border-bottom:1px dotted #477086;
}
td{
	vertical-align:top;
	border:0;
	padding:2px;
	border-bottom:1px dotted #477086;
}
.x-tabs-top td{
	border-bottom:0;
}

