/* BEGIN */
/* -------Global-------- */

/* -------Body------- */

BODY { 
	font-size: 12pt;
	color: #8d1941;
	background: #dfdfdf;
	font-family: "verdana", "times new roman",
		 serif;     	
     }

H1 {
	font-size: 18pt;
		
	color: #8d1941;
	/*
	background: #dfdfdf;
	*/
	font-family: "sans-serif";
	text-align: center;
}	

H2 {
	font-size: 14pt;
	color: #8d1941;
	font-family:"sans-serif";
	text-align:center;
}

/* -------Links------ */
A:link {
	color: #8d1941;
	text-decoration: none;
	border-style: none;
	}       
A.white {
	color: #8d1941;
	background: white; 
	text-decoration: none;
	border-style: none;
}
A:visited { 
	color: #8d1941;

	text-decoration: none;
	border-style: none; 
	}   
A:hover { 
	color: #8d1941;
	text-decoration: underline; 
	border-style: none;
	}   
A:active { 
	color: #8d1941;
	text-decoration: none; 
	border-style: none; 
	}

/* -------Paragraph------ */
P { 
	/*
	color: #8d1941; 
	background: #dfdfdf;
	*/
	line-height: 12pt; 
	font-size: 10pt; 
	letter-spacing: 0px; 
	}
 
P.center { 
	text-align: center; 
	}

P.right { 
	text-align: right;
	}

P.left { 
	text-align: left; 
	}
P.justify {
	text-align: justify;
	/* line-height: 12pt; */ 
	font-size: 10pt; 
	letter-spacing: 0px; 
	}



/* ---------Tables----------- */
TABLE { 
	color: #8d1941; 
	background: #dfdfdf; 
	border: solid;
	}

TD.white {
	color: black;
	background: white;
	border-color: #8d1941; 
	border: solid;
	border-width: 1pt;	
	}
TD.blue {
	color: black;	
	background: #34449e;
	border-color: #8d1941; 
	border: solid;
	border-width: 1pt;	
}

TD.pics {
	border-color: #8d1941;
	border: solid;
	border-width: 1pt;
}	

TD.sign {
	text-align: center;
	background: white;
	border-color: #8d1941;
	border: solid;
	color: black;
	border-width: 1pt;
}

TD.right { 
	float: right;
	}

TD.left {
	float: left; 
	}

TD.justera {
	float: left 
	text-align: justify;
	}

/* -------------Images---------- */
IMG.left { 
	float: left; 
	margin-left: 0; 
	}
IMG.right {
	float: right;
	margin-right: 0;
	}	

/* IDs */

#small {
	font-size: smaller; 
	line-height: 11pt; 
	}

SPAN.signature {
	font-size: 11pt;
	color: #8d1941;
	letter-spacing: -0.1pt;
}


/* END */ 
