body {
	font-size: 14px;
	font-family: Arial;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #FFFFFF;
}

p,td,li,ul {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
}

h1 {
	font-size: 42px;
	font-family: Arial;
	font-weight: normal;
	color: #FE7F02;
}

.txt {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	text-align: justify;
}

.imgleft{
	float: left;
	/* Margins are top, right, bottom, left */
	margin: 0px 20px 0px 10px;
	padding: 0px 10px 20px 0px;
}

.imgright{
	float: right;
	/* Margins are top, right, bottom, left */
	margin: 0px 10px 0px 20px;
	padding: 0px 10px 20px 0px;
}

.mainheader {
	background-color: #FFFFFF;
}

.sports {
	color: #000000;
	font-size: 14px;
	font-family: Arial;
}

.blogrss {
	background-color: #EEEEEE;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.blogrss tr,.blogrss td,.blogrss ul,.blogrss li,.blogrss p {
	background-color: #EEEEEE;
	color: #000000;
	font-size: 14px;
	font-family: Arial;
}

.smalltext tr,.smalltext td,.smalltext ul,.smalltext li,.smalltext p {
	color: #000000;
	font-size: 14px;
	font-family: Arial;
}

.notice {
	background-color: GOLD;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.notice td {
	background-color: GOLD;
	color: #000000;
	font-size: 10px;
	font-family: Arial;
}

.subheader {
	background-color: #000000;
}

.subheader td {
	background-color: #000000;
	color: #FE7F02;
	font-size: 18px;
}

.contentbox th {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial;
}

.contentbox td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: Arial;
}

.contentbox {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.logo {
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.footer {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

A.footer:link,A.footer:visited,A.footer:hover {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.topmenu:link,A.topmenu:visited,A.topmenu:hover {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FE7F02;	
	padding: 3px;
}

A.major:link,A.major:visited {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FE7F02;	
	padding: 2px;
}

A.major:hover {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FE7F02;	
	padding: 2px;
}

a:link,a:visited {
	color: #FE7F02;
	font-family: Arial; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FE7F02;
	font-family: Arial; 
	font-weight: bold;
	text-decoration: underline;
}
