.pendleBlue { color: #66c1d2; }
.designGreen { color: #4bb934; }
.awardYellow { color: #ffee00; }

body {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-color: #000000;
}

img {
	border: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}

p {
	margin: 0px;
}
ul {
	padding: 0px; 
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 16px;
	list-style: square; 
	color: #999999;
}

.formLabel {
	font-weight: bold;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 2px;
}
.inputText {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 0px;
	padding: 2px;
}
.inputArea {
	width: 270px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 0px;
	padding: 2px;
}
.inputSelect {
	font-size: 11px;
	color: #555555;
}

.thumbTable {
	margin-top: 4px;
	margin-bottom: 6px;
}
.evolveSpacing {
	margin-top: 4px;
	margin-bottom: 4px;
}
.evolveImage {
	margin-top: 2px;
	margin-bottom: 8px;
}

.mainSpacing {
	margin-top: 2px;
	margin-bottom: 6px;
}
.mainImage {
	margin-top: 6px;
	margin-bottom: 4px;
}

.shimLineMain {
	width: 470px;
	height: 21px;
}
.shimLineSmall {
	width: 150px;
	height: 15px;
}

.footer {
	text-align: right;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textSample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	line-height: 12px;
}

.textAward {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #bbbbbb;
	line-height: 12px;
}

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbbbbb;
	line-height: 12px;
}

.textThumbSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbbbbb;
	line-height: 18px;
}

.textMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #bbbbbb;
}

.textTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4bb934;
	line-height: 14px;
}

.textTitleMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #66c1d2;
	line-height: 15px;
}

a:link { text-decoration: none; color:#66c1d2; }
a:visited { text-decoration: none; color: #66c1d2; }
a:hover { text-decoration: underline; color: #4bb934; }
a:active { text-decoration: none; color: #66c1d2; }

a.project:link { text-decoration: none; color:#66c1d2; }
a.project:visited { text-decoration: none; color:#66c1d2; }
a.project:hover { text-decoration: none; color:#4bb934; }
a.project:active { text-decoration: none; color:#66c1d2; }

