/* Default CSS Stylesheet for a new Web Application project */
body {
	background-image: url(images/smartmoney.gif);
	background-color: #96181C;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style8 {font-size: 11px}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.style10 {
	font-size: 10px;
	font-weight: bold;
}
.AlternatingStyle
{
	background-color:#ededed;
}

.NormalStyle
{
	background-color: #ffffff;
}
.CategoryStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.SendInfoHeaderStyle
{
	border-top: gray thin solid;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	border-left-color: gray;
	border-bottom: gray thin solid;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-right-color: gray;
}
.CompanyHeaderStyle 
{
	border-top: gray thin solid;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	border-left-color: gray;
	border-bottom: gray thin solid;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-right-color: gray;
}
.DescriptionHeaderStyle 
{
	border-top: gray thin solid;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	border-left-color: gray;
	border-bottom: gray thin solid;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-right-color: gray;
}

.SubHeaderStyle
{
	border-top: gray thin solid;
	border-bottom: gray thin solid;
	border-right-style: solid;
	border-left-style: solid;
}
