html					{overflow-y: scroll;}
body					{	margin: 0px 0px 20px 0px; background-color: #ffffff}

.title1				{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight: bold;
							color: #f00000; }

.txt1					{	font-family: "Trebuchet MS";
							font-size: 11px;
							color: #666666;		
							line-height: 14px; }
.txt1 a				{	color: #666666;
							text-decoration: underline;	}
.txt1 a:visited	{	color: #666666;
							text-decoration: none;	}
.txt1 a:hover		{	color: #f00000;
							text-decoration: none;	}

.menu1_on			{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight: bold;
							color: #ffffff;
							cursor: pointer;
							padding-left: 5px;
							padding-right:5px;
							background-color: #333333; }
.menu1_off			{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight: bold;
							color: #666666;
							cursor: pointer;
							padding-left: 5px;
							padding-right:5px;	}

.menu2_on			{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight: bold;
							color: #f00000;
							cursor: pointer;
							padding-left: 5px;
							padding-right:5px;	}
.menu2_off			{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight: bold;
							color: #666666;
							cursor: pointer;
							padding-left: 5px;
							padding-right:5px;	}

.menu					{	font-family: "Trebuchet MS";
							font-size: 12px;
							font-weight:bold;
							color: #666666;		
							line-height: 14px;	}
.menu a				{	color: #666666;
							text-decoration: none;	}
.menu a:visited	{	color: #666666;
							text-decoration: none;	}
.menu a:hover		{	color: #f00000;
							text-decoration: none;	}

.fields				{	font-family: "tahoma";
							font-size: 11px;
							color: #666666; }

.buttons			{	font-family: "Trebuchet MS";
							font-size: 9px;
							font-weight: bold;
							color: #666666; }
