/* CSS Document */

	BODY	{
		color:black;
	}
	
	.btnHover	{
		background-color: #CCCCCC;
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		font-weight: bold;
		border: 1px solid #999999;
		cursor: pointer;
		height:25px;
	}

	.btnOut		{
		background-color:#D6D6AB;
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		font-weight: bold;
		border: 1px solid #999999;
		height:25px;
	}
	
	.subItem	{
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		padding-left: 25px;
		height:20px;
	}
	
	.subItemDisabled	{
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		padding-left: 25px;
		height:20px;
		color:#999999
	}
	
	.subItemHoverDisabled	{
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		padding-left: 25px;
		cursor: pointer;
		background-color:#000000;
		height:20px;
		color:#999999
	}
	.subItemHover	{
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		padding-left: 25px;
		cursor: pointer;
		background-color: #CCCCCC;
		height:20px;
		border-bottom:1px solid grey;
	}
	
	A	{
		color:#0000CC;
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		text-decoration: none;
	}
	
	A:hover		{
		color: #0000CC;
		font-family: "Courier New", "Courier";
		font-size: 10pt;
		text-decoration: underline;
	}
	
	.normalText		{
		color:black;
		font-family: "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 10pt;
		margin-bottom: 1;
		margin-top: 1;
	}
	
	.normalText2	{
		color:grey;
		font-family: "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 10pt;
		margin-bottom: 1;
		margin-top: 1;
	}
	
	.littleText 	{
		color:grey;
		font-family: "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 8pt;
		margin-bottom: 1;
		margin-top: 1;
	}
	
	.normalTitle	{
		color:black;
		font-family: "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 11pt;
		font-weight:bold;
		margin-bottom: 3;
		margin-top: 1;
	}
	
	.noteText		{
		color:#CC0000;
		font-family:  "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 9pt;
		margin-bottom:1;
		margin-top:1;
		font-weight:bold;
	}
	
	.noteText2		{
		color:#006600;
		font-family:  "Trebuchet MS", "Arial", "Sans-serif";
		font-size: 9pt;
		margin-bottom:1;
		margin-top:1;
		font-weight:bold;
	}
	
	
	.newsTitle		{
		color:#CCCCCC;
		font-family: "Trebuchet MS", "Arial", "Sans-Serif";
		font-size:10pt;
		font-weight:bold;
		background-color:#CC6600;
		padding-left: 5px;
	}
	
	.screenshotLink		{
		background-color: #CCCC99;
		padding:5px 5px 5px 5px;
	}
	
	.screenshotLinkHover	{
		background-color: #CCCC66;
		cursor: pointer;
		padding:5px 5px 5px 5px;
	}
	

	
