﻿body {
	margin: 0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: C0C0C0;
	scrollbar-highlight-color: #004440;
}


p, table {
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff
}


ol, li {
	padding-top: 4px;
}
	


H1{
	color: #800000;
	font-size: 15pt;
	font-family: "Palatino Linotype";
	font-style: oblique;
	font-weight: bold;
}
	
	
H2{	color: #843416;
	font-size: 12pt;
	font-family: "Trebuchet MS"
;
	}
	
	
H3{	color: #003365;
	font-size: 10pt;
	font-family: "Trebuchet MS"
;
	}
	
	
hr {
	color: #4F4331;
	}

input, textarea {
	background-color: transparent;
	color: #333333;
	font-family: "calibri";
	border: 1px solid gray;

}



.image_border {
border: 3px solid #ffffff;
		margin: 7px;
		-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#b0b0b0')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#b0b0b0');

}



a:link {
	color: #ffb533;text-decoration:none;

}

a:active {
	color: #ffb533;text-decoration:none;

}


a:visited {
	color: #ffb533;text-decoration:none;

}


a:hover {
	color: #4F4331;
	text-decoration: underline;
	}
	
#fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
#fade:hover {
   opacity: 0.5;
   }	
	

