

a:link
{
	color: #0000FF;
}
a:visited
{
	color: #0000FF;
}
a:hover
{
	color: #8888FF;
}

.leftBarText
{
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 14px;
	margin-right: 10px;
	display: block;
	
\\	line-height: 20px;
}

.leftBarText a:link
{
	color: #093769;
	text-decoration: none;
}

.leftBarText a:visited {
	color: #093769;
	text-decoration: none;
}

.leftBarText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

.leftMargin {
	margin-left: 15px;
}

.colorRed {
	color: red;
}

.box3 { 
  font-size: 12pt;
  border: solid 1px #CCC58C;
  padding: 9px;
  background: #EAE7D0;
  margin-left: 20px;
}

.box4 { 
  font-size: 12pt;
  border: solid 1px #FFE4AA;
  padding: 9px;
  background: #FFF6E3;
  margin-left: 20px;
}

.boxblue { 
  /*border: solid 1px #FFE4AA;
   padding: 9px; */
  background: #CDE4F8;
}