/* CSS Document */

	a.text-menu {
		text-decoration:none;
		border:none;
		line-height:1;
	}
	body {
		background:#EEEEFF;
	}
	#outer{
		height:100%;
		width:100%;
		display:table;
		align:center;
		background:#EEEEFF;
	}
	#inner {
		width:80%;
		background:white;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		border:1px solid #D0E5F4;
	}
	a.bodytext {
	}
	hr {
		color:#D0E5F4;
		background-color:#D0E5F4;
		height:5px;
		border:0;
		vertical-align:super;
	}
	.materials {
		font-size:10pt;
		font-style:italic;
	}
    .bodytext {
        font-family:'Times New Roman, Garamond, Serif';
        font-size:10pt;
		background-color:white;
        color:black;
    }
	.timetable {
		font-family:'Times New Roman, Garamond, Serif';
        font-size:10pt;
		background-color:white;
        text-decoration:none;
        color:black;
		text-align:left;
		width:100%;
	}
	.tt-divider {
		width:80%;
		colspan:2;
	}
	.tt-date {
		width:35%;
	}
	.tt-course {
		width:50%;
	}
	.tt-price {
		text-align:right;
		text-alight:"£";
		width:15%;
	}
	.logo {
        font-family:'Times New Roman, Garamond, Serif';
        font-size:24px;
        text-decoration:none;
        color:black;
		text-align:center;
		vertical-align: center;
		border-top-width:0;
		margin-top: 0;
 		padding-top: 0;
		border-bottom-width: 0;
		padding-bottom: 0;
		padding-right:0;
	}
    h1 {
        font-family:'Times New Roman, Garamond, Serif';
        font-size:36px;
        text-decoration:none;
        color:black;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		vertical-align:center;
    }
    .text-menu {
        font-family:'Times New Roman, Garamond, Serif';
        font-size:13px;
        color:black;
		bgcolor:white;
		text-decoration:bold;
		text-align:center;
		vertical-align: center;
		border-top-width:0;
		margin-top: 0;
 		padding-top: 0;
		border-bottom-width: 0;
		padding-bottom: 0;
		padding-right:10;
	}
	text-menu:hover {
		bgcolor:#000000;
	}
	.footer-text {
		font-family:'Times New Roman, Garamond, Serif';
        font-size:13px;
        color:black;
		bgcolor:white;
		text-decoration:bold;
		text-align:center;
		vertical-align: center;
		border-top-width:0;
		margin-top: 0;
 		padding-top: 0;
		border-bottom-width: 0;
		padding-bottom: 0;
		padding-right:10;	
	}
	#ffscrollbarfix {
		position: absolute;
		top: 0;
		bottom: -0.1px;
		width: 1em;
		z-index: -1;
	}
