body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F1F0;	
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #616161;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #616161;
}

.style3 {
	color: #521fa8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.style4 {
	color: #616161;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #616161;
	font-size: 18px
}

.table {
	width: 442px;
	height: 25px;
	background-color: #EBEAD6;
}


.table2 {
	display: table;
	background-color: #EBEAD6;
	table-layout: fixed;
	width: 442px; 
	height: 25px;
	vertical-align: middle;
}


hr {
color: #C8C8C8;
height: 1px;
}


#footer {
position: fixed;
    width: 100%;
    height: 100%;
	float:left;
    background-image: url(images/bttmrepeat.jpg);
	background-repeat:repeat-y;
}

a:link {
	color: #521fa8; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

a:hover {
	color: #521fa8; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

a:visited {
	color: #521fa8; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

a:active {
	color: #521fa8; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

</style>