
html, body {
	font-family:helvetica,tahoma,verdana;
	font-size:12px;
	line-height: 16px;
	background-color:#000000;	
	padding:0px;
	margin:0px;
}

dt {
	display:none;

}
dl , dd {
	margin:0;
	padding:0;
}
dd {	
	float:left;
}

a, p , h1 , h2 ,h3 ,h4,th,td, li {
	color:#ffffff;
	text-decoration:none;
}

p {
    display: block;
    margin: 0px 10px 15px 0px;
}

img {
    border: none;
}
.img_pad_left {
    display:block;
    float:left;
    margin-left: 30px;
}
html>body .img_pad_left 
{
    /*border: 1px solid #ff0000;*/
    margin-left: 70px;
}

a:hover
{
	/*text-decoration:underline;*/
	color:#D44029;
}
p.smaller {
	font-size:80%;
}

h1 {
	/*font-size:275%;*/
	font-size:271%;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:40px;
	display:block;
	clear:both;
	padding-top:5px;
}
h2 {
	font-size:120%;
}


.highlight {
	color:#D44029;
}



table {
	border-collapse:collapse;
	margin:8px 0px;
	font-size:12px;
	line-height: 16px;
}

td,th {
	padding:2px 25px 2px 0px;
	display: table-cell;
	vertical-align: top;
}


th {
    margin-right:4px;
    border-bottom: 2px solid #0f0f0f;
    border: 0px solid #ff0000;
    text-align: left;
    white-space:nowrap;
}
th a, th a:active, th a:link, th a:visited {
    width:97px;
    display: block;
    text-align: right;
    margin-top: 0px;
    font-weight:bold;
    color:#D44029;
    background:url("../images/creative-menu-button.png") left top no-repeat;
    padding: 0px 0px 0px 18px;
    border-bottom: 1px solid #0f0f0f;
    border: 0px solid #ff0000;
}
html>body th a, th a:active, th a:link, th a:visited 
{
  width:79px;  
}
th a:hover {	
    /*background:url("../images/creative-menu-button4.png") left top no-repeat;*/
    background:url("../images/creative-menu-button2.png") left top no-repeat;
}


.align_right {
    position: absolute;
    bottom: 40px;
    right: 0px;
    display: block;
    float: right;
    border: 0px solid #ff0000;
    margin-right: 21px;
}
.align_right a.back {
    background:url("../images/back.png") center left no-repeat;
    color:#D44029;
    display: block;
    float: right;
    margin: 0px 2px 0px 2px;
    padding: 0px 5px 0px 15px;
}
.align_right a.next {
    background:url("../images/next.png") center right no-repeat;
    color:#D44029;
    display: block;
    float: right;
    margin: 0px 2px 0px 2px;
    padding: 0px 15px 0px 5px;
}
.align_right a:hover {
    color:#ffffff;
}

.align_right_heading {
    position: absolute;
    top: 205px;
    right: 0px;
    display: block;
    float: right;
    border: 0px solid #ff0000;
    margin-right: 21px;
    font-weight: bold;
    font-size: 90%;    
}

.align_right_heading a {
    color: #D44029;
}
.align_right_heading a:hover {
    color: #6F6E6E;
}


div.spacer {
clear: both;
}





