body 
{
	font-family: Verdana;
}


.text
{
	color:#656565;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	text-align: justify;
}

.link1 a,.link1 a:visited,.link1 a:active
{
font-size: 11px;
font-family:Verdana;
color: black;
font-weight:normal;
text-decoration: none;
letter-spacing:0px;
}

.link1 a:hover
{
text-decoration:underline;
color:#FF0000
}

.top_left
{
	background-image: url('top_left.gif' );
	background-position: left top;
	background-repeat: no-repeat;
	width: 5px;
	height: 25px;
}

.top_right
{
	background-image: url('top_right.gif' );
	background-position: left top;
	background-repeat: no-repeat;
	width: 5px;
	height: 25px;
}

.top_center
{
	background-image: url('top_center.gif' );
	background-position: center center;
	background-repeat: repeat-x;
	height: 25px;
}
.border_left
{
	border-left:solid 2px #e9e9e9;
}
.border_right
{
	border-right:solid 2px #e9e9e9;
}
.border_top
{
	border-top:solid 2px #e9e9e9;
}
