h1 {
	font-family: "Lucida Grande", arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.formtext {
	font-family: "Lucida Grande", arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

input {
	font-family: "Lucida Grande", arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

a {
	text-decoration: none;
}

.bottomfont {
	font-family: "Lucida Grande", arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

 .bluelink:link, .bluelink:visited {
    color: #03c;
  }

  .bluelink:hover {
    color: #fff;
    background-color: #03c;
  }
  
  table {
  	padding: 3px;
  }

/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
		font-family: "Lucida Grande", arial, sans-serif;
}

.login #Flash {
  margin-top: 12px;
  font-size: 12px;
  	font-family: "Lucida Grande", arial, sans-serif;
}

#Flash.flash_notice {
	border-color: #9c9;
	color: #060;
	background: url(../images/alertgood_icon.gif) #E2F9E3 left no-repeat;
		font-family: "Lucida Grande", arial, sans-serif;
}

.flash_alert {
	border-color: #c99;
	color: #fff;
	background: url(../images/alertbad_icon.gif) #c00 left no-repeat;
}

.flash_alert a {
  color: #fff;
}

.flash_alert a:hover {
  background: #000;
}
.extra {
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 10px;
}

.normaltext{
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-family: "Lucida Grande", arial, sans-serif;
}