/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 10px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;

}
td {
	font-size: 14px
}

/* Header */
h1 {
	font-size: 16px;
	font-weight: bold;
}
h6 {
	font-size: 9px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: Red;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #FF6633;
}

a:link {
	text-decoration: none;
	color: #CC3333;
}



