
/* Layout Stylesheet */ 

body {
 margin:0;
 background-color:#D3D4D8;
 color: #000000;
 text-align:left;
 padding:6px 0 6px 0;
 }

body, table {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }

.hometext {
 color:#ffffff;
 text-align:left;
 font-size:14px;
 background-color:#4C5255;
 }
 
h1 {
 margin:0;
 font-size:15px;
 }

input, textarea {
 margin:5px 0;
 width:210px;
 }

textarea {
 height:100px;
 }

.grey {
 text-align:right;
 color:#A8A7A6;
 }

.dark_grey {
 color:#575453;
 font-weight:bold;
 }

.ticket {
 vertical-align:middle;
 }
 
.centered {
 text-align:center;
 }
 
.boardingpass {
 background-color:#E6E6E6;
 }
