body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #727272;
	background-image: url(../images/bcg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.painbalance #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.painbalance #topmenu {
	/*	height: 43px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}
#topmenu .menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	color: #777777;
	text-decoration: none;
	text-transform:uppercase;
}
#topmenu .menulink:hover {
	color: #455f7f;
	text-decoration: none;
	text-transform:uppercase;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #45607e;
	background-image: url(../images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: center 19px;
	/*	margin-bottom: 10px;*/
	padding-bottom: 7px;
}
.painbalance #header {
	height: 112px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	background-image: url(../images/top_bcg.jpg);
}
.painbalance #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.painbalance #mainContent {
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.painbalance #footer {
	padding-top: 30px;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	clear: both;
}
.painbalance #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
}
.fotmenu {
	font-weight: bold;
	text-decoration: none;
}
#footer p .fotmenu a {
	color: #777777;
	text-decoration: none;
}
#footer p .fotmenu a:hover {
	color: #739dd3;
	text-decoration: underline;
}
div.fotmenu a,div.fotmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	font-size: 11px;
	text-decoration: none;
}
div.fotmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #739dd3;
	font-size: 11px;
	text-decoration: underline;
}

#mainContent h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #415876;
	text-transform: uppercase;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 423px;
	background-image: url(../images/home_banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#banner2 {
	margin: 0px;
	padding: 0px;
	height: 129px;
	background-image: url(../images/inside_banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#topsearch {
	float: right;
	width: 205px;
	/*margin-top: 37px;*/
	margin-top: 5px;
	margin-right: 35px;
	background-image: url(../images/searchbcg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
}
#topsearch #Search input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topsearch #Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border: 0px none #FFF;
	background-color: #f3f3f3;
	width: 190px;
	height: 18px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#loginBlock{
	margin-top:37px;
}
#toplogin {
	float: right;
	width: 103px;
	background-image: url(../images/searchbcg_short.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
}

#Search input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border: 0px none #FFF;
	background-color: #f3f3f3;
	width: 90px;
	height: 18px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*module styles*/

.t {
	background: url(../images/top_center_yellow.jpg) 0 0 repeat-x;
	width: 100%
}
.b {
	background: url(../images/bottom_center.jpg) 0 100% repeat-x
}
.l {
	background-image: url(../images/left_yellow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.r {
	background-image: url(../images/right_yellow.jpg);
	background-repeat: no-repeat;
	background-position: 100% 10px;
}
.bl {
	background: url(../images/bottom_left_yellow.jpg) 0 100% no-repeat
}
.br {
	background: url(../images/bottom_right_yellow.jpg) 100% 100% no-repeat
}
.tl {
	background: url(../images/left_top_yellow.jpg) 0 0 no-repeat
}
.tr {
	background: url(../images/top_right_yellow.jpg) 100% 0 no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.module1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/center_yellow.jpg);
	background-position: 10px 10px;
	background-repeat: repeat-x;
}
#homemodule1 {
	height: 72px;
	width: 296px;
}
.module1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 5px;
}
.module1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-decoration:none
}
.module1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-decoration:underline
}
.module1 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #415876;
	text-decoration: none;
	text-transform: uppercase;
}
/*module2 styles*/

.t2 {
	background: url(../images/top_center_blue.jpg) 0 0 repeat-x;
	width: 100%
}
.b2 {
	background: url(../images/bottom_center_blue.jpg) 0 100% repeat-x
}
.l2 {
	background-image: url(../images/left_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.r2 {
	background-image: url(../images/right_blue.jpg);
	background-repeat: no-repeat;
	background-position: 100% 10px;
}
.bl2 {
	background: url(../images/bottom_left_blue.jpg) 0 100% no-repeat
}
.br2 {
	background: url(../images/bottom_right_blue.jpg) 100% 100% no-repeat
}
.tl2 {
	background: url(../images/left_top_blue.jpg) 0 0 no-repeat
}
.tr2 {
	background: url(../images/top_right_blue.jpg) 100% 0 no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.module2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/center_blue.jpg);
	background-position: 10px 10px;
	background-repeat: repeat-x;
}
.module2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 5px;
}
.module2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-decoration:none;
}
.module2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-decoration:underline;
}
.module2 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#mainContent #internalleft {
	float: left;
	width: 590px;
}
#mainContent #internalright {
	float: left;
	width: 296px;
}
#mainContent #dividercol {
	width: 20px;
	float: left;
}
#bnav {
	margin-bottom: 20px;
}
/*internal*/

.linkmoduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #415876;
	text-decoration: none;
	text-transform: uppercase;
}
#linkmodule a {
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	line-height: 15px;
}
#linkmodule a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #415876;
	text-decoration: underline;
	line-height: 15px;
}
#internalleft a {
	font-weight: normal;
	color: #415876;
	text-decoration: none;
}
#internalleft a:hover {
	font-weight: normal;
	color: #415876;
	text-decoration: underline;
}
#bnav a {
	color: #415876;
	text-decoration: none;
}
#bnav a:hover {
	color: #415876;
	text-decoration: underline;
}
.comment {
	font-size: 9px;
	text-decoration: none;
	padding-top: 25px;
}
#internalleft h2 a {
	text-decoration: none;
	font-weight: bold;
}
#internalleft h2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#internalleft img {
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #999;
}
#internalleft .read {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#internalleft .read:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
#internalleft input {
	font-size: 12px;
	text-decoration: none;
	height: 15px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCC;
}
#internalleft textarea {
	font-size: 12px;
	text-decoration: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCC;
}
#internalleft .superscript {
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	vertical-align: top;
}
#internalleft .superscript a:link {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
#internalleft .superscript a:hover {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#categorynav a.audiencebg {
	position:absolute;
	width:198px;
	z-index:3;
	clear: both;
	color: #455f7f;
	margin: 0px;
	background-image: url(../images/aud_bcg.gif);
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	color: #455f7f;

	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455f7f;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#categorynav li.audienceli
{
	width:210px;
	height:20px;
}
#categorynav a.audiencebg:hover
{
	color: #455f7f;
	background-color:transparent;
	text-decoration: none;
}
#audience {
	clear: both;
	float: left;
	height: 19px;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	color: #455f7f;
	background-image: url(../images/aud_bcg.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	visibility: visible;
	display: block;
}
#audience a {
	color: #455f7f;
	text-decoration: none;
	display: block;
}
#categorynav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c3d3ea;
}
#categorynav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#categorynav ul li {
	display: block;
	float: left;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#categorynav ul li a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c3d3ea;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#categorynav ul li a:hover {
	color: #ffffff;
	/*background-color: #465f80;*/
}
#mainnavigation {
	margin-top: 29px;
	margin-right: 30px;
	margin-left: 30px;
}
#mainnavigationhome 
{
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
#audiencelayer2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	width:233px;
	z-index:4;
	top: 216px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}
#categorynav .categorylayer {
	position:absolute;
	width:233px;
	z-index:3;
	clear: both;
	padding: 0px;
	top: 203px;
	margin: 0px;
	visibility: hidden;
}
.categorylayer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#categorynav .audiencelayer2 {
	position:absolute;
	width:233px;
	z-index:3;
	clear: both;
	padding: 0px;
	top: 203px;
	margin: 0px;
	visibility: hidden;
}
.audiencelayer2 a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#categorylayertxt .categorylayerlinks {
	font-size: 10px;
	color: #b1b1b1;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#categorylayertxt .categorylayerlinks:hover {
	font-size: 10px;
	color: #ffc423;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#categorylayertxt .audience {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#categorylayertxt .audience:hover {
	font-size: 10px;
	color: #ffc423;
	text-decoration: none;
}
#categorylayertxt2
{
	font-size: 10px;
	color: #FFF;
	background-color: #ffc423;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	

}
#categorylayertxt2 p
{
	margin: 0px;
	font-size: 10px;
	color: #FFF;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 0px;

}
#categorylayertxt2 p a.audiencelayerlinks
{
	margin: 0px;
	padding: 0px;
	color: #455f7f;
}
#categorylayertxt {
	font-size: 10px;
	color: #FFF;
	background-color: #465f80;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#categorylayertxt p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
