/* grey STYLE SHEET */
/* NN 6.x & IE (Non-NN 4.x) */

body {
	font-family: Arial;
	color: #000000;
	background-color: #ffffff;
	}

a {
	color: #000262;
	text-decoration: none;
	}

.header {
	color: #000000;
	background-color: #fe7800; 
	border: 1px solid #e86900;
	text-decoration: none;
	font-size: 18px;
	}

.button {
	background-color: #ffc171;
	border: 1px solid #fe7800;
	text-decoration: none;
	font-size: 14px;
	color: #000262;
	}

.sel_button {
	background-color: #ffa64c;
	border: 1px solid #fe7800;
	text-decoration: none;
	font-size: 16px;
	color: #000262;
	}

.hov_button {
	background-color: #ffd6a1;
	border: 1px solid #fe7800;
	text-decoration: none;
	font-size: 16px;
	color: #000262;
	}

.SmallText {
	font-size: 14px;
	color: #000262;
	}

.StandardText {
	font-size: 16px;
	color: #000262;
	}

.HiliteText {
	font-size: 18px;
	color: #c00000;
	}

.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

.twiddle1 {
	background-color: #4b72a9;
	}

.twiddle2 {
	background-color: #6c80a1;
	}
