.brand {
	margin:0px;
	padding:0px;
	font-weight:bold;
}

table {
	width:100%;
}

hr {
	border-top:dotted 1px #a5a5a5;
	border-bottom:none;
	height: 1px;
}

h1, h2, h3 {
	color: #da7d30;
}

h1 {
	margin:10px 0px;
	padding:0px 0px 10px 0px;
}

h2 {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h3 {
	margin:0px;
	padding:0px 0px 10px 0px;
}

div.green {
	margin:6px 0px;
	border-top: solid 1px #a5a5a5;
	border-bottom: solid 1px #a5a5a5;
}

p {
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:14px;
}

a, a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}

td.left a, td.left a:hover {
	color: #000000 !important;
}
td.left a:hover {
	text-decoration:underline !important;
}
.threeColumn a {
	color:#000000 !important;
}

.footer a, .footer a:visited {
	padding:0px 2px;
	color:#666666;
}
.footer a:hover {
	color:#666666;
}

input[type="password"], input[type="text"], input[type="checkbox"], textarea, select {
	border: solid 2px #a5a5a5;
	line-height:15px;
}

input[type="submit"], input[type="button"] {
	font-weight:bold;
	border:none;
	background-color: #666666;
	color: #ffffff;
}

.error {
	color: #ff0800;
}

.notice {
	color:#ffffff;
}

.header .error, .header .notice {
	margin-top:50px;
	position:relative;
	font-size: 16px;
	font-weight:bold;
	float:right;
	background: #c9c7c7;
	border-radius: 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px;
	right: 8px;
	padding:6px;
	color:#000;
}

a.logoLink {
	float:left;
	position:relative;
	top: 0px;
	left: 20px;
	height:70px;
	width:200px;
}

.overDiv {
	background-color: #324566;
	border:solid 1px #ffffff;
	padding:4px;
}

li label a, .li label a:hover, li label a:visited{
	color: #ffffff;
	text-decoration:none !important;
}

.overDivText {
	color: #ffffff;
	text-decoration:none !important;
}

.bottom_border {
	border-bottom:solid 1px #8a8a8a;
	padding-bottom:10px;
	margin-top:-15px;
}


.manage a {

}