﻿* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Sans-Serif;
	color: black;
}

body {
	background-color: white;
	text-align: center;
	position: relative;
}

.center {
	width: 930px;
	margin: 0px auto;
	text-align: left;
}


a {
	color: #33407f;
	text-decoration: none;
}

a:active {
	border: none;
}

a:hover {
	color: #9c3b35;
}

.title {
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: -1.6px;
	color: gray;
	margin-bottom: 20px;

}

.title a {
	color: gray;
}

.title a:hover {
	color: #9c3b35;
}

.title a.sublink {
	font-size: 0.5em;
	display: inline;
	color: #9c3b35;
}

.title a.sublink:hover {
	font-size: 0.5em;
	display: inline;
}

a .title {
	color: gray;
}

a:hover .title {
	color: #9c3b35;
}

.status {
	margin-top: -18px;
	padding-left: 1px;
	color: #9c3b35;
	font-weight: bold;
	font-size: 0.6em;
	margin-bottom: 20px;
}


.subtitle {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #33407f;
	font-weight: bold;
	margin-bottom: 20px;
}


a .subtitle {
	color: #33407f;
}

a:hover .subtitle {
	color: #9c3b35;
}


.text {
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.text ul {
	padding-left: 40px;
}

.text ul li {
	line-height: 1.5em;
}

.text img {
	margin-left: 10px;
	margin-right: 10px;
}

a:hover .text {
	color: #33407f;
}

.subtext {
	font-family: Verdana, Sans-Serif;
	font-size: 0.70em;
	line-height: 1.5em;
	color: #33407f;
}

a .subtext {
	color: #33407f;
}

a:hover .subtext {
	color: #9c3b35;
}

img {
  border: 0px;
}

.workflow0 {
	background-color: none;
}

.workflow0 .selected {
	font-weight: bold;
}