/* Searchlights CSS
   Master Styles
   Author: Chris Rosenthal
*****************************************************************/


html {
background-color: #666666;
}


hr {color: #666;}
p {margin:40px;}
body {
				font-family: Georgia, serif;
line-height:22px;
background-color:#ffffff;
color:#000000;
margin:30px;
border-style:solid;
padding:30px;
-moz-box-shadow: 0 0 7px #888;
-webkit-box-shadow: 0 0 7px#888;
box-shadow: 0 0 7px #888;
border-color:#cccccc;
border-width:8px;
z-index:9999999999999 !important;
margin-bottom: 20px;
}
a:link {color:#e90000 !important;}
a:hover {color:#c20202;}
a {
color:#e90000 !important;
}
h1 {
font-size:32px;
line-height: 36px;
}

form {
display: block;
margin-top: 12px !important;
float:right !important;
padding-bottom: 12px;
margin-bottom: 12px !important;

}

.form {
display: block;
margin-top: 12px !important;
float:right !important;
padding-bottom: 12px;
}

#form {
display: block;
margin-top: 12px !important;
float:right !important;
padding-bottom: 12px;

}
shaded {
background-color: #dcecfb;
padding: 3px;
}

@media print { 
html {
background-color: #ffffff;
}
body {font: 12pt georgia,serif;border-width:0px;} 
h1 {font-size: 18pt;} 
h2 {font-size: 15pt; color: #000;} 
form {
display: none;
}
img {width: 500px;}

}


