HTML				{
					overflow-y				: scroll; 
					}
A					{
					color					: #000000;
					text-decoration			: underline;
					}
A:Hover				{
					text-decoration			: none;
					}
Body				{
					background-color		: #FEFEC6;
					background-image		: URL("graphics/main-bg.gif");
					background-repeat		: repeat-x;
					background-position		: bottom;
					font-family				: Arial;
					font-size				: 13px;
					color					: #000000;
					}
TD					{
					font-size				: 13px;
					}
.mainbg				{
					background-repeat		: no-repeat;
					background-position		: bottom left;
					}	
.whitebg			{
					background-color		: #ffffff;
					background-image		: URL("");
					}
.fullborder			{
					border-left				: 1px #000000 Solid;
					border-right			: 1px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 1px #000000 Solid;
					}
.noborder			{
					border-left				: 0px;
					border-right			: 0px;
					border-top				: 0px;
					border-bottom			: 0px;
					}
.border-lt			{
					border-left				: 1px #000000 Solid;
					border-right			: 0px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 0px #000000 Solid;
					}
.border-t			{
					border-left				: 0px #000000 Solid;
					border-right			: 0px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 0px #000000 Solid;
					}
.border-rt			{
					border-left				: 0px #000000 Solid;
					border-right			: 1px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 0px #000000 Solid;
					}
.border-ltb			{
					border-left				: 1px #000000 Solid;
					border-right			: 0px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 1px #000000 Solid;
					}
.border-tb			{
					border-left				: 0px #000000 Solid;
					border-right			: 0px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 1px #000000 Solid;
					}
.border-rtb			{
					border-left				: 0px #000000 Solid;
					border-right			: 1px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 1px #000000 Solid;
					}
.border-lbr			{
					border-left				: 1px #000000 Solid;
					border-right			: 1px #000000 Solid;
					border-top				: 0px #000000 Solid;
					border-bottom			: 1px #000000 Solid;
					}
.border-ltr			{
					border-left				: 1px #000000 Solid;
					border-right			: 1px #000000 Solid;
					border-top				: 1px #000000 Solid;
					border-bottom			: 0px #000000 Solid;
					}
.hd					{
					font-size				: 15px;
					}
input,textarea		{
					border-left				: 0px #000000 Solid;
					border-right			: 0px #000000 Solid;
					border-top				: 0px #000000 Solid;
					border-bottom			: 0px #000000 Solid;
					background-color		: #f8f8f8;
					font-family				: Arial;
					font-size				: 13px;
					color					: #000000;
					text-align				: center;
					}
.smltxt				{
					font-size				: 11px;
					}
.infotxt			{
					font-size				: 12px;
					}	
