.border{ border-left: 1px solid #535353; border-right: 1px solid #535353;}

a:link{
	text-decoration: none;
	color: #62639D;
}

a:visited{
	text-decoration: none;
	color: #62639D;
}

a:hover{
	text-decoration: none;
	color: #3F3F3F;
}

a:active{
	text-decoration: none;
}

.mainText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.PictureFrame{
	padding: 5px;
}
.ridge1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
body, td, tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}