/* CSS Document */

body {
	font-family: Times New Roman;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	color: #FF0066;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
p {
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	line-height: 120%;
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}
h1 {
	font-size: 14px;
	color: #333333;
	line-height: 0;
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}
h2 {
	font-size: 2;
	font-weight: lighter;
	line-height: 10%;
	margin-left: 0px; 
	margin-top: 0; 
	margin-bottom: 13px;
}
h3 {
	font-family: Arial;
	font-size: 11px;
	color: #212121;
	font-weight: normal;
	line-height: 110%;
	margin-left: 4px; 
	margin-right: 4px;
	margin-top: 0; 
	margin-bottom: 0;
}
h4 {
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	line-height: 110%;
	margin-left: 4px; 
	margin-right: 0px;
	margin-top: 0; 
	margin-bottom: 0;
}
h5 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: 130%;
	margin-left: 8px; 
	margin-right: 8px;
	margin-top: 0; 
	margin-bottom: 0;
}