<!--
	
a:link 
{
	text-decoration: none; 
	color:           #00AEEF;
}
	
a:visited 
{
	text-decoration: none; 
	color:           #00AEEF;
}
	
a:hover 
{
	text-decoration: none; 
	color:           #999999;
}	

a:link.gray 
{
	text-decoration: none; 
	color:           #00AEEF;
}
	
a:visited.gray 
{
	text-decoration: none; 
	color:           #00AEEF;
}
	
a:hover.gray 
{
	text-decoration: none; 
	color:           #999999;
}	
   
.footer  
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #00AEEF;
                   text-decoration : none;
}

A.linkfooter
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #00AEEF;
                   text-decoration : none;
}

A.linkfooter:hover 
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #00AEEF;
                   text-decoration : underline;
}

label.error 
{
	font-size: 10pt; 
	color:     #FF0000;
}
		
.Text 
{
	font-size:   12px; 
	color:       #00AEEF; 
	font-family: arial;
}
	
.TextRed 
{
	font-size:   12px; 
	color:       #cc0000; 
	font-family: arial;
}
	
.TextLarge 
{
	font-size:   12px; 
	color:       #00AEEF; 
	font-family: arial;
}
	
.TextLargeJustify 
{
  font-size:   12px; 
  color:       #00AEEF; 
  font-family: arial; 
  text-align:  justify;
}
	
.TitleLarge 
{
  font-size:   18px; 
  color:       #00AEEF; 
  font-family: arial; 
  font-weight: bold;
}
	
.TitleLargeGray 
{
  font-size:   18px; 
  color:       #999999; 
  font-family: arial; 
  font-weight: bold;
}

.Title 
{
  font-size:      12px; 
  color:          #6699cc; 
  font-family:    arial; 
  font-weight:    bold; 
  padding-bottom: 3px;
}
	
.TextLight 
{
  font-size:   9px; 
  color:       #CBD3C8; 
  font-family: arial;
}	
	
.FieldTitle 
{
  font-size:      12px; 
  font-weight:    bold; 
  color:          #00AEEF; 
  font-family:    arial; 
  padding-top:    2px; 
  padding-bottom: 1px; 
  white-space:    nowrap; 
  text-align:     left; 
  padding-right:  5px;
}

.Fields 
{
  font-size:   12px; 
  color:       #333333; 
  font-family: arial; 
  width:       140px;
}

font.Top5
{
  color:       #6e594c;
  font-family:   arial;
  font-size:      9pt;
}	


-->