/* General HTML elements */
body {
    font: 62.5% Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd,
blockquote {
    margin: 0;
    padding: 0;
}
h4{
	xcolor:Red;
}
ul,
ul li,
ol,
ol li {
    list-style: none;
}
img {
    border: none;
}
a {
    outline: none;
}
a:link,
a:visited {
    text-decoration: none;
	color: #555;
}
a:hover {
    text-decoration: underline;
}
fieldset {
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
fieldset legend {
    display: none;
}
input,
select,
textarea {
    font: 62.5% Verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
    outline: none;
}
/* input[checkbox] & input[radio] */
input {
    vertical-align: baseline;
    margin: -1px -2px;
}
/* Firefox */
html>/**/body input {
    vertical-align: text-bottom;
    margin: 0px;
}
.Wrapper {
    overflow: visible;
    height: 1%;
}
html>body .Wrapper {
    overflow: hidden;
    height: auto;
}
object,
embed {
    outline: none;
}
.Hidden{
	display:none;
}

/* Marquee CSS */
.campbellsSlideShowSub h3
{
    display:block;
    font-size:19px;
    font-weight:bold;
    margin:0;
    padding:0;
    color: #af0909;
}

a.collections
{
    padding-right:0px;
    line-height:15px;
    color: #81894b;
}

span.collections
{
    background-image: url('../images/rightarrow.gif');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right:0px;
}

a:hover.collections
{
    text-decoration:underline;
    color:#af0909;
}

#numberRatingLinks
{
    font-size: 9px;
    color: #af0909;
}