@charset "iso-8859-1";

p
{
	font-size : 14px; 
}


.logo
{
	font-family: Arial;

	text-decoration : none;
	font-weight : bold;
	font-style : italic;
    color : #404040;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	color : #000000;
}

A.txtlink:link  
{ 
	text-decoration : none;
    color : #555555;
	font-size: 14px;
}
A.txtlink:visited
{
	text-decoration : none;
	color : #555555;
	font-size: 14px;
}
A.txtlink:hover
{
	text-decoration : none;
	color : #808080;
	font-size: 14px;
}


A.menu:link
{
	text-decoration : none;
	color : #ffffff;
	font-size: 16px;
}
A.menu:visited
{
	text-decoration : none;
	color : #ffffff;
	font-size: 16px;
}
A.menu:hover
{
	text-decoration : none;
	color : #ffffff;
	font-size: 16px;
}




BODY
{ 
	font-family: Arial;
	font-size: 14px;
	color : #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
}


.textarea
{
	background-color:#ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #BADDFF;
	scrollbar-highlight-color: #99ccff;
	scrollbar-3dlight-color: #99ccff;
	scrollbar-shadow-color: #99ccff;
	scrollbar-darkshadow-color: #99ccff;
	scrollbar-track-color: #f5f5f5;
	border-top: 2px solid;
	border-top-color:#99ccff;
	border-right: 0px solid;
	border-bottom: 2px solid;
	border-bottom-color:#99ccff;
	border-left: 0px solid;
}



.TableMain
{
	background-repeat: no-repeat
}

table 
{	
	font-size: 14px;
} 




input.btn
{
   color:#000000;
   font-family: Arial;
   font-size: 12px;
   background-color:#f5f5f5;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
}




