/* Body Styles */

BODY {
    margin: 0px;
}

A {
	color: #faa626;
    text-decoration: none;
}
A:hover {
	color: #3399FF;
}
A:visited {
	color: #3399FF;
}
A:active {
	color: #3399FF;
}


/* Default Form Field Styles */

TEXTAREA,
SELECT,
INPUT[type="text"],
INPUT[type="password"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 1px;
    border: 1px inset #000000;
}

TEXTAREA {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA[disabled],
SELECT[disabled],
INPUT[disabled] {
    background-color: #DDDDDD;
}

/* Login Area Styles */

TABLE.login {
}
TABLE.login TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #666666;
}
TABLE.login TD.heading {
    color: #999999;
}

/* Body Content Styles */

.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.content,
.content TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
}
.content {
}

.padLeftRight {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.padLeft {
	padding-left: 8px;
}
.padRight {
	padding-right: 8px;
}

.content B {
	font-weight: bold;
}

.content .heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #faa626;
	font-size: 12px;
	font-weight: bold;
}

/* Other Styles */

TABLE.links TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #DDDDDD;
}



.zheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}

.zcheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.zcstore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
}
.headingBK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.photoheadingName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.photoheadingCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.homeindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.IFrame {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.HeadingWT {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greySmall {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C7175;
}
.whiteSmall {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}