body {
	background-color: #C0DCC0;
}
P {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : justify;
}
P.center {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : center;
}

P.left {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : left;
}

P.right {
 font-size : 12px;
 font-family : times new roman, times;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : right;
}

H2 {
 font-size : 14pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}

H3 {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}
H3.left {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : left;
}
H4 {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-decoration : none;
 text-align : left;
}
H4.center {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}
UL {
 list-style-type: disk;
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

OL {
 font-size : 12px;
 list-style-type: decimal;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

Link {
  color : #84270E;
  text-decoration : none;
}
A:link {
color : #84270E;
text-decoration : none;
 }
A:visited {
 color : #84270E;
 text-decoration : none;
}
A:hover {
  color : #666666;
  text-decoration : underline;
}

#navigation, #logo, #footer {
	width: 750px;
}

#footer {
	clear: both;
	background-color: #ECF4EC;
	padding-bottom: 10px;
}

#developer {
	display: none;
}

#body {
	background-color: #ECF4EC;
	background-image: url('../imgs/gen/globe_bkg.jpg');
	width: 730px;
	padding-top: 5px;
	border: 1px solid #ECF4EC;
	padding: 9px;
}

table.columns td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
}

.required { background-color: #ccffff; }
.required_ast {
	color: red;
	font-size: 12pt;
}

h1.companyname {
	font-size: 20pt;
	font-family: times;
}

.ui-datepicker {
  font-size: 8pt !important;
}