@charset "utf-8";
/* This file is meant to fix the table padding issues on the right and left so items don't appear to run off of the page. */
td.rightCol p {
	padding-right:3px !important;
	padding-left:3px;
}


.class1 A:link {text-decoration: none; color: red;}
.class1 A:visited {text-decoration: none; color: red;}
.class1 A:active {text-decoration: none; color: red;}
.class1 A:hover {text-decoration: none; color: red;}

