body, td {
    color: #606060;
    font: 14px Arial, Verdana, Helvetica, sans-serif;
    margin:0;
}
#body-banner-left {
    float: left;
    width: 7px;
    height: 7px;
    background-image: url(../images/body-banner-left.png);
    background-repeat: no-repeat;
}
#body-banner-right {
    float: right;
    width: 7px;
    height: 7px;
    background-image: url(../images/body-banner-right.png);
    background-repeat: no-repeat;
}
#body-header {
    background-color: #e0e0e0;
    background-image: url(../images/body-header-gradient.png);
    background-repeat: repeat-y;
    background-position: top right;
    margin: 0;
    padding: 0;
    border-bottom: 1px black solid;
}
#body-header-close {
    float: right;
    padding: 1em;
}
#body-header-print {
    float: right;
    padding: 1em;
}
#body-header-left {
    float: left;
    width: 7px;
    height: 7px;
    background-image: url(../images/body-header-left.png);
    background-repeat: no-repeat;
}
#body-header-right {
    float: right;
    width: 7px;
    height: 7px;
    background-image: url(../images/body-header-right.png);
    background-repeat: no-repeat;
}
#body-header h1 {
    margin: 0;
    padding: 0.5em 1em;
}
#body-header input {
    margin: 6px;
    padding: 6px;
}
#body-content {
    background-color: white;
    margin: 0;
    padding: 1em 2em;
}

img {border-style: none;}
a {
	color:#272959;
	outline:none;
}
a:hover {color:#ae86ba;}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
select,
textarea {
	margin: 0;
	vertical-align: middle;
	font: 1em arial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color:#272959;
	margin:0 0 10px;
}
h1{font-size:24px;}
h2{
	font-size:20px;
	margin:0 0 13px;
}
h3{
	font-size:18px;
	margin:0 0 16px;
}
h4{
	font-size:16px;
	margin:0 0 19px;
}
h5{
	font-size:14px;
	margin:0 0 20px;
}
h6{
	font-size:14px;
	font-style:italic;
}
p{
	margin:18px 0 14px;
	line-height:24px;
}
ul{
	margin-top:18px;
	margin-bottom:14px;
	line-height:24px;
}

