body {
  margin: 0 0 0 0; padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
  background-image: url(images/back.gif);
}

a:link {
	color: #FF501D;
	text-decoration: none;
}
a:visited {
	color: #FF501D;
	text-decoration: none;
}
a:hover {
	color: #FF501D;
	text-decoration: underline;
}
a:active {
	color: #FF501D;
	text-decoration: none;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

.big {
        font-size: 16px;
        font-weight: normal;
        line-height: 140%;
}

.xbig {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}
.med {

        font-size: 14px;
        font-weight: normal;
        line-height: 140%;
}
.small {

        font-size: 12px;
        font-weight: normal;
        line-height: 140%;
}
.medBold {


        font-size: 14px;
        font-weight: bold;
        line-height: 140%;
}
.BigBoldOrange {

	font-size: 24px;
	color: #FF501D;
}
.medItalicGrey {
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	font-style: italic;
	color: #666666;
}
