body {
	background-color: #FFFFFF;
	background-image: url('../img/bkg_w.GIF');
}

h1 {
	font-family: "Comic Sans MS";
}

.header
{
  background-image: url('../img/bg.png');
  background-repeat: repeat-x;
  height: 10%;
  width: 100%;	
}

a {
	color : #000100;
	text-decoration : none;
}

a:hover {
	color : #002599;
	text-decoration: none;
}

a.side {
	color : #005599;
	text-decoration : none;
}

a:hover.side {
	color : #005599;
	text-decoration : underline;
}

a.white {
	color : #ddd;
	text-decoration : none;
}

a:hover.white {
	color : #ddd;
	text-decoration : underline;
}

.link_font
{
	font-size: 12px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	/*font-family: "Arial Narrow";*/
}

.main_table
{
	width:  95%;
	height: 99%;
	margin: 5px;
	border: solid 1px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.cat_header
{
	width: 665px;
	background: url(../img/cat_header.jpg);
	background-repeat: no-repeat;
}

.cat_table
{
	height: 120px;
	padding: 10px;
}

.cat_in
{
	border-color: #000000;
	border-left-style: solid;
	border-right: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	background:url(../img/cat_in.JPG);
	background-repeat: repeat-y;
	width: 665px;
	height: 45px;
}

.cat_footer
{
	width: 665px;
	height: 45px;
	border-color: #000000;
	border-left-style: solid;
	border-right: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	background:url(../img/cat_footer.JPG);
	background-repeat: no-repeat;
}

