body {
	margin:0px;
	font-family:Arial,sans-serif;
    background-image:url('images/template/bg_bottom.jpg');
}

td, div, p {
	font-size:14px;
}

a.menu:link, a.menu:visited, a.menu:active {
	text-transform:uppercase;
    text-decoration:none;
    color:#002A54;
}

a.menu:hover {
}

.heading {
	width:100%;
	font-size:18px;
    color:#002A54;
    margin-bottom:18px;
    background-image:url('images/template/heading.jpg');
    background-position:left bottom;
    background-repeat:no-repeat;
}

h3.subheading
{
	display:block;
	padding:5px 0;
	border-bottom:1px solid #002A54;
	margin-bottom:15px;
	font-size:12px;
	color:#002A54;
	font-weight:normal;
}

table.tool_form
{
	width:100%;
}

table.tool_form td
{
	vertical-align:top;
}

table.tool_form input
{
	margin-bottom:2px;
}