﻿body {	
	margin-left: 11px;
	margin-right: 11px;
}
table.table1 {
		border-right: solid #000000 1px;
		border-left: solid #000000 1px;
}
table.table2 {
		border-bottom: solid #a6a6a6 1px;
		border-right: solid #a6a6a6 1px;
		border-left: solid #a6a6a6 1px;
}
td.td1 {
		border-right: solid #000000 1px;
		padding: 0.00em 0.50em 0.00em 0.00em;
}
td.td2 {
		border-top: solid #000000 1px;
		border-left: solid #000000 1px;
		border-right: solid #000000 1px;
		border-bottom: solid #000000 1px;
		color: #000000;
}
td.tdp {
		padding: 0.00em 0.00em 0.00em 0.50em;
}
td.tdpm {
		padding: 0.25em 0.25em 0.25em 0.50em;
}
td.line {	
	background-color: #000000;
	height: 1px;
	width: 100%;
}
td.line1 {	
	background-color: #000000;
	height: 1px;
}
a {
	font-family : verdana, Arial;
}
td {
	font-size: 12px;
	font-family : verdana, Arial;
}
td.cal1 {
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
	font-weight: bold;
	color: #ffffff;
}

td.cal2 {
	border-top: solid #999999 1px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
	font-weight: bold;
	color: #ffffff;
}

table.cal3 {
	border-left: solid #999999 1px;
}

td.cal4 {	
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
}
form {
	margin-top: 0px; 
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
}
input {
	font-size: 10px;
	font-family : verdana, Arial;
}
textarea {
	font-size: 10px;
	font-family : verdana, Arial;
}
select {
	font-size: 10px;
	font-family : verdana, Arial;
}
img.imgClass {
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	margin-bottom : 1px;
}
img.imgClass1 {
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
}
A:link 		{
	color: #000000;
	text-decoration: none;
}
A:visited 	{
	color: #000000;
	text-decoration: none;
}
A:hover 	{
	color: #F47735;
	text-decoration: underline;
}
A:active 	{
	color: #F47735;
	text-decoration: underline;
}
.f1Class {
	font-size: 1px;
}
.f2Class {
	font-size: 2px;
}
.f4Class {
	font-size: 4px;
}
.f8Class {
	font-size: 8px;
}
.f10Class {
	font-size: 10px;
}
.f12Class {
	font-size: 12px;
}
.f12rClass {
	font-size: 12px;
	color : red;
}
.f12CalClass {
	color : #D8D8D8;
}
.f12GrayClass {
	font-size: 20px;
	font-family : "Book Antiqua";
	font-weight : bold;
	color:  #595959;
}
.f12GrayClass A:link {text-decoration: underline; color: #595959;}
.f12GrayClass A:visited {text-decoration: underline; color: #595959;}
.f12GrayClass A:active {text-decoration: underline; color: #595959;}
.f12GrayClass A:hover {text-decoration: underline; color: #F47735;}

.f12OrangeClass {
	font-size: 20px;
	font-family : "Book Antiqua";
	font-weight : bold;
	color: #F47735;
}
.f12BlueClass {
	color: #0066CC;
}
.f14Class {
	font-size: 14px;
}
.f14wClass {
	font-size: 14px;
	color : #ffffff;
}
.f18Class {
	font-size: 18px;
}
.f28bOClass {
	font-size: 28px;
	font-family : "Book Antiqua";
	font-weight : bold;
	color : #F47735;
}
.f24bOClass {
	font-size: 24px;
	font-family : "Book Antiqua";
	font-weight : bold;
	color : #F47735;
	text-align:center;
}
.f28bOClass A:link {text-decoration: underline; color: #F47735;}
.f28bOClass A:visited {text-decoration: underline; color: #F47735;}
.f28bOClass A:active {text-decoration: underline; color: #F47735;}
.f28bOClass A:hover {text-decoration: underline; color: #000000;}
A:link.fuClass 		{
	color: #000000;
	text-decoration: underline;
}
A:visited.fuClass 	{
	color: #000000;
	text-decoration: underline;
}
A:hover.fuClass 	{
	color: #F47735;
	text-decoration: underline;
}
A:active.fuClass 	{
	color: #F47735;
	text-decoration: underline;
}
A:link.topBarLink 		{
	color: #000000;
	text-decoration: none;
}
A:visited.topBarLink 	{
	color: #000000;
	text-decoration: none;
}
A:hover.topBarLink 	{
	color: #FFFFFF;
	text-decoration: none;
}
A:active.topBarLink 	{
	color: #FFFFFF;
	text-decoration: none;
}
/* form styling*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFFFFF;
	color : red;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

legend {
	font-weight: bold;
	font-size:12px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 12px;
}

.field-label {
	font-size:12px;
}

.field-widget {

}
