/*( Global Styles )*/
body { font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #000000; font-weight: normal; background-color: white;}

td { font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #000000; font-weight: normal; }

td#page-content img { 
	display: block; 
	padding: 3px; 
	border: 1px solid black; 
}

h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #A4344C;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #A4344C;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #A4344C;
}

p.copyright {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCCCCC;
}

/*( Global Links )*/
a:link, a:visited	{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #8E243B; text-decoration: underline; }
a:hover 			{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #8E243B; text-decoration: none; }

/*( Table Styles )*/
td.SideNavTable { background-repeat: no-repeat; }
td.TopNavTable 	{ color: #A4344C; }

/*( Navigation Links )*/
a.sidenav:link, a.sidenav:visited	{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #ffffff; text-decoration: none; background: transparent; width: 100%; display: block; padding: 4px; font-weight: normal; }
a.sidenav:hover 					{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #ffffff; text-decoration: none; background: #000000; width: 100%; display: block; padding: 4px; font-weight: normal; }

a.sidenavsub:link, a.sidenavsub:visited	{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #dddddd; text-decoration: none; background: transparent; width: 100%; display: block; padding: 4px; font-weight: normal; margin-bottom: 5px; }
a.sidenavsub:hover 					{ font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif; font-size: 11px; color: #dddddd; text-decoration: none; background: #000000; width: 100%; display: block; padding: 4px; font-weight: normal; margin-bottom: 5px; }

/*-( Icon Styles )-*/
.icon { margin-left: 3px; margin-right: 6px; border: none; vertical-align: bottom; }

.datatable { border-collapse: collapse; width: 400px; border: 1px solid black; }

.datatable thead td { background-color: #6C2332; color: white; font-weight: bold; }

.datatable td {
	border-bottom: 1px solid black;
	padding: 5px;
	margin: 0px;
}