.mobile {
/*	display: visible; */
}

.web {
	display: none;
}

.print {
/*	display: visible; */
}

.no-print {
	display: none;
}

.btn {
	display: none;
}

.btnPrint {
	display: visible;
	font-size: 12px;
	line-height: 14px;
	color:#003366;
	font-family:'trebuchet ms',verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	background-color:#fff7ef;
	background:#fff7ef url(/img/btn-bg.gif);
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border:1px solid;
	border-top-color:#dcd6c2;
	border-left-color:#dcd6c2;
	border-right-color:#938a7b;
	border-bottom-color:#938a7b;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffdcd6c2');
/*
	width=7em;
	height=2em;
*/
}

.titlebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 2em;
	clear: both;
}

body {
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color: #000000;
}

hr {
	border: 0px;
	height: 1px;
	color: gray;
	background-color: gray;
	}

h2.highlight {
}


webImgRight {
	display: none;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

a {
	text-decoration: none:
	color: #000000;
}

a:link {
	text-decoration : none;
	color: #000000;
}

a:visited {
	text-decoration : none;
	color: #000000;
}

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

a:active {
	text-decoration : none;
	color: #000000;
}

.list-paragraph a {
}


