body {
	font-family: Verdana;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: small;
	color: #333333;
	font-style: normal;
}

input {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #C8E6FF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #333333;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline ;
}

.dotted{
	border-top: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}
.dotted_top{
	border-top: 1px dotted;
}

.dotted_bottom{
	border-bottom: 1px dotted;
}

.dotted_right{
	border-right: 1px dotted;
}

.dotted_left{
	border-left: 1px dotted;
}
.lined {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
}

.caption {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color:#C8E6FF;
	color: #000000;
	padding: 5px;
	text-align:center;
	border-style:none;
	border-width:0px;
	border-spacing: 0px;
}

.content {
	font-family: Verdana;
	font-size: small;
	background-color:#EAF5FF;
	color: #000000;
	padding: 2px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-spacing: 0px;
}


.ccontent {
	font-family: Verdana;
	font-size: small;
	background-color:#EAF5FF;
	color: #000000;
	padding: 2px;
	text-align:center;
	border-style:none;
	border-width:0px;
	border-spacing: 0px;
}

.styled {
	border-color:#000000;
	border-width: 1px ;
	border-style:groove;
	text-align:left;
}