BODY		{
				background-color:#B0B0C8;
				margin:0px;
				padding:0px;
			}
			
.popup			{
					background:#C2C2D6;
					border-top:2px solid #E6E6FA;
					border-left:2px solid #AAAABE;
					border-right:2px solid #AAAABE;
					border-bottom:3px solid #86869A;
					font-family:Arial;
					font-weight:bold; 
					color:#666666;
				}
			
.outerbutton	{
					border-width:2px;
					border-style:solid;
					border-top-color:#E8E8E8;
					border-left-color:#888898;
					border-right-color:#888898;
					border-bottom-color:#585858;
					background-color:#A8A8A8;
					padding:1px;
				}

.outerbutton DIV	{
						border-width:2px;
						border-style:solid;
						border-top-color:#787878;
						border-left-color:#484848;
						border-right-color:#484848;
						border-bottom-color:#2C2C2C;
						background-color:#585858;
						padding:1px;
						font-family:Arial;
						font-size:10pt;
						font-weight:bold;
						color:#989898;
						cursor:pointer;
						text-align:center;
						text-decoration:none;
					}
					
A:link 				{
						color:#000000;
						text-decoration:underline;
					}
A:active 			{
						color:#000000;
						text-decoration:none;
					}
A:visited 			{
						color:#000000;
						text-decoration:underline;
					}
A:hover 			{
						color:#000000;
						text-decoration:none;
					}

.outerbutton A		{
						text-decoration:none;
					}

FONT.largegray		{
						font-family:Arial;
						font-weight:bold;
						color:#666666;
					}

#container			{
						width:1000px;
						margin-left:5px;
					}

#title				{
						margin-top:5px;
						margin-bottom:5px;
						text-align:center;
					}
#menubar			{
						width:240px;
						float:left;
						text-align:center;
					}
#content			{
						width:755px;
						float:left;
						margin-left:5px;
					}
#footer				{
						clear:left;
						text-align:center;
					}

.menucategory		{
						margin-top:6px;
						font-family:Arial;
						font-weight:bold;
						color:#666666;
					}
					
TABLE.rivet			{
						border-collapse:collapse;
						padding:0px;
						margin:0px;
					}

TABLE.rivet .topleft	{
							font-size:1pt;
							width:14px;
							height:12px;
							background-image:url('images/topleft.gif');
							background-position:top left;
							background-repeat:no-repeat;
						}

TABLE.rivet .top		{
							font-size:1pt;
							height:12px;
							background-image:url('images/top.gif');
							background-position:top left;
							background-repeat:repeat-x;
						}

TABLE.rivet .topright	{
							font-size:1pt;
							width:14px;
							height:12px;
							background-image:url('images/topright.gif');
							background-position:top left;
							background-repeat:no-repeat;
						}

TABLE.rivet .left	{
						font-size:1pt;
						width:14px;
						background-image:url('images/left.gif');
						background-position:top left;
						background-repeat:repeat-y;
					}
					
TABLE.rivet .center	{
						background-color:#C0C0D8;
					}
					
TABLE.rivet .right	{
						font-size:1pt;
						width:14px;
						background-image:url('images/right.gif');
						background-position:top left;
						background-repeat:repeat-y;
					}
					
TABLE.rivet .bottomleft	{
							font-size:1pt;
							width:14px;
							height:9px;
							background-image:url('images/bottomleft.gif');
							background-position:top left;
							background-repeat:no-repeat;
						}

TABLE.rivet .bottom		{
							font-size:1pt;
							height:9px;
							background-image:url('images/bottom.gif');
							background-position:top left;
							background-repeat:repeat-x;
						}

TABLE.rivet .bottomright	{
							font-size:1pt;
							width:14px;
							height:9px;
							background-image:url('images/bottomright.gif');
							background-position:top left;
							background-repeat:no-repeat;
						}
						
TABLE.screenshot		{
							width:100%;
						}
TABLE.screenshot TD		{
							width:50%;
							text-align:center;
						}
						
.screenshottitle		{
							font-weight:bold;
						}
						
.download				{
							padding-left:10px;
						}

.video					{
							padding-left:10px;
						}

.link					{
							padding-left:10px;
						}
