body				{
					margin: 0px 0px 0px 0px;
					background-color:#61B8E3;
				}

.TableButton			{
					background-image:url('bgreg.jpg');
					padding:0px;
					spacing:0px;
					font-family:Tahoma;
					font-size:12px;
					font-weight:bold;
					height:24px;
					width:120px;
				}

.TableButton:hover		{
					background-image:url('bghover.jpg');
					padding:0px;
					spacing:0px;
					font-family:Tahoma;
					font-size:12px;
					font-weight:bold;
					height:24px;
				}

.AButton			{
					color:white;
					text-decoration:none;
				}

.AButton:hover			{
					color:white;
					text-decoration:underline;
				}

.Title				{
					font-family:Arial;
					font-size:18pt;
					font-weight:bold;
					color:#0077CC;
					margin-bottom:20px;
				}

.Text				{
					font-family:Arial;
					font-size:10pt;
					color:black;
					font-weight:normal;
				}

.SmallText			{
					font-family:Arial;
					font-size:8pt;
					color:#333333;
					font-weight:normal;
				}

.Error				{
					font-family:Arial;
					font-size:10pt;
					color:#CC0000;
					font-weight:normal;
				}

DIV				{
					margin-bottom:10px;
				}

.Textbox			{
					font-family:Arial;
					font-size:11px;
				}

.MenuItem			{
					padding-left:20px;
					padding-right:20px;
					border-left:1px solid white;
					border-right:0px solid;
					border-top:0px solid;
					border-bottom:0px solid;
				}

.MenuItem a			{
					font-family:Arial;
					font-size:10pt;
					font-weight:bold;
					color:white;
					text-decoration:none;
				}

.MenuItem a:hover		{
					text-decoration:underline;
				}


.SelectedMenuItem		{
					background-color:white;
					padding-left:20px;
					padding-right:20px;
					padding-top:5px;
					padding-bottom:5px;
					border-left:1px solid white;
					border-right:0px solid;
					border-top:0px solid;
					border-bottom:0px solid;
				}

.SelectedMenuItem a		{
					font-family:Arial;
					font-size:10pt;
					font-weight:bold;
					color:#61B8E3;
					text-decoration:none;
				}

.SelectedMenuItem a:hover	{
					text-decoration:underline;
				}


.NewsTR	td			{
					padding-right:10px;
				}

.NewsTR td a			{
					text-decoration:none;
					font-size:10pt;
					color:black;
				}

.NewsTR td a:hover		{
					text-decoration:underline;
					color:#3030C5;
				}
