

/**
 * Normal links
 */

 
A:link { text-decoration:none;color: #4682b4}
A:visited { text-decoration:none ;color: #4682b4}
A:active { text-decoration:none;color: #4682b4 }
A:HOVER{
border-bottom-style : solid;
border-bottom-color : #4682b4;
border-bottom-width : 1px;
}
A{text-decoration : none ;color: #4682b4
}




/**
 * Normal page styles
 */
P  { font-weight: normal; font-size: 12px; font-family: Osaka, Arial;  }

B {
	font-weight: bold;
}

LI {
	font-family: Osaka, Arial; font-size: 13px; font-weight: normal; 
}

TD {
	font-family: Osaka, Arial; font-size: 13px; font-weight: normal; 
}

TH
	{
	font-family: Osaka, Arial; font-size: 13px; font-weight: bold;  text-align: left;
	}

H1 {
	 font-family:"Osaka, Arial"
	 font-size: 20px;
	 font-weight: normal; 
}
		
.headline   {
	 font-family: "Osaka, Arial"
	 font-size: 20px;
	 font-weight: normal; 
	 
	 }
	 

H2
{
	 font-family: "Osaka, Arial" 
	 font-size: 18px;
	 font-weight: normal; 
}

.subHeadline   {
	 font-family: "Osaka, Arial"
	 font-size: 18px;
	 font-weight: normal; 
 }	 
	 
H3
{
	font-family: "Osaka, Arial"
	font-size: 12px;
	font-weight: bold;
}

H4
{
	font-family: "Osaka, Arial"
	font-size: 12px;
	font-weight: normal;
}

H5
 { 
  font-weight: normal; 
  font-size: 10px; 
  font-family: Osaka, Arial 
}




