/* CSS Default Values */

P,TD, TR, BODY, .date{ 
color: black;
background-color: #ffffff; 
font-size: 10px; 
font-weight: normal; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer, .header, .mail, .box
{
background-color: #000000; 
color: #FFFFFF;
}

.title-page
{
font-size: 12px; 
font-weight: bold; 
text-transform: uppercase;
vertical-align:    middle;
}

.title-home
{
background-color: #cccccc; 
text-transform: uppercase;
font-weight: bold; 
font-size: 11px;
/*color: #ffffff;*/
/*padding-left: 20px;*/
}

.error
{
text-transform: uppercase;
color: #FF0000;
font-weight: bold; 
}

.list-home
{
background-color: #cccccc; 
padding-left: 3px;
}

.list-links
{
background-color: #cccccc; 
/*padding-left: 3px;*/
}

.body-page
{
padding-left: 3px;
padding-right: 3px;
}

td.list
{
line-height: 14px;
}


A:link {
	color: #000099;
	text-decoration:        underline;
}
  
A:visited {
	color: #3399FF;
  	text-decoration:        underline;
  }
  
A:hover {
	color: #0033FF;
  	text-decoration:        underline;
  }

a.display:link {
	font-weight: bold; 
	color: #000000;
	text-decoration:        underline;
}
  
a.display:visited {
	font-weight: bold; 
	color: #000000;
  	text-decoration:        underline;
  }
  
a.display:hover {
	font-weight: bold; 
	color: #000000;
  	text-decoration:        underline;
  }

a.links:link {
	font-size: 10px; 
	font-weight: bold; 
	color: #000000;
	text-decoration:        underline;
}

 a.links:visited {
	 font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF;
  	text-decoration:        underline;
  }

a.links:hover {
	font-size: 10px; 
	font-weight: bold; 
	color: #666666;
  	text-decoration:        underline;
  }

H1 { 
color: #666666;
background-color: #ffffff; 
font-size: 28px; 
font-weight: normal; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin:0px; 
} 

/* Search engine input form */
 
INPUT.forminput
{
background: #CCCCCC;
/*border: 1px inset;*/
}
/*

INPUT.searchinput
        {
        background: #FFFFFF ! important ;
        margin-top : 0px ! important;
        margin-bottom : 0px ! important;
        margin-left : 0px ! important;
        margin-right : 0px ! important;
        /*height: 20px;*/
       /* font-family: arial, helvetica  ! important ;*/
        font-size: 12px  ! important ;
        /*font-weight: bold  ! important ;*/
        /*text-align: middle ! important ;*/
        /*border: 1px inset #000000 ! important;*/
        }
*/
TEXTAREA.forminput
{
background: #CCCCCC;
/*border: 1px inset;*/
}