@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


.textfieldSearch
{    
	border-width: 1px;    
	border-style: solid;    
	border-color: #999999;    
	/*we are now going to add in the shadow image that we created earlier*/    
	/*background-image: url(back_field.gif);    */
/*	background-repeat: repeat-x;  */  /*I am going to add some text formatting of my own*/    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 10px;    
	color: #333333;    
	width: 100px;    
	height: 15px;    
}

.title
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 21px;  
	color: #0;
	font-weight:bold;
	text-decoration: none;
}
.title2
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 18px;  
	color: #444444;
	font-weight:bold;
	text-decoration: none;
}
.title3
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 14px;  
	color: #555555;
	font-weight:bold;
	text-decoration: none;
}
A.bigFont
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 14px;  
	color: #444444;
	font-weight:bold;
	text-decoration: none;
}
A.bigFont:hover
{
	text-decoration:underline;
}


.commonText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	
	font-style:normal;
	font-weight:normal;
	text-align: justify;
}

.commonTextLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	
	font-style:normal;
	font-weight:normal;
	text-align: left;
}

.text8
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#444444;
	
	font-style:normal;
	font-weight:normal;
	text-align: justify;
}

A.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111177;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	text-align: left;
}
A.link:hover
{
	text-decoration: underline;
}


/*-----------------TABLE-----------------------------*/
td.news
{
	border-style: solid;
	border-color: #9AA9AB;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 11px;
	color:#666666;
	font-style:normal;
	font-weight:lighter;
}
.white {
	color: #FFFFFF;
}


.commonText : black {
	color: #000000;
}

