@charset "utf-8";
/* CSS Document */

body	{ 
		font-family: "trebuchet ms", trebuchet, verdanna, Arial, sans-serif;
		font-size:14px;
		line-height:18px;
		}
		
h1		{
		font-size: 18px;
		line-height: 22px;
		font-weight:bold;
		color:#000000;
		text-align:left;
		margin-left:24px;
		margin-top:36px;
		}
h2		{
		font-size: 16px;
		line-height: 22px;
		font-weight:bold;
		color:#000000;
		text-align:left;
		margin: 24px 12px 4px 24px;
		}

h3		{
		font-size: 16px;
		line-height: 22px;
		font-weight:bold;
		color:#984000;
		font-style:italic;
		text-align:left;
		margin: 12px 12px 0px 24px;
		}
h4		{
		font-size: 17px;
		line-height: 22px;
		font-weight:bold;
		color:#333333;
		font-style:normal;
		text-align:center;
		margin: 12px 12px 0px 24px;
		}

p		{
		margin-left:24px;
		margin-right:24px;
		margin-top:4px;
		text-align:justify;
		}
.noSpaceBelow		{
		margin-left:24px;
		margin-right:24px;
		margin-top:4px;
		margin-bottom:0;
		text-align:justify;
		}
.noSpaceAbove		{
		margin-left:24px;
		margin-right:24px;
		margin-top:0px;
		text-align:justify;
		}
.center	{
		text-align:center;
		}
ul.swirly		{
		margin-left:36px;
		margin-right:24px;
		margin-top:6px;
		list-style-image:url(../images/bulletSwirly.gif);
		}


.copyright {
				font-size: 12px; 
				line-height:18px;
				color: #dccdb0;
				background-color: inherit;
				text-align:center;
				font-weight:bold;
				font-style:italic;
				}

.bottomLinksSep 	{
				font-size: 12px; 
				line-height:15px;
				font-weight: bold;
				text-align: center;
				color:#000000;
				background-color: inherit;
				text-decoration: none;
				text-indent:0;
				}					
.bottomLinks 	{
				font-size: 12px; 
				line-height:15px;
				font-weight: bold;
				text-align: center;
				color:#f2d8af;
				background-color: inherit;
				text-decoration: none;
				text-indent:0;
				}
				
a.bottomLinks:link {
					color:#f2d8af;
					background-color: inherit;
					}
a.bottomLinks:visited {
					color: #f7e6cb;
					background-color: inherit;
					}
a.bottomLinks:hover {
					color: #000000;
					background-color: inherit;
					}
					
a.bottomLinks:active {
					color:#f2d8af;
					background-color: inherit;
					}
.linkSep 	{
				font-size: 12px; 
				font-weight: normal;
				text-align: center;
				color:#cccccc;
				background-color: inherit;
				text-decoration: none;
				margin-top:6px;
				text-indent:0;
				}
.betterLink {
				color: #003366;
				background-color: inherit;
				text-decoration: none;
				}

a.betterLink:link {
					color: #003366;
					background-color: inherit;
					text-decoration: none;
					}
a.betterLink:visited {
					color: #006699;
					background-color: inherit;
					text-decoration: none;
					}
a.betterLink:hover {
					color: #336699;
					background-color: inherit;
					text-decoration: none;
					}
a.betterLink:active {
					color: #003366;
					background-color: inherit;
					text-decoration: none;
					}
.new	{
		color: #660000;
		text-align:center;
		font-weight:bold;
		font-size:14px;
		}
.catalystPkg		{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		font-style: italic;
		color: #000000;
		text-decoration:none;
		}
.note	{
				font-size: 11px; 
				line-height: 14px;
				font-style: italic; 
				color: #000000;
				}
			
.smallerBold	{
			font-size:14px;
			line-height:18px;
			font-weight:bold;
			}
.smallestBold	{
			font-size:12px;
			line-height:14px;
			font-weight:bold;
			}
.smallestBoldClients	{
			font-size:12px;
			line-height:14px;
			font-weight:bold;
			margin-top:2px;
			}
.bigCategory		{
		font-size: 18px;
		line-height: 22px;
		font-weight:normal;
		color:#660000;
		text-align:left;
		margin: 10px 12px 2px 12px;
		}
		
a.category_link:link, a.category_link:visited {
	color:#660000;
	text-decoration:none;
}

a.category_link:hover {
	color:#000000;
	text-decoration:underline;
}

a.category_link:active {
	color:#660000;
	text-decoration:none;
}

			
.big		{
		font-size: 20px;
		line-height: 26px;
		font-weight:normal;
		color:#660000;
		text-align:center;
		margin: 30px 24px 18px 24px;
		}
.color	{
		font-weight:bold;
		color:#984000;
		}
.quote	{
		margin-bottom:0;
		text-indent:24px;
		margin-left:12px;
		margin-right:12px;
		}
.author	{
		font-style:italic;
		text-align:right;
		margin-top:0;
		margin-bottom:6px;
		margin-left:12px;
		margin-right:12px;
		}
.leftT	{
		width:700px;
		float:left; 
		margin-left:50px;
		border-left: 4px double #984000;
		padding:8px 8px;
		margin-bottom:12px;
		}
.rightT	{
		width:700px;
		float:right; 
		margin-right:50px;
		border-right: 4px double #984000;
		padding:8px 8px;
		margin-bottom:12px;
		}
.reverse	{
			color:#dccdb0;
			}
.desc	{
				font-size: 11px; 
				line-height: 14px;
				font-style: italic; 
				color: #000000;
				margin-top:2px;
				margin-bottom:2px;
				}
.required	{
				font-size: 11px; 
				line-height: 14px;
				font-style: italic;
				text-align:center; 
				color: #000000;
				margin-top:2px;
				}
.price		{
		font-size: 20px;
		line-height: 26px;
		font-weight:normal;
		color:#660000;
		text-align:center;
		margin: 12px 0px 2px 12px;
		}
.service	{
		font-weight:bold;
		color:#984000;
		font-style:italic;
		}
.lessSpace	{
			margin-top:4px;
			margin-bottom:4px;
			}
.courierTxt	{
			font-family:"Courier New", Courier, monospace;
			}
ol			{
			margin-left:36px;
			margin-right:24px;
			}
ol li		{
			margin-top:6px;
			}
.siteDesc	{
			font-size:12px;
			font-style:italic;
			line-height:14px;
			text-align:left;
			}
.revPrice	{ 
			font-family:Georgia, "Times New Roman", Times, serif;
			background-color:#993300;
			margin-bottom:12px;
			padding: 4px 6px;
			color:#f7e6cb;
			font-weight:bold;
			text-align:left;
			font-size:17px;
			line-height:21px;
			text-shadow: rgba(0,0,0, .8) 1px 1px 0;
					}
ul.sitem	{
			margin-top:0;
			margin-bottom:0;
			}
.noSpaceBelow2		{
		margin-left:24px;
		margin-right:24px;
		margin-top:10px;
		margin-bottom:0;
		text-align:justify;
		}
