@charset "utf-8";
/* CSS Document */

.RedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #a20000;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #a20000;
}
.YellowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFF66;
}
.RedUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}
.aList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-image: url(spoc/Images/pdficon.gif);
	text-align: left;
	text-indent: 5px;
	margin: 0px;
	list-style-position: outside;
}

.GreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #a4a4a4;
}

.BlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006633;
}
.BlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.TextButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #CCCC99;
	text-align: center;
	vertical-align: middle;
	border: thin solid #000000;
	clear: none;
	float: none;
	height: 25px;
	width: 150px;
	padding: 0px;
	margin: 0px;
}
.BiggerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #a20000;
	
}
.BlackNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.BlueBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000033;
	background-color: #99CCFF;
	height: 50px;
	width: 500px;
	margin: 5px;
	padding: 5px;
	float: none;
}

.tablelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	text-indent: -1em;
	display: list-item;
	position: fixed;
	width: auto;
	float: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.tablelist2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	text-indent: -1em;
	display: list-item;
	position: fixed;
	width: auto;
	float: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
}
.agenda_title {
	background-color:#0066CC;
	width:560px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	padding:.5em;
}
.agenda_date {
	background-color:#DCE0C5;
	width:550px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	text-align:center;
	vertical-align:middle;
	padding:.5em;
}
.agenda_item {
	background-color:#FFFFFF;
	width:560px;
	color:#000000;
	border:solid thin #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:small;
	text-align:left;
	vertical-align:top;
	padding:.5em;
}
