/* CSS Document */

body {
		margin:0px 0px 0px 0px;
		background-color: white;
		}



h1 {font-family: Arial, sans-serif;
width: 100%;
text-align: center;
font-size: 18pt;
font-weight: 800;
font-style: bold;
color: white;
text-align: center;
border-style: double;
border-color: black;
background-color: darkblue;
}

h2 {font-family: Times New Roman, serif;
text-align: center;
font-size: 16pt;
font-weight: 600;
font-style: italic;}

h3 {font-family: Times New Roman, serif;
font-size: 14pt;
font-weight: 600;
font-style: bold;}

h4 {font-family: Times New Roman, serif;
	text-align: center;}

a:link, a:visited {color: mediumblue;
text-decoration: none;}

a:hover, a:active {color: #8470FF;
text-decoration: underline;}

table.layout {background-color: whitesmoke;
border-right: 1px black solid;
border-bottom: 1px black solid;
color: black;
font-style: bold;
margin-left: auto; margin-right: auto; text-align: center;
}

table.layout td {border-top: 1px black solid; border-left: 1px black solid; 
font-family: arial, sans serif;
font-weight: bold;
text-align: center;
}

tr#row1 { background-color: black;
color: white;
font-size: 12pt;}

tr#row2 { background-color: #999999;
 color: black;
font-family: times new roman, serif;}

tr#row3 { background-color: deepskyblue;
 color: black;
font-family: times new roman, serif;}


#column { 
float:left; 
margin:auto; 
width:35%; 
background-color: whitesmoke;
padding-left:25px; 
padding-right:25px; 
padding-bottom:50px; 
border-right:2px solid #000;
border-bottom:2px solid #000;
border-left:2px solid #000;
border-top:2px solid #000;
} 