.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #369;
	text-transform: uppercase;
}

.blue a {
	text-decoration: none;
	color: #369;
}

.blue a:hover {
	color: #666;
}

.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

.graylarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.graytext, .graysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.graytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.graytextital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.gray a {
	color: #666;
}

.gray a:hover {
	color: #3cf;
}

.graytextbold a {
	color: #666;
	text-decoration: none;
}

.graytextbold a:hover {
	color: #06c;
	text-decoration: underline;
}

.graytext a, .graysmall a {
	color: #900;
	text-decoration: none;
}

.graytext a:hover, .graysmall a:hover {
	color: #3cf;
	text-decoration: none;
}

.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #609;
	text-transform: uppercase;
}

.purple a {
	text-decoration: none;
	color: #609;
}

.purple a:hover {
	color: #666;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.whitelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.whitemedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
}
.grayform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-transform: none;
}

div.pdf_list {
	margin: 30px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div.pdf_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.pdf_list ul li {
	border-bottom: 1px dashed #d4cebe;
}

div.pdf_list ul li.last {
	border-bottom: none;
}

div.pdf_list ul li a {
	display: block;
	color: #900;
	text-decoration: none;
	padding: 10px 0 10px 50px;
	background: url(/images/about/icon-pdf.png) no-repeat 20px 10px;
}

div.pdf_list ul li a:hover {
	color: #3cf;
	background-color: #f3eddd;
}