/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
h2 {
	font-size: 16px;
	font-weight: 100;
	color: #A70D0D;
}
h3 {
	font-size: 14px;
	font-weight: 100;
	color: #666;
}
img {
    border-color: #666;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #FF2700;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: underline;
}
.breadcrumb {
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}
.pagetitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:100;
	color: #FFF;
}
.addressbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:100;
	color: #FFF;
}
.bodytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	line-height: 18px;
}
.bodytextbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
.whitetext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	line-height: 18px;
}
.whitetextbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A70D0D;
}
.title1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.ppaltext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 18px;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #A70D0D;
}
.footertext {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

