﻿
.center		 {text-align: center;
}
.left		 {text-align: left;
}
.border0	 {text-align: left; border-width: 0px;
}
.norepeat	 {background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: black;

}	

body a {
	text-align: left;
	text-decoration: none;
	color: black;
	border-width: 0px;
	border-bottom-style: none;
	padding: 0px;
}
body a:hover {
	text-align: left;
	text-decoration: none;
	color: black;
	border-width: 0px;
	padding: 0px;
}