/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	background-color: White;
	color: #333333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Style for all table cells. */
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Header */
h1 {
	font-size: 16px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #003399;
}

a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #6699CC;
}

a:link {
	text-decoration: none;
	color: #336699;
}