/*audience layer*/
#audiencelayer a {
	font-size: 14px;
	font-weight: bold;
	color: #455f7f;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#audiencelayertxt2 .audiencelayerlinks {
	font-size: 14px;
	color: #455f7f;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#audiencelayertxt2 .audiencelayerlinks:hover {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#audiencelayertxt2 .audience {
	font-size: 14px;
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#audiencelayertxt2 .audience:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ffc423;
	text-decoration: none;
}
#audiencelayertxt2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #ffc423;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#audiencelayer2 #audiencelayertxt2 p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#logolink
{
	position:absolute;
	top:0px;
	width:230px;
	height:100px;
	z-index:10;
	cursor:pointer;
}
#linkmodule {
	margin-left:15px;
	width: 296px;
}
#categorylayer #categorylayertxt p {
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sitemap_placeholder A.first {
	FONT-WEIGHT: bold;
	color: #415876;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
#sitemap_placeholder A.leaf {
	FONT-SIZE: 11px;
	color: #727272;
	text-decoration: none;
	font-weight: bold;
}
#sitemap_placeholder A.leaf:hover {
	color: #415876;
}
#sitemap_placeholder #sitemap_level1 {
	list-style-type: none;
}
#sitemap_placeholder #sitemap_level2 {
	list-style-image: url(../../pages/getpic.aspx?id=4C3770BD-CFE1-49A9-958C-A497C9C830D2);
	list-style-position: outside;
}
#sitemap_placeholder #sitemap_level3 {
	list-style-type: none;
	list-style-image: none;
}
#sitemap_placeholder #sitemap_level4 {
	list-style-type: none;
	list-style-image: none;
}
#sitemap_placeholder A.leaf2 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #727272; TEXT-DECORATION: none
}
#sitemap_placeholder A.leaf2:hover {
	COLOR: #415876
}
#sitemap_placeholder A.leaf3 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #727272; TEXT-DECORATION: none
}
#sitemap_placeholder A.leaf3:hover {
	COLOR: #415876
}
#sitemap_placeholder A.leaf4 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #727272; TEXT-DECORATION: none
}
#sitemap_placeholder A.leaf4:hover {
	COLOR: #415876
}

#sidenav_placeholder A.first {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #415876;
	TEXT-DECORATION: none;
	margin: 0px;
	padding: 0px;
}
#sidenav_placeholder A.leaf {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #727272; TEXT-DECORATION: none
}
#sidenav_placeholder A.leaf:hover {
	COLOR: #415876
}
#sidenav_placeholder #sidenav_level1 {
	LIST-STYLE-TYPE:disc;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#sidenav_placeholder #sidenav_level2 {
	LIST-STYLE-IMAGE: url(../../pages/getpic.aspx?id=4C3770BD-CFE1-49A9-958C-A497C9C830D2);
	left: 30px;
}
#sidenav_placeholder #sidenav_level3 {
	LIST-STYLE-IMAGE: none; LIST-STYLE-TYPE: none
}
#sidenav_placeholder #sidenav_level4 {
	LIST-STYLE-IMAGE: none; LIST-STYLE-TYPE: none
}
#sidenav_placeholder A.leaf2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #727272;
	TEXT-DECORATION: none;
	margin: 0px;
	padding: 0px;
}
#sidenav_placeholder A.leaf2:hover {
	COLOR: #415876
}
#sidenav_placeholder A.leaf3 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #727272; TEXT-DECORATION: none
}
#sidenav_placeholder A.leaf3:hover {
	COLOR: #415876
}
#sidenav_placeholder A.leaf4 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #727272; TEXT-DECORATION: none
}
.sidenavul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.sidenavul2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
.sidenavul3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	border: 1px solid red;
}
#deepzoom{
	padding-left:21px;
}
#silverlightControlHost{
	width:940px;
	height:326px;
}
#ctl00_PageView_PageView1_contentdiv{
	margin-left: 8px;
	margin-right: 8px;
}

/*#ctl00_PageView_PageView1_contentdiv H2,#ctl00_PageView_PageView1_contentdiv H3,#ctl00_PageView_PageView1_contentdiv H4,#ctl00_PageView_PageView1_contentdiv H5,#ctl00_PageView_PageView1_contentdiv H6{
    text-transform: none;	
    font-size: 12px;
    color: #727272;
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

