body {
	margin: 0px;
	padding: 0px;
	background-image: url(./img/background-04.gif);
}
img {
  border:0;
}
body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #76859C;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #B9CBEF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.input {
}
.align-justify {
	text-align: justify;
}
.text1 {
	font-size: 10px;
}
.text2 {
	font-size: 12px;
}
.text_bold {
	font-size: larger;
	font-weight: bolder;
	color: #FFFFFF;
}
.text_red {
	font-weight: bolder;
	color: #FF0000;
}
.news_header {
	font-weight: bold;
	color: #FFFFFF;
	font-size: medium;
}
.news_text {
	font-size: 12px;
}
.store_header {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
.bg1 {
	background-image: url(./img/background-05.jpg);
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url(./img/background-06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img1 {
	margin-right: 10px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
}
/* ////////////////// Drop Down Menu /////////////// */

.menuBar .menuHeader,
.menuBar .menuHeader:hover,
.menuBar .menuHeader-active,
.menuBar .menuHeader-active:hover 
{
    text-decoration: none;
    position: relative;
}

.menuBar .menuSection 
{
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

TABLE.menuLink
{
}

LI.menuLinks
{
	list-style-type:none;
	list-style-position:outside;
	font-family:verdana;
	white-space:nowrap;
	font-weight:bold;
	line-height:23px;
}
 
LI.menuLinks a, LI.menuLinks a:visited
{  
	width:100%;
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding:1px 2px 1px 2px;
}

LI.menuLinks a:hover
{
	width:100%;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
 
LI.MenuDD
{
	border-bottom:2px solid #000033;
	border-right:2px solid #000033;
	border-left:2px solid #000033;	
  background: url(./img/background-05.jpg) repeat-x;
}LI.MenuDD a:hover{background:#000033;}

* html .menuBar td 
{ 
	position: relative; 
} /* ie 5.0 fix */
