
/*** begin set styles for content ***/

.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight: bold;
	font-style: italic;
	color:#990000;
}

.PageCaption {
	font-style: italic;
	font-size: 1.5em;	
}

.BoldSectionTitle {
	font-weight: bold;
	font-style: italic;
}

.BoldSectionTitleMedium {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.SectionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color:#990000;
}

.SectionTitleBlack {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#000000;
}

.BlueSectionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight: bold;
	color:#003399;
}

.RedText {
	color:#990000;
}

.SmallText {
	font-size: .85em;
}

.SmallTextBold {
	font-size: .8em;
	font-weight: bold;
}

.RedBold {
	color:#990000;
	font-weight: bold;
}


/*** Home Page Products Styles ***/

	.mainProducts
	{
		border: solid 3px #000000;
		width: 790px;
		background: #97AAAA url(images/FrontPage/bgTitle.jpg) repeat-y top right;
		margin-bottom: 10px;
	}
	
	.mainProducts .bdrRight
	{
		border-right-style: solid;
		border-right-color: #6D6E71;
		border-right-width: 3px;
	}
	
	.mainProducts a
	{
		font: bold 10pt Arial;
		color: white;
		text-decoration: none;
	}
	
	.mainProducts a:hover
	{
		text-decoration: underline;
	}
	
	.mainProducts .bgSubHdr
	{
		 background-color: #6D6E71;
		 text-align: center;
		 height: 20px;
		 vertical-align: middle;
	}
	
	.mainProducts .bdrSubHdr
	{
		border-top: solid 2px #000000; 
		border-bottom: solid 2px #000000;
	}
	
	.mainProducts .title
	{
		font: bold 14pt Arial; 
		color: #FFFFFF; 
		padding-left: 10px;
	}
	
	.mainProducts .subTitle
	{
		 font: bold 12pt Arial;
		 color: #000000;
		 padding-bottom: 0px;	  
	}
	
	.mainProducts .smSubTitle
	{
		font: bold 8pt Arial;
		color: #000000;
		padding-top: 0px;	  
	}
	
	.mainProducts img
	{
		float:left;
		border: 0px;
	}
