/*   BODY   -------------------------------------*/
body {
	font-family: Arial;
	font-size : 13px;
	background : white;
	margin: 0px;
 	padding: 0px;	
}
/*   FORMS   ----------------------------------*/
form {
	margin-bottom: 0;
}
.submit{
	font-family: Arial;
	font-size : 9px;
}
.inputtext{
	font-family: Arial;
	font-size : 9px;
	width: 90%;
}
.inputlogin{
	font-family: Arial;
	font-size : 9px;
	width: 98%;
}

.rowtitle{
	border-collapse : collapse;
	border-bottom : thin solid #D5D5D5;
	border-bottom-width : .02em;
}





/*   TEXT  --------------------------------------- */
.title{
	font-family: Arial; 	font-size : 21px;   color: #666666;	 font-weight : 900;
}

td {
	font-family: Arial; 	font-size : 13px;  color: #666666;
}

.pixborder{
	background-color : #c4bcbc;
}



/*   HYPERLINKS    ---------------------------------------------- */

A:link { color: #003b6f;	font-family: Arial;	font-size : 13px;
	}
A:visited {color: #003b6f;		font-family: Arial;	font-size : 13px;
	}
A:active {color:  #003b6f;		 font-family: Arial; 	font-size : 13px;
	}
A:hover {text-decoration: none; 	font-size :13px;
	}

.reverselink { color: #68b8ff;    text-decoration: none;  font-family: Arial; font-size : 13px; }

