/* Inventory Mover Styles */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	margin: 0px;
	background-color: #cccccc;
}

a:link {
	color: #800000;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #333333;
}

a:active {
	color: #800000;
}

.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover, a.sm:active {
	font-size: 11px;
	font-weight: normal;
}
a.sm:link, a.sm:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a.sm:hover, a.sm:active {
font-weight: bold;
color: #800000;
text-decoration: none;
}

h1 {
font-size: 22px;
font-weight: bold;
color: #800000;
}

h2 {
font-size: 15px;
font-weight: normal;
color: #333333;
text-align: center;
text-transform: none; /* capitalize, uppercase, lowercase, none */
}
h3 {
font-size: 16px;
font-weight: bold;
color: #333333;
text-align: left;
text-transform: none; /* capitalize, uppercase, lowercase, none */
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #800000;
	border: 1px #000000 solid;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}

/* -------------Footer Text----------------- */

/* =copyright */
#copyright, #copyright p, #copyright a:link, #copyright a:visited,
#copyright a:hover, #copyright sup {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #800000;
text-decoration: none;
}
#copyright a:hover {
font-weight: bold;
color: #999999;
text-decoration: underline;
}