﻿BODY {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: white;
}

/*========================================*/
#divHeader {
    background-color: rgb(24,30,31);
    color: white;
    padding: 0px 50px;
    border-top: 5px solid #ff530d;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h2 {
	color: #999999;
}

#divFooter {clear:both;margin-top:40px;}
#divFooter, #divFooter a {
	font-size: 11px;
	color: #999;
}
#divFooter a:hover {
    text-decoration: underline;
    color: #ff530d;
}

.pre {margin-bottom:40px;}
li {margin-bottom:7px;}
ul.s {list-style-type: square;}
ul.b {list-style-type:none;margin:0;padding:0}
ul.b li {float:left;margin-right:10px;}

.pl, .pl:visited {color: #ff530d;text-decoration: none;}
.pl:hover {
    color: #ff530d;
    text-decoration: underline;
}

.button {color:white;padding:6px 20px;background-color:whitesmoke;cursor: pointer; cursor:hand;font-size:14pt;text-decoration:none;}
.button:visited {color:white;}
.button:hover {color:white;background-color:gainsboro;}

.default {background-color:#5cb85c;color:white;}
.default:hover {background-color:#47a447;color:white;}

#divFooter ul.s {padding-left:50px;}
#divFooter ul.s li {color: #ff530d;}

.logo {
	padding: 15px 0;
	width: 233px;
	height: 64px;
}

#divContent {font-size:12px;padding:30px 50px;}
.c1 {clear:both;float:left;width:75px;padding-bottom:25px;font-weight:bold}
.c2 {float:left;padding-bottom:25px;}
.pre {clear:both;}