html 				{
					overflow-y 			: scroll;
					}
body				{
					font-family			: arial;
					font-size			: 12px;
					color				: #000000;
					}
td					{
					font-size			: 12px;
					}
a					{
					text-decoration		: none;
					color				: #CB2C1D;
					}
a:hover				{
					text-decoration		: underline;
					color				: #000000;
					}
.maintile			{
					background-image	: url("graphics/maintile.jpg");
					background-repeat	: repeat-x;
					background-position : top;
					}
.mainbg				{
					background-image	: url("graphics/mainbg.jpg");
					background-repeat	: no-repeat;
					background-position : bottom right;
					
					}
.tileright			{
					background-image	: url("graphics/tileright.gif");
					background-repeat	: repeat-y;
					}
.red				{
					color				: #CB2C1D;
					font-size			: 11px;
					}
.green				{
					color				: #8A9556;
					font-size			: 11px;
					font-weight			: bold;					
					}
.clouds				{
					background-image	: url("graphics/cloud-tile.jpg");
					background-repeat	: repeat-y;
					background-position : bottom;
					}	