
/* Layout Stylesheet */ 

body{
 margin:20px;
 padding:0;
 color : #400000;
 font-size : 11pt;
 font-style : normal;
 font-family :"Times New Roman",Times New Roman CE, Arial CE, Arial, Helvetica, sans-serif;
 text-align:center;
 }
 
h1, h2 {
	color : #00829B;
	font-family : "Times New Roman",Times New Roman CE, Arial CE,Arial, Helvetica, sans-serif;
	font-style : bold;
	text-transform : uppercase;
	text-align : center;
}
h3, h4, h5, h6 {
	color : #00829B;
	font-family : "Times New Roman",Times New Roman CE, Arial CE, Arial, Helvetica, sans-serif;
	font-style : bold;
	text-transform : uppercase;
}
a {
	color : #00829B;
	font-weight : normal;
	text-decoration : none;
}
a:visited {
	color : Navy;
	text-decoration : none;
	font-weight : normal;
}
a:hover {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

#outer {
 text-align:left;
 border:2px solid #0096B0;
 margin:0px;
 }

#hdr {
 height:60px;
 vertical-align: center;
 }

#bar {
 border-left:0px solid #0096B0; border-right:0px solid #0096B0; border-top:2px solid #0096B0; border-bottom:2px solid #0096B0;
 height:20px;
 padding: 1px;
 text-align: center;
 background-color: #E4F1F1;
 }

#cont {
 text-align:center;
 padding: 10px;
 }

#ftr {
 border-left:0px solid #0096B0; border-right:0px solid #0096B0; border-top:2px solid #0096B0; border-bottom:0px solid #0096B0;
 margin:0px;
 padding: 10px;
 text-align: center;
 font-size : 10pt;
 font-style : normal;
 background-color: #E4F1F1;
 }