body {
	background-image : url(images/spacer.gif);
	background-repeat : repeat-x;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

a:link 				{
	COLOR: #D41F26;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a:active 		{
	COLOR: #65686B;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a:hover 		{
	COLOR: #65686B;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a:visited 		{
	COLOR: #D41F26;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.nav-bkg {
	background-color : #000000;
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
}

.title1 {
	color : #D41F26;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18 px;
	font-weight : bold;
}

.title2 {
	color : #D41F26;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	font-weight : bold;
}

.whitetext {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	font-weight : bold;
}

.whitetext  a:link        { color: #FFFFFF; text-decoration: none; }
.whitetext  a:visited     { color: #FFFFFF; text-decoration: none; }
.whitetext  a:hover       { color: #FFFFFF; text-decoration: none; }
.whitetext  a:active      { color: #FFFFFF; text-decoration: none; }


.bodycopy {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
}

.bodycopyred {
	color : red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
}

.bodycopyblue {
	color : blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
}

.tableheader {
	background-color : #D41F26;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	font-weight : bold;
}

.tableheader2 {
	background-color : #E77171;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	font-weight : bold;
}

.footer {
	background-color : #65686B;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	font-weight : bold;
}
 
ul {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	list-style-image : url(images/bullet.gif);
}
