/* CSS Document */

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
width: 100%;
font-weight: bold;
border: 1px solid black;
background-color: #5B5138;
color:#D9C4BB;
}

body {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../Images/BG.gif);
	margin: 0px;
}
table {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
textarea {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}




.switchcontent{
width: 100%;
border: 0px dotted black;
border-top-width: 0;
}
a:link, a:visited {
	font-weight: bold;
	color: #8D7038;
	text-decoration: none;
}
a:hover {
	color:  #6F7A4B;
}

a.dataList:link, a.dataList:visited {
	font-weight: bold;
	color: #8D7038;
	text-decoration: none;
}
a.dataList:hover {
	color:  #6F7A4B;
	padding-left: 10px;
}
a.dataList:active {
	font-weight: bold;
	color: #6F7A4B;
	text-decoration: none;
	padding-left: 10px;
}
.titleHeader {
	font-weight: bold;
	color: #65573F;
	background-color: #BDB598;
}
.details {
	padding-left: 10px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:larger;
}
.LargeHeader{
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	background-color:#FFFFCC;
	padding:5px;
	border-width:thick;
	border:groove;
	border-color:#666600;
}
