/* CSS Document */

body {
background: url(img/bghtml.gif) repeat-x; 
background-color:#FFFFFF; 
margin:0;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
} 
div.header {
background: url(img/bg_header.gif) no-repeat;
height:115px;
width:800px;
margin:auto;
}
div.content {
border:dotted #FFFFFF 1px;
margin-top:130px;
padding-left:20px;
padding-bottom:20px;
padding-right:20px;
padding-top:10px;

width:760px;
margin:auto;
}
li {
line-height:1.5em;
}

div.content a			{color:#FFF; text-decoration:none;}
div.content a:visited	{color:#FFF; text-decoration:none;}
div.content a:active		{color:#FFF; text-decoration:none;}
div.content a:hover		{color:#FFF; text-decoration:underline;}

div.regions {
border:none;
width:760px;
margin:auto;
font-size:10px;
color:#2585A1;
}
div.regions a			{color:#777777; text-decoration:none;}
div.regions a:visited	{color:#777777; text-decoration:none;}
div.regions a:active		{color:#777777; text-decoration:none;}
div.regions a:hover		{color:#777777; text-decoration:underline;}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:12px; display:inline}

