/*GLOBAL*/
body		{
		background-color:transparent;
		}

/*NAME CLASSES*/

#tcmaster	{
		background-color:	transparent;
		width:			"100%";
		height:			"900px";
		}
#tcmainnav	{
		background-color:	transparent;
		width:			"95%";
		height:			"50px";
		}
#tcsubnav	{
		background-color:	transparent;
		width:			"25%";
		height:			"800px";
		}
#tccontent	{
		background-color:	transparent;
		width:			"70%";
		height:			"800px";
		}

/*TABLE CLASSES*/

.TABLE01	{
		width:		"100%";
		margin-top:	"-15px";
		border-style:	"none";
		font-weight:	"bold";
		}

/*TD CLASSES*/

.tcmastertable	{
		width:		"90%";
		margin-top:	"-15px";
		border-style:	"none";
		}

.TD01		{
		height: 100%;
		text-align:	"center";
		font-weight:	"bolder";
		font-size:	"150%";
		font-variant:	"small-caps";
		color: white;
		filter:glow(color=blue,strength=3);
		}

.TD02		{
		font-weight:		"bolder";
		font-size:		"125%";
		font-style:		"italic";
		}

/*LINK CLASSES*/

.tclink01		{
			font-size: 13pt;
			font-weight: bold;
			font-family: arial,tahoma;
			color: white;
			text-decoration: none;
			height: 100%;
			filter:glow(color=blue,strength=2);
			}

.tclink01 a:link 	{
			font-size: 18pt;
			font-weight: bold;
			font-family: arial,tahoma;
			color: white;
			text-decoration: none;
			height: 100%;
			filter:glow(color=blue,strength=3);
			}

.tclink01 a:visited 	{
			font-size: 18pt;
			font-weight: bold;
			font-family: arial,tahoma;
			color: white;
			text-decoration: none;
			height: 100%;
			filter:glow(color=blue,strength=3);

			}
			
.tclink01 a:hover 	{
			font-size: 18pt;
			font-weight: bold;
			font-family: arial,tahoma;
			color: blue;
			height: 100%;
			filter:glow(color=white,strength=3);
			text-decoration: none;
			}

.tclink01 a:active 	{
			font-size: 18pt;
			font-weight: bold;
			font-family: arial,tahoma;
			color: blue;
			height: 100%;
			filter:glow(color=white,strength=3);
			text-decoration: none;
			}