
a:link {
	
	background-position: left;
	background-repeat: no-repeat;
	height: 10px;

}
a:visited {
	
}
#a{
	border-left:none solid #FF0000; border-right:none solid #FF0000; 

}
.styled {
	border:none;
	padding:2px;
	background:#fff;
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
}
textarea.styled {
	border:none;
	padding:2px;
	background:#fff;
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
}
td {
	margin:0px;
	font: 12px/16px arial, helvetica, sans-serif;
	color:#51544b;
}
.bodyStyle{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	text-indent:10px;
}
.borderStyle{
margin:1px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: black;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
}
.tableStyle{
border:"3";
bordercolor:"#C0C0C0";
bordercolorlight:"#FFFFFF";
bordercolordark:"#FFFFFF";
}