body.home {
	margin:      0px;
	padding:     0px;
	font-size:   12px;
	font-family: Arial, Helvetica, Sans-serif;
}
form {
	margin:  0px;
	padding: 0px;
}
input,
select,
textarea {
	font-size:   12px;
	font-family: Arial, Helvetica, Sans-serif;
}
h1 {
	font-size:   20px;
	font-weight: normal;
	color:       #00638C;
}
h2 {
	font-size:   14px;
	font-weight: bold;
	color:       #00638C;
}
a {
	color: #00638C;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h2 a {
	text-decoration: none;
}
hr {
	display:    block;
	margin:     10px 0px;
	padding:    0px;
	height:     1px;
	border:     none;
	border-top: 1px solid #0B89B9;
	color:      #0B89B9;
	font-size:  1px;
}
.tableheader td,
th {
	padding:          4px 6px;
	background-color: #004B6E;
	border:	          1px solid #004B6E;
	color:            #FFF;
	font-size:        12px;
	font-weight:      bold;
	text-align:       left;
}
div.content,
div.content td {
	font-size: 12px;
}
/* HIDDEN */
td.header,
td.langMenu,
td.search,
td.topNav,
ul.topNavDD,
td.left,
p.yahoo {
	display: none;
}
