/* CSS Document */

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height: 18px;
padding:3px;
}

.frame-border {
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-top-style: outset;
	border-top-width: medium;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-style: outset;
	border-right-style: outset;
	border-left-width: medium;
	border-right-width: medium;
}

.button-border {
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-top-style: outset;
	border-top-width: medium;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-style: outset;
	border-right-style: outset;
	border-left-width: medium;
	border-right-width: medium;
}
.button-border:hover {
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-top-style: inset;
	border-top-width: medium;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-style: inset;
	border-right-style: inset;
}

.BreadCrumb{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height: 12px;
padding:1px;
}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 2px;
	height: auto;
	width: auto;
	background-color: #996600;
}

.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px;
	height: auto;
	width: auto;
	color: #CCCCCC;
	background-color: #669966;
}

.pagelink {
	text-decoration: underline;
	color: #000000;
}

.pagelink:hover {
	text-decoration: none;
	color: #666666;
}