@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

#main-bkg {
	background-color: #CCCC99;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}



body {
	background-color: #CCCC99;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #006699;
}
h1 {
	font-size: 36px;
	color: #990000;
}

h2 {
	font-size: 24px;
	
}
.style1 {
	font-size: 10px;
	line-height: 1px;
}
.style2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.style4 {font-size: 16px; color: #006699; font-weight: bold; }

.homepageImg {
    padding-top: 20px;
	}
	
.menupageImg {
    vertical-align: top;
	float: right;
	}
	
hr {
  border: 0;
  align: center;
  width: 80%;
  color: #333333;
  height: 1px;
  margin: 0px 80px 0px 80px;  
  background-color: #333333;

}
