body {
font-size: 90%;
font-weight: normal;
color: #000000;
background: #ffffff url("/img/pegasusbkg.gif") no-repeat top right;
font-family: arial, verdana, sans-serif;
font-style: normal;
margin: 0px;
border: 0px none;
padding: 0px;
text-align: center; /* IE 5 fix */ 
}
table { /*For IE<6, table doesn't inherit font size*/
font-size: 1em;
}
h1 {
font-size: 180%;
}
h2 {
font-size: 140%;
color: #f33;
}
h3 {
font-size: 125%;
font-weight: bold;
}
h4 {
font-size: 100%;
font-weight: bold;
}
.htop {margin-top: 0px; text-align: left;}
.hitop {margin-top: 0px; margin-bottom: 0px; text-align: left;}

/* Header */
#header {
margin: 0px;
text-align: left;
background-color: #f33;
}
.ptitle { font-size: 200%; font-weight: bold; color: #fff;}

#mainlogo {
margin: 0px;
border: 0px;
padding: 5px 0px;
}

/* Page Columns etc */
#colwrap {
position: relative;
width: 790px;
margin: 0px auto 0px 4px;
border: 0px;
padding: 0px;
padding-bottom: 2em;
text-align: left;
}
/* 286 (IE5=288) */
#subcol {
position: absolute;
left: 0px;
width: 286px;
margin: 0px;
border: 1px solid #666;
padding: 0px;
text-align: left;
}
#subcol div {
padding: 0px 4px;
}
#maincol {
position: relative;
left: 292px;
width: 488px;
margin: 0px;
border: 1px solid #666;
border-top: 0px;
padding: 0px;
text-align: left;
}
#maincol div {
padding: 0px 8px;
}

/*Single main column*/
.onecolwrap {
position: relative;
width: 790px;
max-width: 98%;
margin: 0px auto 0px 4px;
padding-bottom: 2em;
text-align: left;
}
.onecol {
width: 100%;
margin: 0px;
border: 1px solid #666;
padding: 0px;
text-align: center;
}
.divFree {
padding: 0px 1em;
text-align: left;
}
.divText {
margin: 0px auto;
padding: 0.5em 10px 1em 10px;
width: 35em;
max-width: 770px;
text-align: justify;
}
.divTextL {
margin: 0px;
padding: 0.5em 1em 1em 1em;
text-align: left;
}
.divTextL p {
width: 35em;
text-align: justify;
}

/* Main Menu */
table.menu1 {
font-weight: bold;
color: #000;
background-color: #f33;
margin-bottom: 2px;
}
table.menu1 td {
padding: 5px 0.5em 5px 0.5em;
}
td.mh1 {
text-decoration: none;
background-color: #fff;
color: #000;
background: url("/img/tab2.jpg") no-repeat top right;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
td.mh1a {
background-color: #f33;
background: url("/img/tab1.jpg") no-repeat top right;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
}
.menu1 a:link, .menu1 a:active, .menu1 a:visited {
text-decoration: none;
color: #fff;;
}
.menu1 a:hover {
text-decoration: none;
color: #000;
}
/* Mini menus */

table.menubox {
margin: 1em auto;
}
th.menubox1 {
background-color: #ff3333;
color: black;
font-weight: bold;
text-decoration: none;
}

a.menutxt1:link, a.menutxt1:visited, a.menutxt1:active {
color: #fff; text-decoration: none;}
a.menutxt1:hover {
color: #000; text-decoration: none;}

/* General links */
a:link {color: #00f;}
a:visited {color: #609;}
a:hover {color: #009;}
a:active {color: #336;}

/* Menu trail */
div.trail {
margin: 0px;
border: 0px none;
padding: 0px 0px 4px 100px;
background-color: #f33;
text-align: left;
font-weight: bold;
}


/* General Table format */
caption {
text-align: left;
font-weight: bold;
}
td, th {
vertical-align: top;
}

/* Fixtures */
#fixtures {margin: 1em auto;}
#fixtures th { text-align: center; font-weight: bold; }
#fixtures td { text-align: left; }

#fixtures tr.open {}
#fixtures tr.sml {background-color: #fc6;}
#fixtures tr.eal {background-color: #cf9;}
#fixtures tr.fdiss {background-color: #f33; color: #fff; font-weight: bolder;}
#fixtures td.sat {background-color: #98c8f8; color: #000;}
#fixtures td.sun {background-color: #c8c8c8; color: #000;}

/* Editable Sections, single spaced. */
.SSText h1,
.SSText h2,
.SSText h3 {
	margin-top: 0px;
	margin-bottom: 0.2em;
}
.SSText h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.SSText ul,
.SSText ol,
.SSText p {
	margin-top: 0px;
	margin-bottom: 0.25em;
}

