/* Image Source Font Style Sheet                                     */
/* ----------------------------------------------------------------- */

/*Default Font Setup*/
BODY
{	
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/*Default Paragraph Setup*/
P
{
	margin: 0px;
	margin-bottom: 4px;
}

/*Red font color used for 
special purposes*/
.Red
{
	color: #A93D30;
}

/*Clear Lists from having bullets
Used for special purposes*/
.Default blockquote
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
	margin-top: -4px;
}

.LeftContentCell
{
	margin-bottom: 12px;
}

/*Default Links are red*/
.Red A,
.Link-Red A
{
	color: #A93D30;
	text-decoration: none;
}

.Red A:HOVER,
.Link-Red A:HOVER
{
	/*color: #DC765A;*/
	color: #538889;
	text-decoration: none;
}

/*Sidebar Links are Blue*/
A,
.Link-Blue A
{
	color: #538889;
	text-decoration: none;
}

A:HOVER,
.Link-Blue A:HOVER
{
	/*color: #387DD4;*/
	color: #A93D30;
	text-decoration: none;
}

.Default-Sidebar	{color: #463A31;}
.Default		{color: #000000;}

.Default-Sidebar,
.Default {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	font-size : 8.5pt;
}

/*Normal Font (Non-Header or Title)*/
.Normal {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	font-size : 8.5pt;
}

.Normal-Italic {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	font-style: italic;
	font-size : 8.5pt;
}

.Normal-Bold {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	font-style: normal;
	font-size : 8.5pt;
}

/*Colored Titles*/
.Title-Company,
.Title-Products,
.Title-Sevices,
.Title-CustomerSuccess,
.Title-Support,
.Title-NewsAndEvents
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 12.5pt;
	letter-spacing: -0.6pt;
	font-weight: bold;
}

/*Colored Headings*/
.Head-Company,
.Head-Products,
.Head-Services,
.Head-CustomerSuccess,
.Head-Support,
.Head-NewsAndEvents,
.Head-Black,
.Head
{
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 9.0pt;
	line-height: 10.0pt;
	font-weight: bold;
}

/*Colored Sub Headings*/
.SubHead-Company,
.SubHead-Products,
.SubHead-Services,
.SubHead-CustomerSuccess,
.SubHead-Support,
.SubHead-NewsAndEvents,
.SubHead-Black,
.SubHead
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9.0pt;
	line-height: 10.0pt;
	font-weight: normal;
}

/*Colored, italic Sub Headings*/
.SubHead-Italic-Company,
.SubHead-Italic-Products,
.SubHead-Italic-Services,
.SubHead-Italic-CustomerSuccess,
.SubHead-Italic-Support,
.SubHead-Italic-NewsAndEvents,
.SubHead-Italic-Black,
.SubHead-Italic
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9.0pt;
	line-height: 10.0pt;
	font-weight: normal;
	font-style: italic;
}

/*Red*/
.Body-Company,
.Title-Company,
.Head-Company,
.SubHead-Company,
.SubHead-Italic-Company		{color : #A93D30;}

/*Magenta*/
.Body-Products,
.Title-Products,
.Head-Products,
.SubHead-Products,
.SubHead-Italic-Products	{color : #5D142D;}

/*Teal*/
.Body-Services,
.Title-Sevices,
.Head-Services,
.SubHead-Services,
.SubHead-Italic-Services	{color : #538889;}

/*Yellow*/
.Body-CustomerSuccess,
.Title-CustomerSuccess,
.Head-CustomerSuccess,
.SubHead-CustomerSuccess,
.SubHead-Italic-CustomerSuccess	{color : #EEBB5B;}

/*Grey*/
.Body-Support,
.Title-Support,
.Head-Support,
.SubHead-Support,
.SubHead-Italic-Support		{color : #74685A;}

/*Brown*/
.Body-NewsAndEvents,
.Title-NewsAndEvents,
.Head-NewsAndEvents,
.SubHead-NewsAndEvents,
.SubHead-Italic-NewsAndEvents	{color : #997662;}

.Head-Black,
.SubHead-Black,
.SubHead-Italic-Black		{color : #000000;}

.Head-NewsAndEvents A
{
	color : #997662;
}

.Head-NewsAndEvents A:hover
{
	color: #538889;
	text-decoration: none;
}

.Error-Text
{
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16.0pt;
	line-height: 10.0pt;
	font-weight: bold;
	font-style: normal;
}