/* CSS definition file containing site wide stylesheets */

.tablehead {
	color: rgb(255,255,255)
}

.Caption {
	font-size: xx-small;
 	font-style: italic
}

.Subtitle {
	color: rgb(0,0,153);
 	font-weight: bold
}

.Title {
	font-size: large
}

.Header {
	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: bold
}

.select {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: xx-small;
 	color: rgb(0,0,102);
 	font-weight: bold
}

.DAY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.OR {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,0);
 	font-weight: bold
}