html			{
				overflow-y			: scroll;
				}
A				{
				color				:	#FFC800;
				text-decoration		:	none;
				font-weight			: bold;
				}
A:Hover			{
				text-decoration		:	underline;
				}

TD				{
				font-family			:	Arial;
				color				: #ffffff;
				font-size			:	9pt;
				}
.sml			{
				font-size			: 8pt;
				}
.bg-dot			{
				background-image	: url("graphics/bg-dot.gif");
				background-repeat	: repeat-y;
				background-position : center;
				}
.yellow			{
				color				: #FFC800;
				}
.black			{
				color				: #000000;
				font-size			: 8pt;
				}
.hd				{
				font-family			:	arial;
				color				:	#ffffff;
				font-weight			:	Bold;
				font-size			:	13pt;
				}	
.button			{
				color 				: #FFC800;
				font-family 		: arial;
				font-size 			: 9pt;
				font-weight 		: Bold;
				border-width 		: 1px, 1px, 1px, 1px;
				background-color 	: #13253D;
				border-color 		: #FFC800;
				}
input,select,textarea
				{
				border-left			:	1px #000000 solid;
				border-right		:	1px #000000 solid;
				border-top			:	1px #000000 solid;
				border-bottom		:	1px #000000 solid;
				color				:	#000000;
				font-size			:	9pt;
				font-family			:	Arial;
				}
.yborder		{
				border-left			:	1px #FFC800 solid;
				border-right		:	1px #FFC800 solid;
				border-top			:	1px #FFC800 solid;
				border-bottom		:	1px #FFC800 solid;
				}
.noborder		{
				border-left			:	0px;
				border-right		:	0px;
				border-top			:	0px;
				border-bottom		:	0px;
				}
.cate			{
				color				:	#ffffff;
				}
.yhd			{
				color				:	#FFC800;
				}
.devbox			{
				border-left			: 1px #000000 solid;
				border-right		: 1px #000000 solid;
				border-top			: 1px #000000 solid;
				border-bottom		: 1px #000000 solid;
				background-color	: #ffffff;
				}
.noborder2		{
				border-left			: 0px;
				border-right		: 0px;
				border-top			: 0px;
				border-bottom		: 0px;
				color				: #000000;
				}