body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
a {
    color: #FF0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-weight: normal;
	font-size: 20pt;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
    font-weight: normal;
	font-size: 16pt;
	color: #002244;
    border-bottom: 1px solid #BBBBBB;
	margin-top: 18px;
	margin-bottom: 18px;
}
h3 {
	font-size: 14pt;
}
p, li {
    font-size: 10pt;
    line-height: 16pt;
}

/* form validation */
ul.error-message {
    list-style-type: none;
    margin: 20px 0px 20px 0px;
    padding: 10px 14px 10px 14px;
    border: 1px solid #FFCCCC;
    background-color: #FFEEEE;
}
ul.error-message li {
    font-weight: normal;
    color: #FF0000;
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    line-height: 14pt;
}
span.error-label, div.error-label {
    font-weight: bold;
    color: #FF0000;
}
input[type=text].error-widget,input[type=password].error-widget,textarea.error-widget {
    border: 2px solid #FF0000;
}

/* page subtitle */
.subtitle {
    font-size: 14pt;
    line-height: 14pt;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #888888;
}

/* a table form */
table.tform {
    width: 98%;
    border-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.tform thead th {
    text-align: left;
	border-bottom: 2px solid #000000;
	padding: 0px 0px 5px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}
table.tform tbody tr{
	background-color: #F8F8F8;
}
table.tform tbody td, table.tform tbody th {
    border-bottom: 2px dotted #AAAAAA;
    vertical-align: top;
    padding: 8px 12px 8px 12px;
    color: #000000;
    font-size: 10pt;
}
table.tform tbody th {
    font-weight: normal;
    text-align: left;
}
table.tform tbody .sublabel {
    font-size: 8pt;
    line-height: 12pt;
    color: #888888;
}
table.tform tbody td td {
    border: none;
    padding: 0px;
}

/* next and previous submit buttons */
.sbuttons{
    position: relative;
    border-top: 2px dotted #000000;
    width: auto;
    height: 40px;
    margin-top: 30px;
}
.sbuttons .sback{
    position: absolute;
    left: 0px;
    top: 15px;
    text-align: left;
    width: 50%;
}
.sbuttons .snext{
    position: absolute;
    left: 50%;
    top: 15px;
    text-align: right;
    width: 50%;
}
.sbuttons input {
    margin: 0px 15px 0px 15px;
    width: 130px;
    height: 25px;
}

/* item floating */
.floatLeft{
    float: left;
    margin-right: 10px;
}
.floatRight{
    float: right;
    margin-left: 10px;
}

/* thumbnail images */
img.thumbnail{
	border: 1px solid #000000;
}

/* thumbnail images */
.thumb{
    width: 120px;
    font-size: 8pt;
    line-height: 12pt;
}
.thumb img{
    border: 1px solid #000000;
}

/* table styles */
table.xTable {
    border: 1px solid #000000;
    border-collapse: collapse;
}
table.xTable td {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px;
    font-size: 8pt;
    line-height: 10pt;
    vertical-align: top;
}
table.xTable td.title {
    background-color: #006688;
    color: #FFFFFF;
    font-weight: bold;
}
