.top{
	background-image: url(../graphics/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	width: 780px;
}

.center {
	background-image: url(../graphics/center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.bottom{
	background-image: url(../graphics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 780px;
}
.flash {
	height: 130px;
	width: 780px;
}
.flashleft {
	height: 130px;
	width: 10px;
}
.flashright {
	height: 130px;
	width: 10px;
}
.flashcenter {
	height: 130px;
	width: 760px;
}
.menu {
	height: 35px;
	width: 780px;
}
.menuleft {
	height: 35px;
	width: 15px;
}
.menuright {
	height: 35px;
	width: 15px;
}
.menucenter{
	height: 35px;
	width: 750px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

.content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;

}
.bodycontent {
    font-family: Trebuchet MS;
    font-size: 10pt;
    color: #000033;
}

/******************************************************************/
/* START 'LINK' tags */
/******************************************************************/

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/******************************************************************/
/* END 'link' tags */
/******************************************************************/
/******************************************************************/
/* START standard 'BODY' and font tags to change */
/******************************************************************/

body {
    background-image: url(../graphics/grey.jpg);
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    scrollbar-base-color: #4E4E4E;
	background-color: #4E4E4E;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
table, td, p {
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: #333333;
}