/* CSS Document */
html			{
				overflow-y			: scroll;
				}
A				{
				color				: #6e2f00;
				text-decoration		: none;
				}
A:Hover			{
				text-decoration		: underline;
				}
Body			{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 10px;
				font-style			: normal;
				color				: #000000;
				font-weight			: normal;
				background-color	: #000000;
				background-image	: URL("graphics/mainbg-tile.png");
				background-position	: top left;
				}
TD				{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 10px;
				font-style			: normal;
				line-height			: normal;
				color				: #000000;
				}
Input, textarea, select
				{
				border-left			: 1px #000000 Solid;
				border-right		: 1px #000000 Solid;
				border-top			: 1px #000000 Solid;
				border-bottom		: 1px #000000 Solid;
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 11px;
				color				: #000000;
				background-color	: #e6e6e6;
				}
input.button	{
				color				: #ffffff;
				background-color	: #000000;
				font-weight			: bold;
				cursor				: pointer;
				}
h1, h1 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #c41230;
				font-size			: 22px;
				padding-left		: 0px;
				margin-left			: 0px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 5px;
				margin-bottom		: 5px;
				text-decoration		: none;
				font-weight			: bold;
				}
h2, h2 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #6e2f00;
				font-size			: 18px;
				padding-left		: 0px;
				margin-left			: 0px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 5px;
				margin-bottom		: 5px;
				text-decoration		: none;
				font-weight			: bold;
				}
.blankfield		{
				color				: #ff0000;
				font-weight			: Bold;
				}
.fadeleft		{
				background-image	: URL("graphics/fade-left.png");
				background-repeat	: repeat-y;
				background-position	: top left;
				}
.faderight		{
				background-image	: URL("graphics/fade-right.png");
				background-repeat	: repeat-y;
				background-position	: top left;
				}
.maintile		{
				background-image	: URL("graphics/bodybg-tile.gif");
				background-repeat	: repeat-y;
				background-position	: top left;
				}
.botmbg			{
				background-image	: URL("graphics/bottombg.png");
				background-repeat	: no-repeat;
				background-position	: top left;
				}
.botmtxt, .botmtxt A
				{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 10px;
				color				: #ffffff;
				text-decoration		: none;
				}
.pagetile		{
				background-image	: URL("graphics/page-tile.jpg");
				background-repeat	: repeat-y;
				background-position	: top center;
				}
.pagetop		{
				background-image	: URL("graphics/page-top.jpg");
				background-repeat	: no-repeat;
				background-position	: top center;
				}
li.bullet, li.bullet A
				{
				list-style-image	: url("graphics/favicon.ico");
				margin-bottom		: 0px;
				padding-bottom		: 0px;
				margin-top			: 0px;
				padding-top			: 0px;
				margin-left			: 0px;
				padding-left		: 0px;
				left-indent			: 0px;
				line-height			: 200%;
				}
.video			{
				background-image	: URL("graphics/video-bg.png");
				background-repeat	: no-repeat;
				background-position	: top center;
				}
