/*STYLE SHEET FOR WHOLE ALGONQUIN WEB SITE*/
/* <LINK REL="stylesheet" TYPE="text/css" HREF="style.css"> */
/*Nice Dusty Blue/Grey: D5DFE8*/
/*Nice Yellow-Orange: FFCC00*/
/*André's Custom Dusty Blue: #217394;*/
body {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 11px;
	line-height: 14px;
}

.whiteonblue {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 11px;
	line-height: 13px;
	color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

font size="2" face="helvetica, arial" color="#FFFFFF"

.regred {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #C00;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
}

.tiny {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 7px;
	line-height: 10px;
	letter-spacing: 0px;
}

.largesans {
	color: #217394;
	font-family: Arial, sans;
	font-weight: bold;
	font-size: 16px;
	/*	text-shadow: 2px 2px 1px black;*/
}

.medsans {
	color: #217394;
	font-family: Arial, Helvetica, sans;
	font-weight: bold;
	font-size: 11px;
}

.serifitalic {
	color: #666;
	font-family: Georgia,serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}

#hline {
	margin: 10 0px 10 0px;
	width: 145px;
	border-style: dotted;
	border-color: #FFF;
	border-width: 1px 0 0 0;
	padding: 6px;
}

#datebox {
	background-color: #CCC;
	margin: 0;
	padding: 4px;
	width: 140px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-family: Arial, Helvetica, sans;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#bluegreybox {
	background-color: #CCC;
	margin: 0;
	padding: 4px;
	width: 80%;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-family: Arial, Helvetica, sans;
	font-size: 9px;
	font-weight: bold;
}

#bluegreybox a, #bluegreybox a:active, #bluegreybox a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#bluegreybox a:hover { text-decoration: underline; }

A:link {
	color: #217394;
	border-bottom: 1px;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #1A5A73;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #164A5E;
	font-weight: bold;
}

A:active {
	color: #F60;
	font-weight: bold;
}

A.whiteonblue:link, A.whiteonblue:visited, A.whiteonblue:active, A.whiteonblue:hover {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

A.smalllink:link, A.smalllink:visited, A.smalllink:active {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #C00;
	text-decoration: underline;
}

A.smalllink:hover {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #C00;
	border-bottom: none;
	text-decoration: none;
}

.outlinetable td, .outlinetable th {
	font-family: Arial, 'Lucida Grande', Helvetica, sans;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	margin: 2px;
	border: 1px solid #ccc;
}

input, select, textarea {
	font-family: verdana;
	font-size: .8em;
	background-color: #FFFFFF;
}

.Button a {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, sans;
	font-weight: bold;
	text-decoration: none;
	border-top: outset 1px #31AADB;
	border-right: outset 1px #31AADB;
	border-bottom: outset 1px #31AADB;
	border-left: outset 4px #31AADB;
	background-color: #217394;
	display: block;
	width: 150px;
	height: 40px;
	padding: 2px 4px;
	margin: 5px;
}

.Button a:hover {
	font-family: Arial, sans;
	font-weight: bold;
	background-color: #217394;
	color: #FFF;
	padding: 2px 4px;
	border-top: inset 1px #31AADB;
	border-right: inset 1px #31AADB;
	border-bottom: inset 1px #31AADB;
	border-left: outset 4px #31AADB;
	display: block;
	width: 150px;
	height: 40px;
	padding: 2px 4px;
	margin: 5px;
}

.NarrowButton a {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, sans;
	font-weight: bold;
	background-color: #217394;
	text-decoration: none;
	border-top: outset 1px #31AADB;
	border-right: outset 1px #31AADB;
	border-bottom: outset 1px #31AADB;
	border-left: outset 4px #31AADB;
	display: block;
	width: 150px;
	height: 20px;
	padding: 2px 2px 4px 4px;
	margin: 5px;
}

.NarrowButton a:hover {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, sans;
	font-weight: bold;
	background-color: #217394;
	text-decoration: none;
	border-top: inset 1px #31AADB;
	border-right: inset 1px #31AADB;
	border-bottom: inset 1px #31AADB;
	border-left: outset 4px #31AADB;
	display: block;
	width: 150px;
	height: 10px;
	padding: 2px 2px 4px 4px;
	margin: 5px;
}
