BODY
{
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD
{
	FONT-WEIGHT: 500;
	FONT-SIZE: xx-small;
	FONT-FAMILY: Verdana, Arial, sans-serif
	
}

A
{
    COLOR: blue;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #8b008b
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: none
}
.myTotal
{
	FONT-WEIGHT: 600;
	FONT-SIZE: x-small;
	BACKGROUND-COLOR: #d8bfd8
}
.myTh
{
	FONT-WEIGHT: 600;
	FONT-SIZE: x-small;
	BACKGROUND-COLOR: #b0c4de
}
.myGreyRow
{
	CURSOR: hand;
	BACKGROUND-COLOR: #e6e6fa;
	color : blue;
}
.myBlueRow
{
	CURSOR: hand;
	COLOR: Blue;
	BACKGROUND-COLOR: lightgrey
}
.highlightRow
{
    CURSOR: hand;
    COLOR: blue;
    FONT-STYLE: italic;
    BACKGROUND-COLOR: white
}
.button
{
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	WIDTH: 200px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	HEIGHT: 40px
}

.bagbutton
{
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	WIDTH: 150px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	HEIGHT: 40px
}

.bigButton
{
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	WIDTH: 280px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	HEIGHT: 40px
}

.smallButton
{
	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	WIDTH: 200px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	HEIGHT: 30px
}



.smallPrint
{
    FONT-WEIGHT: 300;
    FONT-SIZE: 14px
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
	margin-bottom: 1%;
	margin-top: 1%;
}

.docToner
 {
	font-family : "Comic Sans MS";
	font-size : small;
	font-weight : normal;
}
