/* CSS Document */
body		{ margin: 0px;
			  font-family: arial, sans-serif;
			  font-size: 12px;	
			}
p			{ font-size: 12px;	}
.content 	{	padding-left: 15px;
				padding-right: 15px;
				padding-top: 5px;
				padding-bottom: 5px;	}
				
a			{ //color: #A8CFEB;
			  // color: #573014;
			  text-decoration : none;	}
a:hover		{ // color: #FD7D21
			  color: #ff0000;
			  text-decoration: underline;	}

.headerlinks { 	width: 750px;	
				padding-left: 8px;
				padding-right: 3px;	
				font-size: 12px;
				color: white;
				text-align: center;
				letter-spacing: -0.3px;				
			}
.hlink		{	color: #717171;
				text-decoration: none;	}
				
.hlink:hover {	text-decoration: dotted;
				color: #ff0000; }

				

.sectionhead	{	
				margin-left: -7px;
				margin-right: -15px;
				font-family: verdana, sans serif;
				color: #3991D1;
				font-size: 105%;
				font-weight: bold;
			}
.bolder	{	
				margin-left: -2px;
				font-family: verdana, sans serif;
				color: black;
				font-size: 11px;
				font-weight: bold;
			}
.sched		{	border: 0px;
				background-color: #ffffff;
				width: 600px;
				font-size: 16px;
			}
.schedhead	{	font-weight: bold;
				background-color: #3991D1;
				color: white;
					}
.schedcell	{	background-color: #D2ECFF;	}

.openmind {
	color: #0A4AC2;
	font: bold 16px Verdana;
	text-align: center;
	}
.message {
	width: 360px;
	color: #4583F5;
	font-family: times new roman;
	font-size: 11px;
	text-align: center;
	}