body {
		margin: 0px; 
		background-image: url('/images/Background.jpg');
		background-color: #b5d100;
		background-repeat: repeat-x;
		background-position: top;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1;
		text-decoration: none;
}
#table3 {
		background-image:url('/shop/includes/templates/classic/images/contentbg.jpg');
		background-repeat:repeat-y;
		background-position: center top;
}
.BodyText { 
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1.5;
		text-decoration: none;
}

.SmallBodyText { 
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1.25;
		text-decoration: none;
}

.LargeHeader { 
		color: #2a317b;
		font-family: Verdana, Arial, sans-serif;
		font-size: 14pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1.25;
		font-weight: bolder;
		text-decoration: none;
}

.SmallHeader { 
		color: #2a317b;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1.25;
		font-weight: bolder;
		text-decoration: none;
}

.FooterText { 
		color: #405300;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
		letter-spacing: .01em;
		word-spacing: .05em;
		line-height: 1;
		text-decoration: none;
}

.LinkButton {
    display: inline-block;
    color: #FFFFFF;
    background-color: #1a263f;
    border-width: 2px;
    border-color: #bbc2d2;
    border-style: Solid;
    padding: 8px;
}

.SmallLinkButton {
    font-size: 8pt;
    display: inline-block;
    color: #FFFFFF;
    background-color: #1a263f;
    border-width: 2px;
    border-color: #bbc2d2;
    border-style: Solid;
    padding: 2px;
}

a:link {
		text-decoration: none;
		color: #2a4663;
		}
a:visited {
		text-decoration: none;
		color: #2a4663;
		}
a:hover {
		text-decoration: underline;
		color: #2a4663;
		}
