/* Start of CMSMS style sheet 'quickeauction misc' */
/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#9a0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body, td { /*controls default font for entire site*/
	color:#fff;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

h2 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#fff;
	background:url(images/site/line.jpg) bottom no-repeat left;
	padding-bottom:5px;
}

h3 {
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-weight:bold;
	color:#9a0;
}

h4 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#fff;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

hr {
	width: 100%;
	height: 1px;
	color: #9a0;
	background-color: #9a0;
	border:0;
}

.largeGreen {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#9a0;
}
.greenText {
	color:#9a0;
}
.large { 
	font-size:14pt;
}
/* End of 'quickeauction misc' */

