table {

    empty-cells: show;
	padding: 0px;
}

html {
    background-color:#FFFFFF;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-image: url(img/background.png);
}

#Header {
    width:816px;
}
body {

    font-family: Arial,Helvetica,sans-serif;
}
#Body {
    width:816px;
}
#Footer {
	width:816px;
}
td.LSide {

    background-image: url("img/vline.png");
    background-repeat: repeat-y;
    width: 24px;
	background-position: left;
}

td.RSide {

    background-image: url("img/vline.png");
    background-repeat: repeat-y;
    width: 24px;
    background-position: right;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
h2 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
td.content {

    height: 50px;
}
ul {
	margin-top: 0px;
}
li {

    font-weight: bold;
	margin-left: 0px;
	list-style-image: url(img/star.png);
	list-style-position: outside;
    text-decoration: none;
}
div.LIDetail {
	
    margin-left: 16px;
    font-weight: normal;
}
span.submiterror {
    color: #ff0000;
}
a.title {
    text-decoration: none;
}
a.title:hover {
	
    text-decoration: underline;
    color: #560000;
}
div.amount {
    font-weight: bold;
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
}
div.screenheading {
    font-size: 20px;
    font-weight: bold;
}

