﻿/* miscellaneous text styles */
.SmallerText
{
	font-size: 10px;
}

.SmallText, .SmallText a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.DarkBlue, .DarkBlue a
{
	color: #00425B;
}

.LightGray, .LightGray a
{
	color: #999999;
}

/* list without bullets */
.nonBulletedList
{
	display: inline;
	list-style-type: none;
}

/* special formatting applied to unordered lists */
/* such as those on the BizDealConnect page		*/
ul.specialList 
{
	margin: 0;
	padding: 0 0 1em 0;
	list-style-type: none;
}

ul.specialList li 
{
	/*padding: 0.8em 0 0.8em 0.8em;*/
	background: url(images/bizdeal/icoSpecialListItem.png) no-repeat 0.8em 1.25em;
	margin: 0;
	padding: 0.8em 0.8em 0.8em 1.6em;
}

ul.specialList li.alt 
{
	background-color: #EFF4E6;
}

/* styles for floating divs used exclusively on What is 20-20 BizDeal Connect? page */
.pct35 { width: 35%; }
.pct65 { width: 65%; }

.leftFloat	{ float: left; }
.rightFloat { float: right; }

