﻿Body {
	font-family : Arial;
	font : Arial;
	font-size : 12pt;
	color : #ffffff;
	background-color : #ffffff;
	scrollbar-face-color: #0e163a;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

a {
	color : #3e567a;
	text-decoration : none;
}

.blank {
	color : #ffffff;
	text-decoration : none;
}

.littleblank {
	color : #ffffff;
	text-decoration : none;
	font-size : 10pt;
}
.orange {
	color : #ffffff;
	background-color : #3333FF;
}

.title {
	background-color : #3333FF;
	color : #ffffff;
	font-size : 16pt;
	text-align : center;
	font-weight : bold;
}

.subTitle {
	background-color : #3333FF;
	color : #ffffff;
	font-size : 12pt;
	text-align : center;
	font-weight : bold;
}

.menu {
	background-color : #3333FF;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
}

td {
	background-color : #EEF9FF;
	color : #000000;
}


tr.home {
	background-color : #EEF9FF;
	color : #000000;
	background-image : none;
}

tr.squares {
	text-align : center;
	vertical-align : top;
}

td.square {
	background-color : #0e163a;
	color : #ffffff;
}

.transparent {
	color : transparent;
}

H1 {
	color : black;
	font-size : 12pt;
	text-align : center;
}

bgImage 
{
	background-image : url(image/bg.jpg);
}


.squareTitle {
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	color : #ffffff
}

.pageTitle {
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
}

.mini {
	background-color : #0e163a;
	color : #ffffff;
	font-size : 8pt;
}

td.redWeek {
	background-color : #ff0000;
	text-align : center;
}

td.orangeWeek {
	background-color : #ff9900;
	text-align : center;
}

td.greenWeek {
	background-color : #00ff00;
	text-align : center;
}