/* ============================================================*/
/*         REGULAR FONTS                                   */
/* ============================================================*/

.matsOutlast {
		font-size: 130%;
		font-weight: bold;
		text-align: center;
		color: #D01372;
		font-family: verdana, arial, sans-serif;
}

.crimson110Bold {
	color: crimson;
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.crimson200Bold {
	color: crimson;
	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.red75 {
	color: #cc0000;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
}

.regFontPad60 {
	color: #000000;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	padding-left: 60px;
}

.regFontBold {
	color: #000000;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.regFontBold105 {
	color: #000000;
	font-size: 105%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.regFontBold110 {
	color: #000000;
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}


.regFontBold120 {
	color: #000000;
	font-size: 120%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.regFontBold155 {
	color: #000000;
	font-size: 155%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.regFontBoldLarge {
	color: #000000;
	font-size: 130%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

.regFontBoldRed {
	color: #dc143c;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}


.regFontBoldRedLG {
	color: #dc143c;
	font-size: 130%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}


.regFontIvory {
	color: ivory;
	font-size: 100%;
	font-family: arial;
	font-weight: bold;
}


.regFontIvoryLg {
	color: ivory;
	font-size: 120%;
	font-family: arial;
	font-weight: bold;
}


.regFontIvorySm {
	color: ivory;
	font-size: 70%;
	font-family: arial;
}

.regFontSm {
	color: #000000;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
}

.regFontMed {
	color: #000000;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}


.regFontMed2 {
	color: #000000;
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
}

.reg95Indigo {
	color: indigo;
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
}

.reg95IndigoBold {
	color: indigo;
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.Indigo100Bold {
	color: #F06510;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: BOLD;
}

.reg95BlackBold {
	color: #000000;
	font-size: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.regFont95Bold {
	color: #000000;
	font-size: 95%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.regFont70Bold {
	color: #000000;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.regFontIvoryMed {
	color: ivory;
	font-size: 85%;
	font-family: verdana, helvetica;
}

.Orange100 {
	color: #F06510;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
}

.Orange120Bold {
	color: #F06510;
	font-size: 120%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;		
	padding-left: 50px;
}

.Orange170Bold {
	color: #F06510;
	font-size: 170%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;	
	padding-left: 30px;
}

/* ___________________________________________*/


/* ###########  text link section headers ########### */
.normHead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	font-color: black;
}


.mainHead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	font-color: black;
	background-color: yellow;
}


/* ###########  TEXT LINKS ########### */

td.topHomePage {
	background-color: indigo;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  80%;
	padding-top: 5px;
	padding-bottom: 5px
}

/* ------------------------------------- */

.topHomePage A {
	color: #fffff0;
	font-weight: bold;
	text-decoration: underline;
}

/* ------------------------------------- */

.topHomePage A:hover {
	color: indigo;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffff00;
}

/* ------------------------------------- */

td.textlink {
	color: #ffffff;
}

.textlink A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #582ABC;
	font-size: 70%;
}

/* ------------------------------------- */

.textlink A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #582ABC;
	background-color:  #ffff95;
	font-size:  70%;
}

/* ------------------------------------- */

.textlink A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: gray;
	font-size:  70%;
}


/* ###########  TEXT ########### */

.regFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: indigo;
	font-size:  80%;
}	


.regFontLgBold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: indigo;
	font-size:  115%;
	font-weight: bold;
}	


.PageHead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size:  120%;
}	

.PageHeadLine2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: indigo;
	font-size:  90%;
	font-weight: bold;
}	


.foot {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: indigo;
	font-size:  70%;
}	

/* ###########  CART ########### */

.cart A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: indigo;
	font-size: 105%;
	font-weight: bold;
}

.cart A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: yellow;
	background-color:  crimson;
	font-size:  105%;
	font-weight: bold;
}

