/* CSS Document */

.navigation_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#993300;
	line-height: 35px;
	background-color: #E1F2E1;
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}	
	.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	padding: 8px;
	width: 140px;
}


.navigation_top:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#993300;
	line-height: 35px;
	text-decoration:none;
	font-weight: bold;
	background-color: #99CC33;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;


}
.Page_title {
	color: #990000;
	font-size: 24px;
}
.small_link {
	font-size: 12px
	color:  #990000;
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.small_link:hover {
	font-size: 12px 
	color:  #990000;
	text-decoration:  underline;
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.boldred {
	font-weight: bold;
	color: #990000;
	font-size: 16px;
}
.testborder {
	border: medium double #000000;
}
.ScrollBox {
	display:block;
	padding:5px;
	margin-top:5px;
	width:250px;
	height:312px;
	overflow:scroll;
	border: thin none #000000;
	}
.thinblack {
	border-left: thick solid #D9DDC6;
	border-right: thick solid #D9DDC6;
	border-top: thick solid #D9DDC6;
	border-bottom: thick solid #D9DDC6;
	border-bottom-style: none;
}
.thinblacknoleft {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.thinblacknoleftnotop {
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.thinblacknotop {
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
}

.thinblacknoleft2 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #E1F2E0;
	border-right-color: #E1F2E0;
	border-bottom-color: #E1F2E0;
	border-left-color: #E1F2E0;
	outline-width: 20px;
}
