/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg {
	background-color: #575757;
}
.bg-corner-right {
	background-image: url(bg-corner-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-headquarters {
	background-image: url(bg-headquarters.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
	padding-top: 25px;
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	line-height: 14px;
}
.padding {
	padding: 20px;
	text-align: left;
}
hr {
	color: #CCCCCC;
	height: 1px;
}
.contentpane {
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-top: 30px;
	padding-left: 30px;
}
.leftpane {
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
	padding: 20px;
}
.rightpane {
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
	padding: 20px;
}
.bottom {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 30px;
	background-color: #E7E6E6;
}
.top {
	color: #ad0100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height: 18px;
	padding: 20px;
	text-align: left;
}
p {
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
	color: #424242;
    font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
	color: #ad0100;
    font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #424242;
    font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #ad0100;
    font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #424242;
    font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #ad0100;
    font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

