/* TAA.css
 * The Auction Advantage
 * (c) copyright 2009-2010 Kritine Green, The Auction Advantage
 * Designed and implemented by James A. Whitcomb, Computer Systems Training and Support
 * Contacts: csts@wbluebook.com - csts.wbluebook.com
 */

/* ***** General styles */
body {
    background: #5B5B5B
}
.purple {
    background: #650067
}
table {
    border: 0px none; margin: 0;
    background: #5B5B5B
    cellpadding: 10; cellspacing: 0; 
    border-collapse: collapse;
}

/* ***** Text Styles */
font.Title {
    font: 36pt Palatino Linotype, Palatino, Times, serif;
    color: #f0f0f0;
}
font.SubTitle {
    font: 14pt Palatino Linotype, Palatino, Times, serif;
    color: #CECECE;
}
font.Heading {
    font: 14pt Palatino Linotype, Palatino, Times, serif;
    color: #f0f0f0;
}
font.TAA {
    font: 12pt ChocolateBox, Palatino Linotype, Palatino, Times, serif;
    font-weight: 900;
    color: #f0f0f0;
}
font.Letter {
    font: 36pt ChocolateBox, Palatino Linotype, Palatino, Times, serif;
    color: #f0f0f0;
}
font.AtLink {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: F0F0F0;
}

p.Label {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
    color: #CECECE;
    margin-left: 0; margin-top: 10; margin-bottom: 0;
}
p.Indent {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
    color: #CECECE;
    margin-left: 25; margin-top: 10; margin-bottom: 0;
}
p.TightIndent {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
    color: #CECECE;
    margin-left: 25; margin-top: 0; margin-bottom: 0;
}
p.DoubleIndent {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
    color: #CECECE;
    margin-left: 50; margin-top: 0; margin-bottom: 0;
}
p.Footer {
	font: 12pt Tw Cen MT, Arial, Helvetica, sans-serif;
    color: #CECECE;
    margin-left: 25; margin-top: 0; margin-bottom: 0;
    text-align: center;
}
p.Body {
    font: 12pt Palatino Linotype, Palatino, Times, serif;
    margin-left: 0; margin-top: 20; margin-bottom: 0;
}
p.BodySmall {
    font: 11pt Palatino Linotype, Palatino, Times, serif;
    margin-left: 0; margin-top: 20; margin-bottom: 0;
}
p.BodyIndent {
    font: 11pt Palatino Linotype, Palatino, Times, serif;
    margin-left: 50; margin-top: 0; margin-bottom: 6;
}
p.Body, p.BodySmall, p.BodyIndent {
    color: #CECECE;
    text-align: left;
}

/* ***** Link Styles */
A:link, A:visited {
	font-weight: normal;
	color: #CECECE;
}
A:active, A:hover {
	font-weight: bold;
	color: F0F0F0;
}


/* ***** Table Cell Styles */
td.heading {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background: #650067;
}
td.normal {
	padding: 0px 10px;
	text-align: left;
	vertical-align: top;
}
td.purple {
	padding: 10px 0px 10px 20px;
	text-align: left;
	vertical-align: top;
	background: #650067;
}