@font-face {
    font-family: 'PTSans';
    src: url('PT_Sans-Web-Regular.ttf');
 }

@font-face {
    font-family: 'PTSansBold';
    src: url('PT_Sans-Web-Bold.ttf');
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

p {
	color: #464646;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px 0;
}

.cb h1 {
	color: #ffffff;
	font-size: 20px;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px;
	padding: 11px 0 9px;
	text-transform: uppercase;
}

.cb h2 {
	color: #005088;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 7px;
}

.cb p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 9px;
}

.cb a {
	color: #b38120;
	text-decoration: none;
}

.cb a:hover {
	color: #0073ba;
	text-decoration: none;
}

#pageTitle h1 {
	color: #004e85;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 17px;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	color: #0091d5;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 15px;
}

h3 {
	color: #e8ab20;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 17px;
}

h4 {
	color: #007cbc;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 16px;
}

a {
	color: #0073ba;
	text-decoration: none;
}

a:hover {
	color: #b38120;
	cursor: pointer;
	text-decoration: none;
}

.tableBorder {
	border: 1px solid #bfbfbf;
}

.tableHeader {
	background: #0072b9 url(/images/header.png) 0 0 repeat-x;
	color: #ffffff;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 7px 12px;
}

.tableHeader a {
	color: #ffffff;
	text-decoration: underline;
}

.tableHeader a:hover {
	color: #ffffff;
	text-decoration: none;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #eae8e8;
	font-weight: normal;
}

.formSection {
	background: #0072b9 url(/images/header.png) 0 0 repeat-x;
	color: #ffffff;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 6px 12px;
}

.formSection a {
	color: #ffffff;
}

.formSection a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fieldLbl {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	padding: 5px 12px;
	text-align: left;
}

.fieldVal {
	padding: 2px 0;
	text-align: left;
}

.redText {
	color: #b38120;
}

.imgClass {
	padding: 0;
}

.button {
	background: #0072b9 url(/images/header.png) 0 0 repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.65);
	color: #ffffff;
	cursor: pointer;
	font-family: "PTSansBold", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	margin: 0 3px;
	padding: 3px 14px;
	text-decoration: none;
	text-align: center;
}

.button:hover {
	background: #e7a722 url(/images/button-over.png) 0 0 repeat-x;
	border: none;
	text-decoration: none;
}

#messages {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
}

.message_warning {
	border: 3px solid #b38120;
	background-image: none;
	color: #b38120;
}

.message_confirm {
	border: 3px solid #0091d5;
	background-image: none;
	color: #0091d5;
}

input {
	color: #777777;
}