﻿.loginBorder {
	border-top-color:#990000;
	border-top-style:solid;
	border-top-width:2px;
	border-left-color:#990000;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#990000;
	border-right-style:solid;
	border-right-width:2px;
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin: 0px;			
}

a {
	color: #990000;
	text-decoration: overline;
}

a {text-decoration: underline;}

table.agree {
	width: 300px;
	padding: 3px}

table.agree td {
	padding: 12px;
	background-color: #990100; /* #62584F */
	border: 1px #000 solid;
	text-align: center;
	margin: 3px;
}

table.agree td a {
	text-transform: capitalize;
	color: #F6F900;
	text-decoration: none;
}

table.agree td a:hover {
	text-transform: capitalize;
	color: #fff;
	text-decoration: underline;
}