
/*Headings*/

h1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 1.5em;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color:#006
}

/*Applies to table data*/

/*Applies to all versions of PatternMaker*/
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #008040;
	
}

.basic a,
.basic a:link
.basic a:visited{
	color: #008040;
	text-decoration:underline;
}

/*Applies to Deluxe Editor and above elements*/
.deluxe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0080FF;

}

.deluxe a,
.deluxe a:link
.deluxe a:visited{
	color:#0080ff;
	text-decoration:underline;
}

/*Applies to Professional Studio and above elements*/
.pro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990033;
}

.pro a,
.pro a:link,
.pro a:visited{
	color: #903;
	text-decoration: underline;
}

/*Applies to Grading Studio and above elements*/
.grading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6633CC;
}

.grading a,
.grading a:link,
.grading a:visited{
	color: #63C;
	text-decoration:underline;
}

/*Applies to Marker Studio Elements*/
.marker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF00FF;

}

.marker a,
.marker a:link,
.marker a:visited{
	color: #F0F;
	text-decoration: underline;
}


td {
	text-align: center;
}

