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


p, table {
	font-size: 10pt;
	font-family: "Palatino Linotype";
	color: #fff
}


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


H1{
	color: #ffe7bd;
	font-size: 15pt;
	font-family: "Palatino Linotype";
	font-style: oblique;
	font-weight: bold;
}
	
	
H2{	color: #fff;
	font-size: 12pt;
	font-family: "Palatino Linotype"
;
	}
	
	
H3{	color: #ffe7bd;
	font-size: 10pt;
	font-family: "Palatino Linotype"
;
	}
	
	
hr {
	color: #4F4331;
	}

input, textarea {
	background-color: transparent;
	color: #fff;
	border: 1px solid #ffe7bd;
	font-family: "Palatino Linotype";
    font-size: 10pt;
}



.image_border {
border: 2px 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');

}


.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.6;
      }



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

}

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

}


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

}


a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	

