/*Base Classes*/

body {
 background: transparent url('images/background.gif');
 padding: 0;
 margin: 0;
}
img {
 border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
} 

/*Standard Text Classes*/

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
.body a:link {
    color: #a74497;
    text-decoration: none;
}
.body a:visited {
    color: #a74497;
    text-decoration: none;
}
.body a:hover {
    color: #000;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	font-weight: bold;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.bodysmall a:link {
    color: #000;
    text-decoration: none;
}
.bodysmall a:visited {
    color: #000;
    text-decoration: none;
}
.bodysmall a:hover {
    color: #a74497;
    text-decoration: none;
}
.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #a64497;
}
.header a:link {
    color: #a64497;
    text-decoration: none;
}
.header a:visited {
    color: #a64497;
    text-decoration: none;
}
.header a:hover {
    color: #000;
}
.headerSmall {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #a64497;
}
.headerSmall a:link {
    color: #a64497;
    text-decoration: none;
}
.headerSmall a:visited {
    color: #a64497;
    text-decoration: none;
}
.headerSmall a:hover {
    color: #000;
}
.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	color: #a64497;
}
.title a:link {
    color: #a64497;
    text-decoration: none;
}
.title a:visited {
    color: #a64497;
    text-decoration: none;
}
.title a:hover {
    color: #000;
}
.hugetitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #a64497;
}

/*Colored Standard Classes*/

.purple {
    color: #a64497;
}
.customClass1 {
    color: #a64497;
}
.bodyblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
.bodyblack a:link {
    color: #000;
    text-decoration: underline;
}
.bodyblack a:visited {
    color: #000;
    text-decoration: underline;
}
.body a:hover {
    color: #000;
    text-decoration: none;
}
.bodyBlackBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}
.bodyWhiteBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.bodyWhite {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
}
.bodyWhite a:link {
    color: #fff;
}
.bodyWhite a:visited {
    color: #fff;
}
.bodyWhite a:hover {
    color: #fff;
    text-decoration: none;
}
.bodyGreenBold a:link {
    text-decoration: none;
    color: #b1d034;
}

.bodyGreenBold a:visited {
    text-decoration: none;
    color: #b1d034;
}

.bodyGreenBold a:hover {
    text-decoration: none;
    color: #b1d034;
}
.input {
    height: 18px;
    border: solid 1px #666;
    font-size:10px;
}
.crumbs {
    padding: 8px 20px 15px 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 15px;
}
.crumbs a:link {
    color: #000;
    text-decoration: none;
}
.crumbs a:visited {
    color: #000;
    text-decoration: none;
}
.crumbs a:hover {
    color: #a74497;
}
.itemList 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    line-height: 15px;
    font-weight: bold;
}
.itemList a:link
{
    color: #f68500;
    font-weight: normal;
}
.itemList a:hover
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.itemList a:visited
{
    color: #f68500;
    font-weight: normal;
}
.bodyContent
{
    margin: 5px 15px 5px 30px;
}