/* Type CSS */

body	{font-family: Georgia, "Times New Roman", serif;
		font-family: "Trebuchet MS", Tacoma, Verdana, Arial, sans-serif;
		font-size: 0.8em;
		line-height: 1.4em;}
		
h1, h2, h3, h4	{clear: both;
				font-family: Georgia, "Times New Roman", serif;
				margin-top: 5px;
				margin-left: 10px;
				margin-right: 10px;
				margin-bottom: 10px;}

h1	{font-size: 1.5em;
	display:block;
	border-bottom: 2px solid #006666;
	padding-bottom: 7px;
	color: #003333;}

h2, h2.plain	{font-size: 1.3em;
	display:block;
	border-bottom: 0px dotted gray;
	padding-bottom: 7px;}
	
h2.plain	{margin-top: 45px;
			margin-bottom: 0px;
			padding-top: 0px;
			padding-bottom: 0px;}
	
h3	{font-size: 1.1em;
	display: block;
	}		

h4	{font-size: 1em;
	}

h3.innerTitle	{margin-bottom: 0;}							

p.firstPara:first-letter	{font-family: Georgia, "Times New Roman", Times, serif;
							font-size: 2.8em;
							padding-right: 7px;
							padding-bottom: 0px;
							font-weight: bold;
							display:block;
							float: left;
							color: #003333;}
							
p.firstPara:first-line		{font-weight: bold;
							color: #003333;
							font-size: 1.2em;}			

p.sectionTitle		{margin-top: 0;
					background-color: #003333; 
					border-bottom: 5px solid #006666; 
					color: #fff; 
					font-weight: bold; 
					font-size: 1.2em;
					padding: 5px;
					text-align: center;}

ol, ul {
	border: 0px solid #000;
	margin: 1em;
	padding: 5px;
	list-style: disc;
	list-style-image:url(../img/graphics/arr_R_orange.gif);
	text-indent: 0;	
	margin-left: 2em;
}

ol li, ul li	{line-height: 1.3em;
				margin-bottom: 5px;}

a:link, a:visited	{color: #990000; color: #003333;
					text-decoration: none;
					border-bottom: 1px dotted #003333;
					font-weight: normal;}					
	
a:hover	{color: #003333; color: #990000;
		border-bottom: 2px dotted #990033;}		
		
p.sectionTitle a:link, p.sectionTitle a:visited	{color: #fff;
												font-weight: bold;}
												
p.sectionTitle a:hover	{color: #fc3;
						border-bottom: 0px;
						text-decoration:none;}												

.bold	{font-weight: bold;}						
	
.tier2text	{font-size: 0.9em;
			font-family: Arial, Helvetica, sans-serif;
			color: #333;
			line-height:normal;}	
			
p.tier2text	{padding: 10px;
			padding-bottom: 5px;
			padding-top: 0px;
			margin-top: 0px;}
			
.qAvail, .qSold	{font-weight: bold;}
.qAvail	{color: #003300;}
.qSold	{color: #660000;}	

.smallHeader	{font-weight: bold;
				font-size: 0.85em;}
