#blue {
	color: #1978BE;
}
#purple {
	color: #7D76B4;
}
#center {
	text-align: center !important;
}
#dominant {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

a:link {
	text-decoration: none;
	color: #1978be;
}
a:hover {
	text-decoration: underline;
	color: #7d76b4;
}
a:visited {
	color: #7d76b4;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: center;
}
fieldset 
{
	COLOR: #1978be;
}
h1 {
	color: #1978be;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
h2 {
	color: #7d76b4;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;	
	margin: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
h3 {
	color: #1978be;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	margin: 0px;
	letter-spacing: 2px;
	text-align: center;
}
p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	margin-top: 0px;
}
table {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #666666;
}

div.pageContainer {
	width: 100%;
	padding: 0px;
	margin: 5px;
	border: none;
}
div.openvision {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 18px;
	text-transform: capitalize;
	color: #ffffff;
	text-align: LEFT;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 5px;
	border: 1;
}
div.CompanyName {
	background-color: #CCE0EE;
	border: 1px solid #4697E0;
	color: #0445ab;
	text-align: center !important;
	width: 100%;
	word-wrap: break-word;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.toprightContainer {
	float: right;
	padding: 0px;
	margin-left: 5px;
	padding-top: 10px;
	}
div.topleftContainer {
	padding-top: 0px;
	width: 140px;
	height: 100%;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	float: left;
}
div.rightContainer {
	float: right;
	padding: 0px;
	margin-left: 5px;
	}
div.leftContainer {
	padding-top: 0px;
	width: 140px;
	height: 100%;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	float: left;
}
.leftContainer a:link, .leftContainer a:visited, .leftContainer a:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	background-color: #CCE0EE;
	padding: 2px;
	margin: 2px;
	border: 1px solid #4697E0;
	color: #0445ab;
	text-decoration: none;
	width: 140px;
}
.leftContainer a:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	background-color: #0075C9;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCE0EE;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
}
div.contents {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left !important;
	width: 100%;
	height: 270px;
	word-wrap: break-word;
}
div.columnHeader {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #E1F1FC;
	color: #1D74B3;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;	
	word-wrap: break-word;
}
.submitButton 
{
	width: 125px;
	cursor: pointer
}
input.button {
	background-color: #CCE0EE;
	width: 85px;
	height: 17px;
	border: 2px groove #ffffff;
	float: left;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1D74B3;
	text-align: center;
	cursor: pointer
}
select {
	border: 2px groove #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1D74B3;
	text-align: center;
}
input {
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1D74B3;
}
textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1D74B3;
}

fieldset legend
{
	color: #1D74B3;
}

form {
	margin: 0px;
	font-size: 12px;
}
div.bottomContainer {
	width: 100%;
	clear: both;
	margin-top: 3px;
}
