	body
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		background-color : #ffffff;
		}
	.logo
		{
		font-family: "Britannic Bold"
		}
	.b
		{
		font-weight: bold;
		}
	.i
		{
		font-style: italic;	
		}
	.s10
		{
		font-size: 10px;
		}
	.s12
		{
		font-size: 12px;
		}
	.s16
		{
		font-size: 16px;
		}
	.s18
		{
		font-size: 18px
		}
	.s20
		{
		font-size: 20px;
		}
	.s24
		{
		font-size: 24px; 
		}
	.s36
		{
		font-size: 36px;
		}
	.s40
		{
		font-size: 40px;
		}
	.s60
		{
		font-size: 60px;
		}
	.bl
		{
		color: #000099;
		}
	.red
		{
		color: red;
		}
	.ac
		{
		text-align: center;
		}
	.ar
		{
		text-align: right;
		}
	.update
		{
		font-style: italic;
		color: #ff0000;
		text-align: left;	
		}
	#diary
	        {
                }
	#diary td,th
		{
		vertical-align:text-top;
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		padding: 1px;
		border-spacing: 0px ;
		}
	#diaryHdr
                {
                text-align: center;
                font-size : 16px;
                }
	.bgDiary
		{
		background-color: #99FFCC;
		}
	.bgReh
		{
		background-color: #FFFF99;
		}
	#diary table
		{
		background-color: #FFFF99;
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		border-collapse: collapse;
		}

	.floatr
		{
		float:right;
		}

	.floatl
		{
		float:left;
		}
	#soldout
	        {
                font-size : 20px;
                font-style: italic;
                }
        .clearer
                {
                height:1px;
                overflow:hidden;
                margin-top:-1px;
                clear:both;
                }