/* 
A Trade and Value, Corp. design 

Please refrain from copying this stylesheet

*/

html {
height: 100%;
}
body {
width:970px;
margin:0px auto;
padding:0px;
font-family: Arial, Helvetica, Sans Serif;
}


/* ====HEADER STARTS HERE====== */

.home-header{
width:970px;
height:108px;
margin: 0px auto;
background-color: #ffffff;
overflow: hidden;
}
.home-header-left{
width: 250px;
height: 108px;
float: left;
text-align: center;
}
.home-header-center{
width: 470px;
height: 108px;
float: left;
}
.home-header-right{
width: 250px;
height: 108px;
float: left;
}
.home-header-right #date{
margin-top: 87px;
margin-left: 127px;
font-family: Arial, Times;
font-size: 10pt;
color: #4b4b4b;
}


/* ========END HEADER=============== */

/* ==== START DATE ========= */

.top-date{
width: 970px;
height: 20px;
background-color: #ffffff;
border-top: #4b4b4b 1px solid;
clear: both;
overflow: hidden;
}
.top-date #date{
position: relative;
margin-top: 2px;
margin-right: 10px;
font-family: Arial, Times;
font-size: 10pt;
color: #4b4b4b;
float: right;
}
/* END DATE */

/* ============ START NAVIGATION =============== */

.main-nav{
width: 970px; 
height: 27px; 
padding-top: 5px; 
background-image: url(../images/elements/main-nav-bar.png); 
background-repeat: repeat-x; overflow: hidden; 
clear: both;
}
.main-nav p{
display: inline; 
margin-left: 35px; 
margin-right: 35px;
}
.main-nav a:link, .main-nav a:active, .main-nav a:visited{
font-family: Arial, Times; 
font-size: 11pt; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}
.main-nav a:hover{
font-family: Arial, Times; 
font-size: 11pt; 
font-weight: bold; 
text-decoration: underline; color: #ffffff;
}

/* ============= END NAVIGATION ======== */

/* ========MAIN BODY STARTS HERE======== */

.main-body{
width:970px;
margin:0px auto;
background-color: #ffffff;
text-align:left;
font-size: 10pt;
}
.main-body table{
text-align:left;
}
.main-body a:link, .main-body a:active, .main-body a:visited{
font-family: Times, Arial;
font-size: 11pt;
color: #074a98;
text-decoration: underline;
font-weight: bold;
}
.main-body a:hover{
font-family: Times, Arial;
font-size: 11pt;
color: #c64934;
text-decoration: underline;
font-weight: bold;
}

/* ==========END MAIN BODY=========== */

/* ====FOOTER STARTS HERE======= */
.main-footer{
width: 970px;
height: 104px;
margin:0px auto;
background-color: #ffffff;
border-top: #4b4b4b 4px solid;
overflow: hidden;
clear: both;
}

.main-footer-links{
width: 720px;
height: 104px;
float: left;
overflow: hidden;
}
.main-footer-links p{
margin-top: 20px;
margin-left: 20px;
float: left;
overflow: hidden;
}
.main-footer-links a:link, .main-footer-links a:active, .main-footer-links a:visited{
color: #4b4b4b;
font-weight: normal;
text-decoration: none;
font-size: 10pt;
font-family: Arial, Times;
}
.main-footer-links a:hover{
color: #ff9900;
text-decoration: underline;
font-weight: normal;
font-size: 10pt;
font-family: Arial, Times;
}
.main-footer-logo{
width: 250px;
height: 104px;
float: left;
}
.main-footer-bottom{
width: 970;
height: 20px;
margin: 0px auto;
background-color: #0058a1;
clear: both;
}
.main-footer-bottom p{
display: inline;
}
.main-footer-bottom a:link, .main-footer-bottom a:active, .main-footer-bottom a:visited{
font-size: 11pt;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}
.main-footer-bottom a:hover{
font-size: 11pt;
font-weight: bold;
text-decoration: underline;
color: #ffffff;

}

.credits-footer{
width: 970px;
height: 80px;
margin: 0px auto;
margin-top: 20px;
font-family: Arial, Times;
font-size: 8pt;
color: #7b7b7b;
text-align: center;
clear: both;
}

/* =====END FOOTER===== */

/* ====LINKS=== */

a:link, a:visited {
font-family: Times, Arial;
font-size: 11pt;
color: #000080;
text-decoration: none;
font-weight: bold;
}
a:hover {
font-family: Times, Arial;
font-size: 11pt;
color: #c64934;
text-decoration: underline;
font-weight: bold;
}
/* ====END LINKS===== */

.clr{
clear: both;
}




/* =======LIST ITEMS======= */

ul{

}
li{
line-height: 15px;
padding-left: 0px;
padding-top: 0px;
list-style:  ;
font-family: Arial, Times;
font-size: 10pt;

/* background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px; */
}
td{
text-align: left;
font-size: 11px;
}


/* =======END LIST ITEMS======= */


