html					{
						overflow-y			: scroll;
						}
td						{
						font-family			: arial;
						font-size			: 11px;
						color				: #000000;
						}
a						{
						text-decoration		: none;
						color				: #000000;
						}
a:hover					{
						text-decoration		: none;
						color				: #ED1C23;
						}
.menu					{
						color				: #ED1C23;
						font-size			: 16px;
						}
.big					{
						font-size			: 15px;
						}
.mainbg1				{
						background-image	: url("graphics/mainbg2.jpg");
						background-repeat	: no-repeat;
						background-position : bottom;
						}
.red					{
						color				: #ED1C23;
						}
.tileleft				{
						background-image	: url("graphics/tbl-tileleft.gif");
						background-repeat	: repeat-y;
						}
.tileright				{
						background-image	: url("graphics/tbl-tileright.gif");
						background-repeat	: repeat-y;
						}
.heading				{
						font-size			: 16px;
						}
input,select,textarea	{
						border-left			: 1px #000000 Solid;
						border-right		: 1px #000000 Solid;
						border-top			: 1px #000000 Solid;
						border-bottom		: 1px #000000 Solid;
						font-family			: arial;
						font-size			: 11px;
						color				: #000000;
						}
input.button			{
						background-color	: #BCBDC0;
						color				: #ED1C23;
						font-weight			: Bold;
						cursor				: pointer;
						}
input.buttonoff			{
						background-color	: #ffffff;
						color				: #aaaaaa;
						font-weight			: Bold;
						border-left			: 1px #aaaaaa Solid;
						border-right		: 1px #aaaaaa Solid;
						border-top			: 1px #aaaaaa Solid;
						border-bottom		: 1px #aaaaaa Solid;
						}
.menuitem				{
						color				: #ED1C23;
						font-weight			: Bold;
						font-size			: 16px;
						}	
