/* Caribou Cottages Stylesheet */

A:link {
	text-decoration: underline;
	color: blue;
}

A:visited {
	text-decoration: underline;
	color: purple;
}

A:hover {
	text-decoration: underline;
	color: red;
}

A.LeftNav:link {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

A.LeftNav:visited {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

A.LeftNav:hover {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffcc;
	text-decoration: none;
}

A.LeftNav2:link {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffcc;
	text-decoration: none;
}

A.LeftNav2:visited {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffcc;
	text-decoration: none;
}

A.LeftNav2:hover {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: 600;
	color: #ffffcc;
	text-decoration: none;
}

TD {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

TD.SubHeader {
	font-family: arial;
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
}

TD.PageTitle {
	font-family: verdana,arial;
	font-size: 12pt;
	font-weight: bolder;
	color: #006600;
}

TD.PageContent {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

INPUT.textbox {
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;	
	background-color: #ffffff;
	border: 1px;
	border-style: inset;
/*	border-color: #003300;*/
}

INPUT.radiobutton {
	background-color: #ffffff;
}

INPUT.check {
	background-color: #ffffff;
}

TEXTAREA.commentbox {
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;	
	border: 1px;
	border-style: solid;
	border-color: #003300;
	background-color: #ffffff;
}

SELECT.picklist {
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;	
	border: 1px;
	border-style: solid;
	border-color: #003300;
	background-color: #ffffff;
}

INPUT.submit {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffcc;	
/*
	border-width: 1px;
	border-color: 660033;
	border-style: inset;
*/
	background-color: #0CA054;
}