body		{ background: #FFFFFF; color:#999999; font-size: 12px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align: justify}

a:link	{color:#FF0000;} /* for unvisited links */
a:visited	{color:#FF0000;} /* for unvisited links */
a:hover 	{color:#FF0000;} /* when mouse is over link */

#back {
	width: 77px;
	height: 50px;	
}

#back a {
	background: url(../images/icons/iconhome-a.gif) no-repeat;
	display: block ;
	height: 50px;
	width: 77px;
}

#back a:hover {
	background: url(../images/icons/iconhome-b.gif) no-repeat;
}

hr {
border : none;
border-top : dashed 1px #FF0000;
color : #FFFFFF;
background-color : #FFFFFF;
height : 1px;
}

