﻿
BODY
{
	background-image: url(gfx/body_bg.gif);
	background-repeat: repeat;
	list-style-image: url(gfx/redbul2a.gif);
	color: black;
	font-style: normal;
	font-family: Arial, 'Times New Roman' , 'Courier New';
	font-size: 10pt;
	background-color: gainsboro;
}
.pg_left
{
	background-image: url(gfx/pg_left_tile.gif);
	background-repeat: repeat-y;
	width: 35px;
	height: 100%;
}
.menuband
{
	background-image: url(gfx/div1.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.col_left
{
	border-right: red 1px solid;
}
.col_right
{
	border-left: red 1px solid;
}

.col_borders
{
	border-right: red 1px solid;
	border-left: red 1px solid;
}

.row_bott_page
{
	border-top: red 1px solid;
	color: #990000;
	font-style: normal;
	font-family: Arial, 'Times New Roman' , Verdana;
	font-variant: normal;
	font-size: 8pt;
}

.cell_btop
{
	border-top: red 1px solid;
}

.cell_bbott
{
	border-bottom: red 1px solid;
}

