table {		border-width:		0px;
			border-spacing:		0px;
			border-style:		solid;
			border-color:		black;
			background-color:	E0E0E0;
			font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	none;
			}

.td-border {border-right:		1px;
			border-left:		0px;
			border-bottom:		0px;
			border-top:			0px;
			border-style:		solid;
			border-color:		black;	
			padding-left:		15px;
			padding-right:		15px;
			}

.brand {	border-right:		1px;
			border-left:		0px;
			border-bottom:		1px;
			border-top:			0px;
			border-style:		solid;
			border-color:		black;
			font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	none;
			}

a:link {	font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	none;
			}

a:visited {	font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	none;
			}

a:hover {	font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	underline;
			}

a:active {	font-family:		Arial, sans-serif;
			color:				black;
			font-size:			12px;
			text-decoration:	none;
			}
