@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: right;
	color: #333;
	word-spacing: 1.5em;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: underline;
}
.subNavigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: right;
	color: #666;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
}
.capTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	right: auto;
	text-align: right;
}
.centeredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: normal;
}
.resumeIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-indent: 3px;
}
