/* CSS Document */


.text1 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #333;
}
.text2 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #663300;
	list-style-image: url(images/bullet.gif);
}
.imgright {
	padding-left: 8px;
}
.text3 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #E0503D;
}

.text4 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #C00;
}
.text5 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 8pt;
	color: #630;
}
/**
 * links
 * ----------------------------------------------
 * 
 */
a:active
{
  outline: none;
}


a.headlink:link {
	color: #e0503d;
	text-decoration: underline;
}
a.headlink:visited {
	color: #e0503d;
	text-decoration: underline;
}
a.headlink:hover {
	color: #59ACAC;
	text-decoration: underline; 
}
a.headlink:active {
	color: #e0503d;
	text-decoration: underline;
}

a.footer:link {
	color: #59ACAC;
	text-decoration: underline;
}
a.footer:visited {
	color: #59ACAC;
	text-decoration: underline;
}
a.footer:hover {color: #e0503d;
	text-decoration: underline; 
}
a.footer:active {
	color: #59ACAC;
	text-decoration: underline;
}

/**
 * end links
 * ----------------------------------------------
 * 
 */
