/* Layout Stylesheet */ 
body, html {
 height: 100%;
 background:#D1D7DE;
 color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 }	 
	 
 a:link {
  color: #264E79;
 }

 a:visited, a:active {
  color: #0D2540;
 }

 a:hover {
  color: #427CBB;
 }
h1 { 
 text-align:center;
 font-size: 24px;
 color: #000;
}

p {
 font-size: 112%;
 }

h4, h3 {
 margin:0; 
 padding: 4px 0;
 }

.topcenter {
           background: url('images/topside.gif') repeat-x;
           height:7px;
}
.midcenter {
           background: #FFF;
           height:100%;
}
.bottomcenter {
           background: url('images/bottomside.gif') repeat-x;
           height:7px;
}
.midleft {
           background: url('images/leftside.gif') repeat-y;
           height:100%;
           width:6px;
}
.midright {
           background: url('images/rightside.gif') repeat-y;
           height:100%;
           width:6px;
}
#table1 {
margin:0 auto 0 auto;
width:95%;
padding:12px;
background:#A0C6ED; 
border:1px solid #85A0BE;
}
#table1 p, #table1 li {
 text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
}

#table2 {
margin:0 auto 0 auto;
width:95%;
padding:12px;
background:#96C5F6; 
border:4px solid #4E92D7;
}
#table2 p {
 text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
}

#table3 {
margin:0 auto 0 auto;
width:75%;
padding:12px;
background:#96C5F6; 
border:2px solid #4E92D7;
}
#table3 p {
 text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
}

#table4 {
margin:0 auto 0 auto;
width:90%;
padding:12px;
background:#68AFF9; 
border:2px solid #3582D2;
}
#table4 p {
 text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
}

#guarantee {
margin:0 auto 0 auto;
width:85%;
padding:12px;
background:#F6F6F6; 
border:1px solid #000;
}
#guarantee p {
 text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
}

.size1 {
 text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 85%;
}
.size3 {
 text-align:left;
	font-family: Georgia, Times New Roman, Times, serif;
 font-size: 132%;
}
.size3center {
 text-align:center;
	font-family: Georgia, Times New Roman, Times, serif;
 font-size: 132%;
}
.size3red {
 text-align:left;
	font-family: Georgia, Times New Roman, Times, serif;
 font-size: 132%;
 color: #FF0000;
}
.size3redc {
 text-align:center;
	font-family: Georgia, Times New Roman, Times, serif;
 font-size: 132%;
 color: #FF0000;
}
.size3blue {
 text-align:left;
	font-family: Georgia, Times New Roman, Times, serif;
 font-size: 132%;
 color: #0000FF;
}
.size3cour {
 text-align:left;
	font-family: Courier New, Courier, mono;
 font-size: 132%;
}
.size4red {
 text-align:center;
	font-family: Tahoma, Times New Roman, Times, serif;
 font-size: 144%;
 color: #CC0000;
}