/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Arial, Utopia;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	background:slategray;
}
.m0l0iover {
	font-family: Arial, Utopia;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	background:slategray;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font: bold 70% Arial, Utopia;
	text-decoration: none;
	padding: 4px;
	color: white;
	background: slategray;
}
.m0l1iover {
	font: bold 70% Arial, Utopia;
	text-decoration : none;
	padding: 4px;
	color: white;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AE55A;
}

/* Document styles */
a.lmenu{text-decoration:none;color:white}
a.ldoc{color:slategray}

body
{font-family:arial,utopia;
font-size:100%;
background-image:url("images/backgroundWork2B.jpg");
background-position:top right;
background-repeat:repeat-y;
background-attachment:fixed;
background-color:white;
color:black}

p.small
{font-family:arial,utopia;
font-size:75%}

p.smallred
{font-family:arial,utopia;
font-size:75%;
color:red}

p.large
{font-family:arial,utopia;
font-size:115%;
font-weight:bold}

h1, h2
{font-family:verdana,arial,utopia}

h1.red
{font-family:verdana,arial,utopia;
color:red
}
h2.red
{font-family:verdana,arial,utopia;
color:red
}
h2.redback
{font-family:verdana,arial,utopia;
color:white;
font-size:100%;
background-color:red
}
h3.red
{font-family:verdana,arial,utopia;
color:red
}

table.contacts{text-align:left}

table.fixtures
{font-family:arial,utopia;
font-size:75%;
border-style:solid;
border-color:slategray;
border-width:2px;
border-collapse:collapse}

td.fixtures
{border-style:solid;
border-color:slategray;
border-width:1px;}

td.menu
{border-style:solid;
border-color:slategray;
border-width:1px;
background-color: #c0c0c0;}

tr.small
{font-size:75%}

th.fixtures
{border-style:solid;
border-color:slategray;
border-width:2px;}

ul.small
{font-size:75%}

li.menu
{border-style:solid;
border-color:white;
border-width:1px;
background-color: #c0c0c0;}
