body {
    font-family:			Arial Narrow;
    font-size:				13px;
    text-decoration: 		none;
    text-align:				justify;
    font-style: 			normal;
}
td {
    font-family:			Arial Narrow;
    font-size:				13px;
    text-decoration: 		none;
    text-align:				justify;
    font-style: 			normal;
}

.label {
	text-decoration:		none;
    font-size:	 			13px;
    letter-spacing: 		2px;
	color:					#005BBE;	
}

.header {
    font-size:	 			24px;
	color:					#0C3350;
	font-weight: 			bold;
}

input.box {
    background-color: 		rgb(255 , 255 , 255);
    font-family: 			Arial Narrow;
    letter-spacing:			0.5px;
    font-size: 				13px;
    border: 				1px solid #000000;
}
textarea.box {
    background-color: 		rgb(255 , 255 , 255);
    font-family: 			Arial Narrow;
    letter-spacing:			0.5px;
    font-size: 				13px;
    border: 				1px solid #000000;
}
a:link, a:visited {
	text-decoration:		none;
    letter-spacing:			0.5px;
    font-size:	 			13px;
	color:					#005BBE;
}

a:active {
	text-decoration:		none;
    letter-spacing:			0.5px;
    font-size:	 			13px;
	color:					#005BBE; 
}
a:hover {
	text-decoration:		none;
    font-size:	 			13px;
    letter-spacing:			0.5px;
    color:					#005BBE; 
}