﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.GrayText
{
	font-family:Arial;
	font-size:12pt;
	color:#666666;

}
.MediumBlackText
{
	 font-family:Arial;
	 color:Black;
	 font-size:14Px;
	 font-weight:600;
}

.SmallBlackText
{
	 font-family:Arial;
	 color:Black;
	 font-size:9px;
}

.RedText
{
	
	font-family:Arial;
	color:#FF0000;
	font-size:11px;
	
}
.SmallWhiteText
{
	font-family:Arial;
	color:White;
	font-size:11px;
	background-color:#FF0000
}	

.BigWhiteText
{
	font-family:Arial;
	color:White;
	font-size:25px;
	font-weight:bold;
}	
.BigBlackText
{
	 font-family:Arial;
	 color:Black;
	 font-size:15Px;
	 font-weight:bold;
}

.Lightgraytext
{
	font-family:Arial;
	font-size:10px;
	color:#666565;
}

.HeaderText
{
	font-family:Arial;
	color:black;
	font-size:15px;
	font-weight:bold;	
}


.ThankYouText
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #cc0000;
    
}


.PatentText
{
    font-family:Arial;
    font-size:8pt;
    font-style:italic;
    color:Gray;
}

.QuoteHeader
{
    font-family:Arial;
    color:Black;
    font-size:14px;
    font-weight:bold;
}

.ImageFooterText
{
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
    font-family: Tahoma;
}

.GrayText2
{
	font-family:Arial;
	font-size:10pt;
	color:#666666;
    font-style:italic;

}

.GrayText3
{
	font-family:Arial;
	font-size:10pt;
	color:#666666;

}

.OrangeText
{
    font-family:verdana;
    color:Orange;
    font-size:7pt;
    font-weight:bold;
}

.HomePageText
{
    font-family: verdana;
    font-size: 7pt;
    color: slategray;
}

.HomePageTextGreen
{
    font-size: 13pt;
    color: #739783;
    font-family:Georgia;
}

.ThumbNailFooterText
{
  font-family:Tahoma;
  font-size:9pt;
  font-weight:bold;
  color: slategray;
  
}

.GreenComProgText
{
    font-family:Tahoma;
    font-size:11pt;
    color: #739783;
    font-weight:bold;

}

.BottomHomePageText
{
    font-family: verdana;
    font-size: 9pt;
    color: slategray;
}