.headersel {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.headerw {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.header {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
A.header:link 	{
   text-decoration : none;
   color : #505883;
   }
A.header:visited {
   text-decoration : none;
   color : #505883;
}
A.header:active  {
   text-decoration : underline;
   color : #FF9900;
}
A.header:hover  {
   text-decoration : underline;
   color : #FF9900; 
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
A.text:link 	{
   text-decoration : underline;
   color : #505883;
   }
A.text:visited {
   text-decoration : underline;
   color : #505883;
}
A.text:active  {
   text-decoration : underline;
   color : #FF9900;
}
A.text:hover  {
   text-decoration : underline;
   color : #FF9900; 
}

.text2 {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.text3 {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.text4 {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	color:#0000FF;
}

.text5 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color:#0000FF;
}

.error {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
}

.error_big {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.submenu {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
A.submenu:link 	{
   text-decoration : none;
   color : #333333;
   }
A.submenu:visited {
   text-decoration : none;
   color : #333333;
}
A.submenu:active  {
   text-decoration : none;
   color : #333333;
}
A.submenu:hover  {
   text-decoration : none;
   color : #333333; 
}