
.dotted { border: 1px dotted #BED481; 
}

.lefttopbottom {
	border-left: 1px dotted #BED481;
	border-top: 1px dotted #BED481;
	border-bottom: 1px dotted #BED481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.righttopbottom {  border-right: 1px dotted #BED481;
 border-top: 1px dotted #BED481;
 border-bottom: 1px dotted #BED481;  
}

.borderbottom {  border-bottom: 1px dotted #BED481;
  
}

.subheading_red {
	color: #FF0008;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #BED481;
	margin: 10;
 	padding: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #FF0008;
}
a:active {
	text-decoration: none;
}

.pageheading {
	color: #FF0008;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.body_text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyrite {
	color: #627728;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.copyright {	color: #627728;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

