﻿
body         { 	
				font-family: Arial, Helvetica, sans-serif;
				background-color: #FFFFCC;
				color: #000000;
				font-size:10pt;
				text-align: center;
 }
  
 #container
{
/* around entire page*/
width: 714px;
margin: 1px auto;
background-color: #FFFFCC;
color: #333;
border: 1px solid #FFFFCC;
line-height: 130%;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
}
.leftalignstyle {
	text-align: left;
}

/*Hyperlinks*/
a:link       { 
				color: #0000CC; 
				text-decoration: underline; 
}
a:visited	{	
				color: #009900; 
} 
a:active 	{	
				color: #009900;
}
a:hover		{
				color: #FF6600;
				font-style: italic;
}

/*menu*/
.menu1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/buttonback.gif');
	color: #0000CC;
	width: 20%;
}

/*table borders*/
.topedge {
	background-image: url('images/top.gif');
}
.topleft {
	background-image: url('images/corner.gif');
}
.topright {
	background-image: url('images/cornertr.gif');
}
.leftside {
	background-image: url('images/leftside.gif');
}
.rightside {
	background-image: url('images/rightside.gif');
}
.bottomleft {
	background-image: url('images/cornerbl.gif');
}
.bottomright {
	background-image: url('images/cornerbr.gif');
}
.bottomedge {
	background-image: url('images/bottom.gif');
}
