/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
.style1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.style2 {
	font-family: Verdana;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}
.style3 {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
.style4 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.style5 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}
body {
	background-color: #E7E4D3;
}
a:link {
	color: #111de3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111de3;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #111de3;
}