.text{
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #2C2C2C;
}

.subhead {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 13px;
	font-weight: normal;
	color: #FFFF00;
}

.head {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
}

.title {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #2C2C2C;
}

.medium {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #2C2C2C;
}

.small {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 9px;
	font-weight: normal;
	color: #555555;

}

.blue {
	color: #39B3E6;

}

.white {
	color: #FFFFFF;

}

.bold{
	font-weight: bold;

}

.unbold{
	font-weight: normal;

}

.light{
	color: #999999;

}

a {
	color: #2C2C2C;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #2C2C2C; 
	border-bottom-width: 1px; 
}

a:link {
	color: #2C2C2C;
	text-decoration: none;
}

a:hover {
	color: #39B3E6;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #39B3E6; 
	border-bottom-width: 1px; 
}

a.light {
	color: #999999;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #999999; 
	border-bottom-width: 1px; 
}

a.light:link {
	color: #999999;
	text-decoration: none;
}

a.light:hover {
	color: #3FC7FF;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #39B3E6; 
	border-bottom-width: 1px; 
}

a.small {
	color: #555555;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #999999; 
	border-bottom-width: 1px; 
}

a.small:link {
	color: #555555;
	text-decoration: none;
}

a.small:hover {
	color: #3FC7FF;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #3FC7FF; 
	border-bottom-width: 1px; 
}

a.blue {
	color: #39B3E6;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #39B3E6; 
	border-bottom-width: 1px; 
}

a.blue:link {
	color: #39B3E6;
	text-decoration: none;
}

a.blue:hover {
	color: #2C2C2C;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #2C2C2C; 
	border-bottom-width: 1px; 
}

a.nav {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 11px;
	font-weight: bold;
	color: #2C2C2C;
	text-decoration: none;
	border-bottom-style: none; 
}

a.nav:link {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 11px;
	font-weight: bold;
	color: #2C2C2C;
	text-decoration: none;
}

a.nav:hover {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 11px;
	font-weight: bold;
	color: #39B3E6;
	text-decoration: none;
}


a.reverse {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted ; 
	border-bottom-color: #FFFFFF; 
	border-bottom-width: 1px; 
}

a.reverse:link {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.reverse:hover {
	font-family: "Helvetica Neue", "Helvetica", sans;
	font-size: 13px;
	font-weight: bold;
	color: #2C2C2C;
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-color: #000000; 
	border-bottom-width: 1px; 
}

ul {
	margin-top:.5em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;
	padding-left:1.25em;
}

li {
	margin-top:0em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;
	padding-left:0em;
	list-style-type: square;
}

INPUT { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size:11px;
  line-height: 13px;
  font-weight: bold;
  color:2C2C2C;
}

INPUT.light { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size:11px;
  line-height: 13px;
  font-weight: bold;
  color:999999;
}

TEXTAREA { 
  font-family: "Helvetica Neue", "Helvetica", sans;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  border-style:solid;
  border-color:BBBBBB;
  border-width:1px;
  color:2C2C2C;
}
