/*
|------------------
| Tag(s) - Reset
|------------------
*/

body  {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-size: 1.0em;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: none;
}

P8{ color:#012891; text-shadow: 2px 2px 2px #222222;font-weight:bold; font-size:17pt; font-family:Verdana,sans-serif }  
H7{ color:red; text-shadow: 2px 2px 4px #000000;font-weight:bold; font-size:24pt; font-family:Verdana,sans-serif }   
P7{ color:#000; text-shadow: 1px 2px 2px #333333;font-weight:bold; font-size:20pt; font-family:"Trebuchet MS",sans-serif }  
.tx12{ color:#000; text-align:center;text-shadow: 1px 2px 2px #333333;font-weight:bold; font-size:22px; font-family:"Trebuchet MS",sans-serif }  
.tx10{ color:red; text-align:center; text-shadow: 1px 1px 1px #000;font-weight:bold; font-size:15px; font-family:Arial,sans-serif }  
.tx7{ color:navy; text-align:center;  font-weight:bold; font-size:24px; font-family:Verdana,sans-serif; }   
.tx5{ color:navy; text-align:center;  font-weight:bold; font-size:24px; font-family:Verdana,sans-serif; }   
.tx9{ color:#012891; text-shadow: 2px 2px 2px #222222;font-weight:bold; font-size:17pt; font-family:Verdana,sans-serif }  
.hx8{ color:red; text-shadow: 2px 2px 4px #000000;font-weight:bold; font-size:24pt; font-family:Verdana,sans-serif }   



/*
|------------------
| Infrastructure
|------------------
*/


section.page {
    width:100%;
     max-width:1000px;
     margin:0px;
    justify-content : space-between;
    align-items     : stretch;
    align-content   : stretch;
   height:100%;
   min-height:1000px;
   // background-color: #fff;
  background-image: url(im/section_back.jpg);
    
   color:#000;
} 

header {
     width:100%;
     max-width:1000px;
    background-color:#000;
    background-image: url(im/header_back.jpg);
    height: 150px;
    margin: 0px;
    padding: 0px;
    
}

table.content {
     width:100%;
     max-width:1000px;
    margin:0px;
    padding:0px;
   height:100%;
    min-height: 900px;
    border: none;
   background-image: url(im/section_back.jpg);
    
 }

 

footer  {
       text-align: center;
       width:100%;
      margin: 0px;
       padding: 0px;
     max-width:1000px;
     height:100%;
      background-image: url(im/section_back.jpg);

}


.text_border
{
margin: 1pt;
height: 280px;
width:400px;
border-style: solid;
border-width: 3pt;
border-color: #0c2978;
 -moz-border-radius: 20px;
             border-radius: 20px;   
padding: 5px;

}

.contact_border
{
margin: 1pt;
height: 460px;
width:450px;
border-style: solid;
border-width: 3pt;
border-color: #0c2978;
 -moz-border-radius: 20px;
             border-radius: 20px;   
padding: 5px;

}
    

table.pay {
           
            width: 690px;
            font-size: .85em;
            text-align: left;	
            font-family: Tahoma, sans-serif;
            padding: 10px;
            background-image: url(im/payback.jpg);
              border: 2px solid;
             border-color: navy;
            -moz-border-radius: 15px;
             border-radius: 15px;           
            color: #000
        }

table.buy {
           
            width: 660px;
            font-size: .85em;
           
            font-family: Tahoma, sans-serif;
            padding: 10px;
            
              border: none;
              color: #000
        }

table.pay th {
           
            width: 690px;
            font-size: 1.5em;
            text-align: left;	
            font-family: Verdana, sans-serif;
            padding: 5px;
            border: none;
            color: #000
        }
.stat_title {
 text-align:center;
 }


table.stats {
                  margin-left:auto;
                  margin-right:auto;
	 width:580px;
                  border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000044;
	border-collapse: collapse;
	background-color: white;
                  font-size:15px;
}

table.stats td {
	
                  border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: rgb(85, 85, 85);
	background-color: white;
	
}

table.stats th {
	color: #fff;
             border: 1px solid black;
             font-size: 1.0em;
             font-weight:normal;
             font-family: Tahoma, sans-serif;
             background-color: #090A3F;
}


