
p.sitetext{
	font-size:12px;
	font-weight:800;
	font-family: Trebuchet MS, veranda, arial;
}

.darktitle{
	font-size:11px;
	font-weight:700;
	font: veranda, Trebuchet MS;
	color:white;
  background-color:605395;
}
.lighttitle{
	font-size:11px;
	font-weight:700;
	font:"Treb",trebuchet MS;
	color:white;
  background-color:A093C8;
}

.bluetext{
  color:605395;
  font-family: "Treb",Trebuchet MS, Times New Roman;
  font-size: 12px;
  font-weight:bold;
  text-decoration:underline;
}

.errortext{
	color:#FF0000;
  /*font-family: Trebuchet MS, Times New Roman;*/
  font-size: 14px;
  font-weight:bold;
}

.blue{
	background-color:605395;
}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
	
a:link {color:605395;}
a:visited {color:605395;}
a:hover {background-color:C7BFDE;}

