body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 30px;
	background-image: url(images/bg.gif);
}
table#indexmain {
	height: 100%;
	width: 100%;
}
table#indexinner {
	font-size: 12px;
	color: #FF0000;
	border: medium ridge #FF0000;
	background-color: #FFFFFF;
}
#indexinner a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#indexinner a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
table#main {
	height: 100%;
	width: 100%;
	border: none;
	background: #000099;
	text-align: center;
}
table#left {
	height: 100%;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: medium outset #FF0000;
	background: #FFFFFF;
	padding: 5px;
	text-align: left;
}
#left a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#left a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
table#right {
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #000099;
	border: medium inset #FF0000;
	background: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#right a {
	font-weight: bolder;
	color: #000099;
	text-decoration: none;
}
#right a:hover {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
table#header {
	width: 100%;
	border: thin groove #FF0000;
	background: url(images/bg.gif);
	padding: 5px;
	AlignCenter
}
table#websamples {
	width: 100%;
	font-size: 12px;
	color: #000099;
	padding: 5px;
	text-align: center;
}
#websamples a {
	font-weight: bolder;
	color: #000099;
	text-decoration: none;
}
#websamples a:hover {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
table#navigation {
	height: 100%;
	width: 100%;
	border: thin groove #FF0000;
	background: url(images/bg.gif);
	padding: 5px;
	text-align: center;
	AlignCenter
;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
#navigation a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	font-size: 9px;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
h1 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:center;
	color:#000099;
	display:block;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	margin-top: 1px;
	border: 3px ridge #FAFAFF;
	background-color: #FFFFFF;
  }

#menu a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	border: 3px ridge #FF0000;
	background-image: url(images/bg.gif);
  }