

/* Presentation Stylesheet */ 
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #333333;*/
	line-height: 1.3em;
	margin: 0;

}

.tdFixtureHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.3em;
	margin: 0;
	background-color:#641630;
	border: #651731 1px solid;
	text-align: center;

}

.tdFixtureItem 
{
	background-color:#e1d5c2;
	border: #651731 1px solid;
	text-align: center;
}

.tdFixtureAltItem 
{
	background-color:white;
	border: #651731 1px solid;
	text-align: center;
}


h1 {
	font-size: 1.5em;
	color: #780032;
	font-weight: bold;
	margin: 0;
	padding: 0px;

}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0px;

}
a {
	color: #6E0732;
	font-weight: normal;
	text-decoration:none;
	
}
a:active {
	color: #6E0732;
	font-weight: normal;
	text-decoration:none;
	
}
a:hover {
	color: #6E0732;
	font-weight: normal;
	text-decoration:underline;

}

.WNLink {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	
}
.WNLink:active {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	
}
.WNLink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration:underline;

}

.sub {
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	padding: 0px;

}

.tb_red {
	text-align: center;
	color:#641630;
}

table.one
{
    border-color: #b6a283;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td.one
{
    border-color: #b6a283;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

.printonly {display:none}

@media print {
.udm {display:none;}
.notforprint {display:none}
.printonly {display:block}
	}


