body.home {
	margin:      0px;
	padding:     0px;
	font-family: Arial, Helvectica, Sans-Serif;
	font-size:   12px;
}
form {
	margin:  0px;
	padding: 0px;
}
input,
textarea,
select {
	font-family: Arial, Helvectica, Sans-Serif;
	font-size:   12px;
}
h1 {
	font-size:   24px;
	font-weight: normal;
	color:       #000;
}
h2 {
	font-size:   16px;
	font-weight: bold;
	color:       #000;
}
h3 {
	font-size:      10px;
	font-weight:    normal;
	color:          #000;
	text-transform: uppercase;
}
a,
a:hover {
	color: #0C3;
}
a img {
	border: none;
}
/* PAGE */
table.page {
	width: 100%
}
/* HIDDEN */
td.header,
td.yahoo,
td.left,
td.right {
	display: none;
}