/* CSS Document */
/*content switcher */
.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}
.headers{
	width: 650px;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 4px;
	color: #092541;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.switchcontent{
	width: 649px;
	padding: 4px;
	border-top: 0 solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.style1 {
	font-size: 90%;
	color: #666666;
}
.style2 {color: #666666}

.openBorder {
	border: 1px solid #ece9d8;
}
