BODY { 
	margin: 0 0 0 0;
	background-color: white;
}

P, FONT, TD, DIV {
	font-family: Times New Roman;
	font-size: 10pt;
}


TH {
	font-family: Times New Roman;
	font-size: 10pt;
	color: white;
}

.copyright {
	font-size: 7pt;
}

H1 {
	font-family: Times New Roman;
	font-size: 18pt;
	color: black;
}

H2 {
	font-family: Times New Roman;
	font-size: 14pt;
	color: black;
}

H3 {
	font-family: Times New Roman;
	font-size: 12pt;
	color: black;
}

A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.attention {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #DB1D38;
}

table.contacttable {
	background-color: white;
}

input, select {
        border: 1px solid #3F413A;
        background: white;
        height: 17px;
        padding-left: 2px;
        font-family: Times New Roman;
        font-size: 11px;
       /* padding-bottom: 2px;*/
 
}

textarea {
        border: 1px solid #3F413A;
        background: white;
        padding-left: 2px;
        font-family: Times New Roman;
        font-size: 11px;
        padding-bottom: 2px;
}

.textfield_err, select_err {
        border: 1px solid #003399;
        background: pink;
        padding-left: 2px;
        font-family: Times New Roman;
        font-size: 11px;

}

.textarea_err {
        border: 1px solid #003399;
        background: pink;
        padding-left: 2px;
        font-family: Times New Roman;
        font-size: 11px;
        padding-bottom: 2px;
}
