/* CSS Document */


.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background: #FFFFFF;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

.profileimage {
border-color: #515151;
border-width: 1px 1px 1px 1px;
}

.border {
border-bottom-style: solid;
border-bottom-color: #515151;
border-bottom-width: 1px;
border-top-style: solid;
border-top-color: #515151;
border-top-width: 1px;
border-right-style: solid;
border-right-color: #515151;
border-right-width: 1px;
border-left-style: solid;
border-left-color: #515151;
border-left-width: 1px;
}

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

.borderlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.borderlink:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.style1 {font-size: 12}
.style2 {font-size: 10px}
.style3 {
	font-size: 12px;
	font-weight: bold;
}

.replace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
.replace:link {
	text-decoration: underline;
}
.replace:visited {
	text-decoration: underline;
	color: #0000FF;
}
.replace:hover {
	text-decoration: underline;
	color: #0000FF;
}
.replace:active {
	text-decoration: underline;
	color: #0000FF;
}
