/* For version 4 browsers */


BODY {
	
	background-color : White;

	}

A {
	color : Navy;
	text-decoration : none;
}

A:HOVER {
	color : #6495ED;
	text-decoration : none;
}

.LayerMain{
	
	
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	
}
h1{
	font-variant : small-caps;
	font-size : larger;
	font-weight : bold;
	font-family : sans-serif;
}
h2{
	font-size : medium;
	font-style : normal;
	font-weight : bold;
	font-family : sans-serif;
}



.copyright{
	font-family : sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : normal;
	color: gray;
}

.global{
	text-align : center;
	text-decoration : none;
	font-family : sans-serif;
	font-size : xx-small;
	font-style : italic;
}

.imgfloatright { float : right }

.imgfloatleft { float : left }



/* Styles for rihgt float images on oat page*/

.imgbdrfloatright{
	
	float : right 
}
h5 {
	font-style: italic;
	font-weight: normal;
}

.imgfloatright { 
float : right;
padding-left:10px;
padding-top: 10px;
padding-bottom:10px; 

}

.imgfloatleft { 
float : left;
padding-right:10px;
padding-top: 10px;
padding-bottom:10px;  

}
