/* CSS Document */

a:link
{
	color: #b96815;
	text-decoration: none;
	font-weight:bold;	
}

a:visited
{
	color: #b96815;
	text-decoration: none;
	font-weight:bold;	
}

a:active
{
	color: #b96815;
	text-decoration: underline;
	font-weight:bold;	
}

a:hover {	text-decoration: underline; }

h1 { 
	font-size: 110%;
	color: #226e8e;
	font-weight:bold;
}

h2 
{ 
	font-size: 90%;
	font-weight:bold;	
}

p
{
	font-size: 90%;
	padding: 0px;
}

.photo
{
	border-color: #650101;
	border-width: 1px;
	border-style: solid;
	margin: 0px 0px 3px 5px;
}

.fixturelink, a.fixturelink:link, a.fixturelink:active, a.fixturelink:visited
{
	color: #790000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	float: right;
}

a.fixturelink:hover
{
	text-decoration: underline;
}

.newslink, a.newslink:link, a.newslink:active, a.newslink:visited
{
	color: #752a02;
	text-decoration: none;
	font-weight:bold;
}

a.newslink:hover
{
	text-decoration: underline;
}

th.table1, .table1
{
	border-color: #771213;
	border-width: 1px;
	border-style: solid;
	background-color: #a94642;
	font-size: 90%;
	color: #fff;
	text-align: left;
}

.table2
{ 
	border-color: #930e07; 
	border-width: 1px;
	border-style: solid;
	background-color: #c68582;
	font-size: 85%;
}

.table3
{ 
	border-color: #a94642; 
	border-width: 1px;
	border-style: solid;
	background-color: #ce9693;
	font-size: 85%;
}

.table4
{ 
	border-color: #c68582; 
	border-width: 1px;
	border-style: solid;
	background-color: #e5cbc7;
	font-size: 85%;
}

.button, a.button:link, a.button:active, a.button:visited
{
	background-color: #752a02;
	border: 1px solid #fff;
	padding: 1px 3px 1px 3px;
	margin: 5px;
	font-size: 85%;
	color: #FFF;
	float:right;
}

.bold {
	font-weight: bold;
}

.centered {
	text-align:center;
}

.right {
	text-align:right;
}
