.small 		{ color: #828282; font-family: Verdana, Arial, san-serif; font-size: 10px }

.Header 		{ color: #414141; font-family: Verdana, Arial, san-serif; font-size: 16px; font-weight: bold; letter-spacing: 2px }

.normal		{ color: #414141; font-family: Verdana, Arial, san-serif; font-size: 12px }
.error		{ color: #DA020B; font-family: Verdana, Arial, san-serif;; font-weight: bold; font-size: 14px }

A.normal:link 	 { color: #DA020B; font-weight: bold; text-decoration:underline }
A.normal:visited 	 { color: #DA020B; font-weight: bold; text-decoration:underline }
A.normal:hover 	 { color: #000000; font-weight: bold; text-decoration:underline }

A.logo 	 {
	color: Fuchsia;
	font-weight: normal;
	text-decoration: none;
	border : 0px none;
}

BODY 	
{	
	background-color		: #EAEAEA;
	
	scrollbar-face-color		: #BCBCBC;
	scrollbar-shadow-color		: #EAEAEA;
	scrollbar-highlight-color		: #EAEAEA;
	scrollbar-3dlight-color		: #EAEAEA;
	scrollbar-darkshadow-color	: #EAEAEA;
	scrollbar-track-color		: #EAEAEA;
	scrollbar-arrow-color		: #828282;
	
	margin-left				: 0px;
	margin-right			: 0px;
	margin-top				: 0px;
	margin-bottom			: 0px
}

input, select, textarea
{
	background 		: #FCFCFC;
  	background-color      	: #FCFCFC;
  	color				: #828282;
  	font-weight		: normal;
  	font-size			: 9px;
  	font-family			: Tahoma, Verdana, Arial, san-serif;
	text-decoration		: none;
  	border-top            	: 1px solid #757C7F;
  	border-bottom         	: 1px solid #757C7F;
  	border-left           	: 1px solid #757C7F;
  	border-right          	: 1px solid #757C7F;
}

.button
{
	border-top			: 0px;
	border-bottom		: 0px;
	border-left			: 0px;
	border-right		: 0px;
	cursor			: hand;
}


p
{
	text-align            	: justify;
	
	padding-left          	: 0px;
    	padding-right         	: 0px;
    	padding-top           	: 0px;
	padding-bottom        	: 0px;
  	margin-left           	: 14px;
  	margin-right          	: 5px;
  	margin-top            	: 14px;
  	margin-bottom         	: 5px;
  	
	font-family			: Tahoma, Verdana, Arial, san-serif; 
	font-size			: 12px;
}