

/*--------------------------------- (19px new) ---------------------------------*/


/* title text black */
.titletextblackone {font-family: Arial,Helvetica; font-size: 19px; color: #000000;}

/* title text green */
.titletextgreenone {font-family: Arial,Helvetica; font-size: 19px; color: #7DC242;}

/* title text gray */
.titletextgrayone {font-family: Arial,Helvetica; font-size: 19px; color: #666666;}


/*--------------------------------- (17px new) ---------------------------------*/






/*--------------------------------- (12px new) ---------------------------------*/


/* table title text white */
.tabletexttitle {font-family: Arial,Helvetica; font-size: 12px; font-weight: bold; color: #ffffff;}

.tabletexttitledark {font-family: Arial,Helvetica; font-size: 10px; font-weight: bold; color: #000000;}

.tablepackagetitle {font-family: Arial,Helvetica; font-size: 12px; font-weight: !bold; color: #000000;}

.tablefeaturetitle {font-family: Arial,Helvetica; font-size: 12px; font-weight: bold; color: #eeeeee;}


/* table text green */
.titletextgreenone {font-family: Arial,Helvetica; font-size: 19px; color: #7DC242;}

/* table text gray */
.titletextgrayone {font-family: Arial,Helvetica; font-size: 19px; color: #666666;}


/*--------------------------------- (17px new) ---------------------------------*/







/* title text black */
.titletextblacktwo {font-family: Arial,Helvetica; font-size: 17px; color: #000000;}

/* title text green */
.titletextgreentwo {font-family: Arial,Helvetica; font-size: 17px; color: #7DC242;}

/* title text gray */
.titletextgraytwo {font-family: Arial,Helvetica; font-size: 17px; color: #666666;}


/*--------------------------------- (15px new) ---------------------------------*/


/* title text black */
.titletextblackthree {font-family: Arial,Helvetica; font-size: 15px; color: #000000;}

/* title text green */
.titletextgreenthree {font-family: Arial,Helvetica; font-size: 15px; color: #7DC242;}

/* title text gray */
.titletextgraythree {font-family: Arial,Helvetica; font-size: 15px; color: #666666;}


/*--------------------------------- (12px new) ---------------------------------*/


/* body text black */
.bodytextblack {font-family: Arial,Helvetica; font-size: 12px; color: #000000;}

/* body text red */
.bodytextred {font-family: Arial,Helvetica; font-size: 12px; color: #990000;}

/* body text green */
.bodytextgreen {font-family: Arial,Helvetica; font-size: 12px; color: #7DC242;}

/* body text white*/
.bodytextwhite {font-family: Arial,Helvetica; font-size: 12px; color: #FFFFFF;}

/* body text gray*/
.bodytextgray {font-family: Arial,Helvetica; font-size: 12px; color: #666666;}


/*--------------------------------- (11px new) ---------------------------------*/

/* small black text */
.smalltextblack {font-family: Arial,Helvetica; font-size: 11px; color: #000000;}

/* small red text */
.smalltextred {font-family: Arial,Helvetica; font-size: 11px; color: #990000;}

/* small green text */
.smalltextgreen {font-family: Arial,Helvetica; font-size: 11px; color: #7DC242;}

/* small white text */
.smalltextwhite {font-family: Arial,Helvetica; font-size: 11px; color: #FFFFFF;}

/* small gray text */
.smalltextgray {font-family: Arial,Helvetica; font-size: 11px; color: #666666;}


/*----------------------------------- (Other) -----------------------------------*/


/* strikethrough text */
.strike {text-decoration: line-through;}


/*====================================================================*/
/*============================= LINKS =================================*/
/*====================================================================*/

/* set properties for how links will display in all browsers here*/

/* default links
A:link	{text-decoration: underline; color: #7DC242; font-weight: bold;}	
A:visited {text-decoration: underline; color: #7DC242; font-weight: bold;}
A:hover	{text-decoration: underline; color: #7DC242; font-weight: bold;}
A:active {text-decoration: underline; color: #7DC242; font-weight: bold;}
*/

/* body text black links */ A.bodytextblack:link {text-decoration: underline; color: #000000;}	
A.bodytextblack:visited {text-decoration: underline; color: #000000;}	
A.bodytextblack:active {text-decoration: underline; color: #000000;}

/* body text green links */
A.bodytextgreen:link {text-decoration: underline; color: #7DC242;}	
A.bodytextgreen:visited {text-decoration: underline; color: #7DC242;}	
A.bodytextgreen:active {text-decoration: underline; color: #7DC242;}


/*====================================================================*/
/*============================= BACKGROUNDS ===========================*/
/*====================================================================*/


/* default body background color */ 
/* BODY {background: #FFFFFF none;} *?

/* bgcolor for table light green */
.bgtblgreen {background: #A4D47A none;}


/*====================================================================*/
/*============================= STRUCTURAL ============================*/
/*====================================================================*/


/* paragraph */
p {font-family: Arial,Helvetica; font-size: 12px; font-weight: normal;}

/* blockquote */
BLOCKQUOTE, PRE	{font-family: Arial,Helvetica; font-size: 12px; font-weight: normal;}		

/* list bullet points */
UL LI {font-family: Arial,Helvetica; font-size: 12px; list-style-type: square;}	

UL LI LI {font-family: Arial,Helvetica; font-size: 12px; list-style-type: disc;}	

UL LI LI LI {font-family: Arial,Helvetica; font-size: 12px; list-style-type: circle;}	
	
OL LI	{font-family: Arial,Helvetica; font-size: 12px; list-style-type: decimal;}	

/* list alphabetical markers */
OL OL LI {font-family: Arial,Helvetica; font-size: 12px; list-style-type: lower-alpha;}	

/* list number markers */
OL OL OL LI {font-family: Arial,Helvetica; font-size: 12px; list-style-type: lower-roman;}

