html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: transparant; 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 text-align: left;
} 
p{
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 text-align: justify;
 font-style: normal;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: black;
 margin-bottom: 10px;
}

h2
{
 font-family:  Verdana, Arial,sans-serif;
 font-size: 14px;
 color: black;
 margin: 25px 0px 10px 0px;
}

h3
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 color: black;
 margin: 25px 0px 15px 0px;
 
}

h6
{
  color: black;
  font-family:  Sans-serif;
  font-style: oblique;
  font-size: 10px;
  margin-top: 0px;
  padding-top: 0px;
}

table
{
  	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	color: black;
	line-height: 1.166;
    border: 0px;
	border-collapse: seperate;
	empty-cells: show;
	margin: 0px;
	padding: 0px;

}

td{
 border: 0px;
 padding: 3px 5px 3px 5px;
}



a, a:link, a:visited
{
	color: #373737;
	text-decoration: none;
	font-weight: bold;
    border: none;
}

a:hover, a:active
{
	color: #B90000;
	text-decoration: underline;
    border: none;
}

ul
{
 list-style-type: disc;
}

ul ul
{
 list-style-type: disc;
}

ul ul ul
{
 list-style-type: disc;
}

ol ol
{
  list-style: lower-alpha;
  
}

img
{
  border: 1px solid black;
  margin: 10px 0px 10px 0px;
  position: relative;
}


#infoblock_right{
 margin: 0px;
 margin-bottom: 5px; 
 padding-right: 5px;
 padding-left: 5px;
 padding: 0px;
 width: 220px;
 /*border-bottom: 1px solid #373737;*/
}  

#infoblock_right h3{
 width: 95%;
 background-color: #3E5AC5;
 background-image: url(../images/blueback.gif);
 padding: 4px 5px 4px 5px;
 color: white;
 background-repeat: repeat-x;
 margin: 0px 0px 3px 0px;
} 


#infoblock_right table{
    background: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: seperate;
	empty-cells: show;
	border: 0px;
	width: 95%;
 	
}

#infoblock_right th{
 width: 95%;
 background-color: #3E5AC5;
 background-image: url(../images/blueback.gif);
 padding: 4px 5px 4px 5px;
 color: white;
 background-repeat: repeat-x;
 margin: 0px 0px 3px 0px;
 text-align: left;
}

#infoblock_right td{
 border: 0px solid white;
 padding: 3px 5px 3px 5px;

}
