body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DE2829;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DE2829;
	text-decoration: underline;
}

<!-- for all large bodies of text -->
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: red;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

p.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}




<!-- ShortCuts form : this gives it some padding -->
form#ShortCuts p { margin: 1.5em 1em; padding: 0; }

<!-- Main table with Border -->	
table.main {
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 800px;
	padding: 0px;
}

<!-- Not used -->
table.content {
	width: 800px;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px
}

<!-- Putting border on top of TD -->
td.bordertop {
	border-top: 1px solid #000000;
	padding: 0px
}

<!-- Putting border on the bottom of TD -->
td.borderbottom {
	border-bottom: 1px solid #000000;
	padding: 0px
}
