/* CSS Document */
.text:hover
				{
				font-weight:bold;
				text-decoration:none;
				font-family:verdana;
				color:#ffffff;
				font-size:15px;

				}				
.text
			{
			line-height:inherit;
			font-weight:bold;
			font-family:verdana;
			color:#FFCC33;
			font-size:15px;
			text-decoration:none;
			}
.reg
			{
			line-height:inherit;
			font-weight:normal;
			font-family:verdana;
			color:#FFCC33;
			font-size:12px;
			text-decoration:none;
			}
	.regb
			{
			line-height:inherit;
			font-weight:bold;
			font-family:verdana;
			color:#FFCC33;
			font-size:12px;
			text-decoration:none;
			}
.bottomnav:hover
				{
				font-weight:bold;
				text-decoration:none;
				font-family:verdana;
				color:#ffffff;
				font-size:12px;

				}				
.bottomnav
			{
			line-height:inherit;
			font-weight:bold;
			font-family:verdana;
			color:#FFCC33;
			font-size:12px;
			text-decoration:none;
			}

.copy:hover
				{
				font-weight:normal;
				text-decoration:none;
				font-family:verdana;
				color:#ffffff;
				font-size:10px;

				}				
.copy
			{
			line-height:inherit;
			font-weight:normal;
			font-family:verdana;
			color:#999999;
			font-size:10px;
			text-decoration:none;
			}