
a { 
  text-decoration: none; 
  color: #0066a5; 
}

a:visited { 
  text-decoration: none; 
  color: #1197c9;
}

a:active,a:hover { 
  text-decoration: underline; 
  color: red; 
}

a:visited:hover, a:visited:active { 
  text-decoration: underline; 
  color: red; 
}

body { 
  background: #FFF; 
  font-family: verdana, arial, helvetica, sans-serif; 
  margin: 0px 0px 0px 0px; 
  color: #000; 
  padding:0px;
}

table td { 
  font-size: 70%; 
  color: #000; 
  padding:10px;
  border: 2pt;
  border-color: #1197c9;
}

h1, h2, h3, h4, h5, h6 { 
  padding-top : 0px;
  padding-bottom : 0px;
  margin-bottom : 4px;
  margin-top: 0px;
  color: #a90055;
}

h1 { font-size: 200%; }
h2 { font-size: 170%; }
h3 { font-size: 140%; }	
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

hr { 
  border-top: 1px dashed #ddd; 
  border-bottom:transparent; 
  border-left:transparent; 
  border-right: transparent; 
  background:transparent;
  height:1px;
}


p.link, a.link {
	background-image: url("/images/link_pil.gif");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: url("/images/listpil.gif");
	list-style-position: inherit;
	margin: 1em 0 1em 0.4em;
	padding: 0 0 0 35px;
}

 .title { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #000000 } 
		
 .bullet { 
		list-style-type: square; 
		list-style-image: url(images/bullet.gif); 
		text-decoration: none; 
		line-height: 16px } 
		
 .text { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 18px; 
		color: #000000; 
		clip:	rect(	) } 
		
 .menutext { 
		font-family:		Verdana, Arial, Helvetica, sans-serif; 
		color: #FFFFFF; 
		text-decoration:		none; 
		line-height: 16px; 
		font-weight: normal } 

 .subtitle { 
		font-family: Verdana,		Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #666666; 
		font-weight: bold; 
		text-decoration: none } 
		
 .menusubtitle { 
		font-family: Verdana, Arial, Helvetica,		sans-serif; 
		color: #000000; 
		text-decoration: none; 
		font-weight:		bold } 
		
 .links { 
		font-family:		Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #CCCCCC; 
		text-decoration:		none; 
		vertical-align: middle; 
		font-weight: bold } 
		
 .menutext:hover { 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px } 
		
 .links:hover { 
		color: #FFFFFF } 
 
 .bulletmenu { 
		list-style-type: disc; 
		left: -20px; 
		clip:		rect(		); 
		position: relative; 
		list-style-image: url(images/bullet_menu.gif) } 
 
 .footer { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #CCCCCC; 
		text-decoration: none; 
		vertical-align: middle		} 
 
 .footer:hover { 
		color: #FFFFFF } 
 