body {
	background: url(../_images/bgrnd.gif);
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

a img {
    border: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Monotype Corsiva;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;	 
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Monotype Corsiva;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;	 
}


table td {
	font-family: Verdana, Arial;
    	font-size: 12px;
    	text-decoration: none;
   	color: #000000;
}

input, select, textarea {
	border: 1px solid gray;
	background: #FFFFFF;
}

.div_menu {
	width: 893px;
	height: 25px;
	border: 1px solid #FFFCFC;
	background: url(../_images/repeater_menu.gif) top left repeat-x;
}

.table_content {
	width: 860px;
	height: 100%;
	background: url(../_images/bgrnd_content.jpg) top left repeat-y;
}

.table_content td {
	padding: 10px;
	color: #000000;
}

.table_content td a {
	text-decoration: underline;
}

.table_content td a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.table_menu td a {
	display: block;
	height: 25px;
	width: 100px;
	color: #FFFFFF;
	background: url(../_images/button_off.gif) top left repeat-x;
}

.table_menu td a span {
	position: relative;
	top: 5px;
}

.table_menu td a:hover {
	text-decoration: underline;
	background: url(../_images/button_on.gif) top left repeat-x;
}