body {
     color: #101050;
     font-family: Arial, sans-serif;
     font-size: 13px;
     background-color: #ffffff;
     margin: 0px;
}
td, h1, h2, h3, h4 {
   color: #101050;
   font-family: Arial, sans-serif;
}
td.normalTI {
	padding:3px;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	vertical-align:top;
	border:none;
	white-space:nowrap;
	color: #101050;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
td {
   font-size: 13px;
}
h1, h2, h3, h4 {
    font-weight: bold;
}
h4 {
   font-size: 12px;
}
h3 {
   font-size: 14px;
}
h2 {
   font-size: 16px;
}
h1 {
   font-size: 18px;
}

.hdpage, .hdsub {
	color: #101050;
	font-weight: bold;
	font-family: Tahoma, serif;
	padding-top: 4px;
}
.hdpage {
	letter-spacing: 6px;
	font-size: 18px;
	text-align: left;	
}
.hdsub {
       letter-spacing: 1px;
       font-size: 14px;
       text-align: center;
       padding-top: 1px;
}
hr {
   color: #2060A0;
   size: 2px;
}
.small {
       color: #101050;
       font-family: Arial, sans-serif;
       font-size: 12px;
}
a:hover {
	color: #6040FF;
}
input, textarea {
       font-family: Arial, sans-serif;
}
.errorText {
	border: 1px solid #A00000;
	color: #a00000;
	background-color: #ffffff;
	padding: 2px;
}