@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../s-img/anazemin.gif)
}
.page {
	background-image: url(../s-img/page.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.pagebottom {
	background-image: url(../s-img/pagebottom.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #333333; }
.style2 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #1E3686; font-weight: bold;}
.style3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.style4 { font-size: 14px; color: #000000; font-weight: bold;}
.style5 { font-size: 14px; color: #006576; font-weight: bold;}
.style6 { font-size: 13px}
.style7 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: white;}
.style8 { font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.style9 { font-family:Verdana, Arial, Helvetica, sans-serif;}
.style10 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 15px}
.style11 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold;}
.style12 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #1E3686}
.style13 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; }
.style14 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #1E3686; font-size: 14px; font-weight: bold; }
.style15 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 17px; }
.style16 { color: #999933}
.style17 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #1E3686; font-weight: bold; font-size: 17px;}
.style18 { font-size: 11px}
.style19 { font-size: 14px}
.style20 { font-size: 15px;	font-weight: bold;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #999999;
background: black url(../s-img/titlebar.png) repeat-x center left;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../s-img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #1e3686;
background: url(../s-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #1e3686;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1e3686;
background-color: #F3F3F3;
}