/*
 * General Settings
 */

a:link		{ text-decoration: underline; color: rgb( 52, 106, 170 ); }
a:visited	{ text-decoration: underline; color: rgb( 52, 106, 170 ); }
a:hover		{ text-decoration: underline; color: rgb( 243, 80, 68 ); }
a:active	{ text-decoration: underline; color: rgb( 243, 80, 68 ); }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: rgb( 243, 80, 68 );
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: rgb( 79, 85, 87 );
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: rgb( 79, 85, 87 );
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: rgb( 79, 85, 87 );
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

	color: rgb( 79, 85, 87 );
}

li {
	font-size: x-small;
	list-style-type: square;
}

/*
 * Navigation
 */
a.NavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	text-decoration: none;
	color: rgb( 79, 85, 87 );
}

a.NavLinkSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	text-decoration: none;
	color: rgb( 243, 80, 68 );
}

/*
 * Footer
 */
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}