body
{
	margin: 5px 35px 35px;
	background-color: #ffffff;
}
body, p, span, td, th
{
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a.inside
{
	color: #000000;
	text-decoration: none;
}
a.inside:active
{
	color: #ffffff;
}
a.inside:hover
{
	color: #000000;
	text-decoration: underline;
}
ul
{
	list-style-image: url(/images/common/bullet.gif)
}
li
{
	margin: 8px;
}
form, fieldset, object
{
	margin: 0px;
	padding: 0px;
	border: 0px solid;
}
table
{
	border: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
h3
{
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
address
{
	font-style: normal;
	font-size: 10px;
}

/**************************
mod_header
**************************/
table.header td
{
	border-bottom: 1px solid #cbcbcb;
}
table.header td.header
{
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
}

/**************************
mod_body
**************************/
table.body td.body
{
	padding-bottom: 12px;
}

/**************************
mod_tools
**************************/
table.tools td
{
	font-size: 10px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.tools td.print
{
	width: 25px;
	text-align: right;
	font-weight: bold;
}
/**************************
mod_bottom
**************************/
table.bottom td
{
	font-size: 10px;
}
table.bottom td.side
{
	width: 0%;
}
table.bottom td.copyright
{
	padding-top: 2px;
	vertical-align: top;
}
table.bottom td.contact
{
	vertical-align: top;
	text-align: right;
}
table.bottom a
{
	color: #444444;
	text-decoration: none;
}
table.bottom a:hover
{
	color: #000000;
	text-decoration: none;
}
table.bottom input
{
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	width: 300px;
	background-color: #ffffff;
	font-size: 10px;
	color: #444444;
	border: 0px solid;
}

