body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

h2,h3,h4,h5 {color: #333;font-family: Arial, Helvetica, sans-serif;	}

header {
	overflow: auto;
	position: absolute;
	z-index: auto;
	top: 10px;
	right: 10px;
	background-color: #0066CC;
	background-repeat: repeat;
	color: #0000CC;
}
.tablestyle {
	background-color: #FFFFFF;	
	border:none;
	
}

.disappear {display:none}

h2, h1 {
	color: #333;
	font-weight: 400;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;	
}

h2.underscore {

	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}

.header_add {
	font-size: smaller;
	padding: 8px;
	color: #CCC;
}
.tablerightdotborder {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding: 12px;
	font-size: smaller;
}
.tablestyle-footer {
	background-color: #CCC;
	border:none;
}

.tablestyle-footer p {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	padding: 8px;
	

}

.table-norightdotborder {
	padding: 12px;
	font-size: smaller;
}
em {
	text-decoration: none;
}

.contentcell {
	padding: 2px 10px 14px;
}

.contentcell p {
	font-size: smaller;	
}

.contentcell li {
	font-size: smaller;	
}

.contentcell td {
	font-size: smaller;	
}

img {
	padding: 4px;
}
input, textarea {
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 2px;
	border: 1px solid #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #000;text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}


