@charset "UTF-8";
/* CSS Document */

H1 { 
  font-weight: bold; 
  font-size: 16pt; 
  line-height: 14pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal;
  color: #de3e4d;
} 

H2 { 
  font-weight: bold; 
  font-size: 14pt; 
  line-height: 12pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:#de3e4d;
} 

H3 { 
  font-weight: bold; 
  font-size: 14pt; 
  line-height: 12pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:black;
} 

H4 { 
  font-weight: bold; 
  font-size: 12pt; 
  line-height: 12pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:#de3e4d;
} 

H5 { 
  font-weight: bold; 
  font-size: 12pt; 
  line-height: 10pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:black;
} 

p { 
  font-weight: normal; 
  font-size: 11pt; 
  line-height: 13pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:black;
} 

H6 { 
  font-weight: bold; 
  font-size: 10pt; 
  line-height: 10pt; 
  font-family: Verdana; 
  font-variant: normal; 
  font-style: normal; 
  color: #FF130B;
} 

a:link {
	text-decoration: none;
	color: #de3e4d;
}
a:visited {
	text-decoration: none;
	color: #de3e4d;

}
a:hover {
	text-decoration: none;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #de3e4d;
}

background {
	
	color: none;
}

ul {
	list-style-type: square;

	color:#FFF;
	font-weight: normal; 
  font-size: 11pt; 
  line-height: 13pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:#de3e4d;
}

ol {
	list-style-type:decimal;

	color:#FFF;
	font-weight: normal; 
  font-size: 11pt; 
  line-height: 13pt; 
  font-family: Arial; 
  font-variant: normal; 
  font-style: normal; 
  color:#de3e4d;
}

H7 { 
  font-weight: bold; 
  font-size: 8pt; 
  line-height: 8pt; 
  font-family: Verdana; 
  font-variant: normal; 
  font-style: normal; 
  color: #de3e4d;
} 


