/* For the main stylesheet, the default is Times Roman small color black*/
body, table  {
	font-size : small;
	font-family : "Comic Sans MS","Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	margin-bottom : 0em;
	padding-left : .2em;
	padding-right : .2em;
	padding-top : .2em;
	padding-bottom : .2em;
	background-repeat : no-repeat;
}

/*  Classes/elements unique to this stylesheet */

th	{
	background-color : #CCAD77;
	font-weight : bold;
	padding : 5px;
	text-align : center;
}

table.small  {
	font-size : 12px;
	font-family : "Comic Sans MS","Trebuchet MS", Verdana, Arial, sans-serif;
	color : #000000;
}

span.underline {
	text-decoration : underline;
	font-weight : bold;
}

.flame {
	color : #F76B42;
}

.black {
	color : Black;
}

/* End classes unique to this stylesheet */

p  {}

div  {}


span  {}

/* this centers all headings*/
h1  {
	text-align : center;
}

h2  {
	text-align : center;
}

h3  {
	text-align : center;
}

h4  {
	text-align : center;
}

h5  {
	text-align : center;
}

h6  {
	text-align : center;
}

/* psuedo classes*/
a:link  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #CCAD77;
}

a:visited  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #CCAD77;
}

a:active  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #CCAD77;
}

A:hover {
	color : #F76B42;
}


/* font families*/
.cursive  {
	font-family : cursive;
}

.fantasy  {
	font-family : fantasy;
}

.monospace  {
	font-family : monospace;
}

.sansserif  {
	font-family : sans-serif;
}

.serif  {
	font-family : serif;
}

.arial  {
	font-family : Arial, Helvetica, sans-serif;
}

.comic  {
	font-family : "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
}

.courier  {
	font-family : "Courier New", Courier, monospace;
}

.impact  {
	font-family : Impact;
}

.times  {
	font-family : "Times New Roman", Times, serif;
}

.verdana  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This set of classes sets left and right margins at an increasing distance.  Like the attribute <cite>, but six levels deep.*/
.first  {
	margin-left : 1em;
	margin-right : 1em;
}

.second  {
	margin-left : 2em;
	margin-right : 2em;
}

.third  {
	margin-left : 3em;
	margin-right : 3em;
}

.fourth  {
	margin-left : 4em;
	margin-right : 4em;
}

.fifth  {
	margin-left : 5em;
	margin-right : 5em;
}

.sixth  {
	margin-left : 6em;
	margin-right : 6em;
}

/* This set of classes set the relative font size.*/
.xxs  {
	font-size : xx-small;
}

.xs  {
	font-size : x-small;
}

.s  {
	font-size : small;
}

.m  {
	font-size : medium;
}

.l  {
	font-size : large;
}

.xl  {
	font-size : x-large;
}

.xxl  {
	font-size : xx-large;
}

/* This set of classes set color. */

.red	{
	color : Red;
}



/* This set of classes set text alignment.*/
.left  {
	text-align : left;
}

.right  {
	text-align : right;
}

.center  {
	text-align : center;
}

.justify  {
	text-align : justify;
}

/* This set of classes set text decoration.*/
.underline  {
	text-decoration : underline;
}

.blink  {
	text-decoration : blink;
}

.linethrough  {
	text-decoration : line-through;
}

.overline  {
	text-decoration : overline;
}

/* This set of classes are for text vertical alignment.*/
.sub  {
	vertical-align : sub;
	font-size : .8em;
}

.super  {
	vertical-align : super;
	font-size : .8em;
}

/* This set is for font style.*/
.italic  {
	font-style : italic;
}

.oblique  {
	font-style : italic;
}

* This set is for relative font size*/

.small  {
	font-size : .8em;
}

.smaller  {
	font-size : .6em;
}

.smallest  {
	font-size : .4em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.4em;
}

.biggest  {
	font-size : 1.6em;
}

/* These sets are for combination attributes*/

.boldul   {
	font-weight : bold;
	text-decoration : underline;
}

.boldital  {
	font-weight : bold;
	font-style : italic;
}

.boldctr  {
	font-weight : bold;
	text-align : center;
}

.boldctrul  {
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}

.boldctrital  {
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

.bigbold  {
	font-size : 1.2em;
	font-weight : bold;
}

.bigboldul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
}

.bigboldital  {
	font-weight : bold;
	font-size : 1.2em;
	font-style : italic;
}

.biggerbold  {
	font-size : 1.4em;
	font-weight : bold;
}

.biggerboldul  {
	font-size : 1.4em;
	font-weight : bold;
	text-decoration : underline;
}

.biggerboldital  {
	font-weight : bold;
	font-size : 1.4em;
	font-style : italic;
}

.smallbold  {
	font-size : .8em;
	font-weight : bold;
}

.smallboldul  {
	font-size : .8em;
	font-weight : bold;
	text-decoration : underline;
}

.smallboldital  {
	font-weight : bold;
	font-size : .8em;
	font-style : italic;
}

.warning  {
	font-size : 1.2em;
	font-weight : bold;
	color : Red;
	text-align : center;
}

.caution  {
	font-size : 1.2em;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}

.bigboldctr  {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

.bigboldctrul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.bigboldctrital  {
	font-size : 1.2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.biggerboldctr  {
	font-size : 1.4em;
	font-weight : bold;
	text-align : center;
}

.biggerboldctrul  {
	font-size : 1.4em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.biggerboldctrital  {
	font-size : 1.4em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.smallboldctr  {
	font-size : .8em;
	font-weight : bold;
	text-align : center;
}

.smallboldctrul  {
	font-size : .8em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.smallboldctrital  {
	font-size : .8em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}