BODY {
scrollbar-base-color: #E6E1CB;
scrollbar-arrow-color: #20246D;
color:#20236D;
background-image: url("images/bg.gif"); 
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:5px;
font-family: "Garamond", "Times New Roman", "Times", "serif";
overflow:auto;
}

div.Content {
margin-top:10px;
margin-left:3%;
margin-right:3%;
}

p {
text-align:justify;
}

h1 h2 h3 {
color: #20236D;
font-weight:bold;
}

h1 {
	font-size:150%;
	text-align:center;
}

h2 {
	font-size:125%;
	text-align:center;
}

h3 {
	font-size:110%;
	text-align:left;
	font-variant:small-caps;
}

img.right_bottom 

{
	float: right; 
	position: relative; 
	bottom: 1; 
	margin-left: 10; 
}

.right

{
	float: right; 
	position: relative; 
	margin-left: 10; 
}

.left 

{
	float: left; 
	position: relative; 
	margin-right: 10; 
}

td.photo {
	font-size:90%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

td.style1 {
	font-size:80%;
	text-align:left;
	}
	
td.style2 {
	font-size:80%;
	text-align:justify;
	padding:0.25em;
	}

ul.l2 {
    margin-left: 1em;
}

em {
font-style:italic; 
font-family:"Times New Roman", Times, serif;
}

:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
:active { color: #FF0000} /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */