    TD	{
		font-family : "Trebuchet MS", Arial,Helvetica,sans-serif;
		font-style : none;
		line-height : 15px;
		color : #FFFFFF;
		font-size : 12px;
		}

    div#webtile	{
		width: 209px;
		border: 0px solid green;
		float: right;
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 4px;
		}

    .looselines	{
		line-height : 18px;
			}
    
    .looserlines	{
		line-height : 22px;
			}
    
    .tightlines	{
		line-height : 10px;
			}
    
    .nav	{
		font-size : 15px;
		font-weight : bold;
			}
    
    .big	{
		font-size : 14px;
			}
    
    .bigger	{
		font-size : 16px;
			}
    
    .bigheadline	{
		font-family : Times,serif;
		font-size : 24px;
			}
    
    .smallheadline	{
		font-family : Times,serif;
		font-size : 18px;
			}
    
    .sans	{
		font-family : Arial,Helvetica,sans-serif;
			}
    
    .small	{
		font-size : 11px;
			}
    
    .reallysmall	{
		font-size : 9px;
			}
    
    .red	{
		color : #FF0000;
			}
    
    .green	{
		color : #00CC00;
			}

    .copyright	{
		color : #436730;
			}

    .copyrightsmall	{
		font-size : 11px;
		color : #436730;
			}

    .black	{
		color : #000000;
			}
    
    .white	{
		color : #FFFFFF;
			}
    
    .gold	{
		color : #E4B117;
			}

    .goldtsmf	{
		color : #F1CF37;
			}

    .peachsj	{
		color : #C98967;
			}

    .monospace	{
		font-family : Courier, monospace;
			}
    
	A:link	{
		color : #72BF4B;
		text-decoration : none;
			}
    
    A:visited	{
		color : #72BF4B;
		text-decoration : none;
				}
    
    A:hover	{
		color : #FFFFFF;
		text-decoration : none;
			}
    
    A:active	{
		color : #666666;
		text-decoration : none;
				}

	.green A:link	{
		color : #00CC00;
		text-decoration : none;
			}
    
    .green A:visited	{
		color : #00CC00;
		text-decoration : none;
				}
    
    .green A:hover	{
		color : #FFFFFF;
		text-decoration : none;
			}
    
    .green A:active	{
		color : #666666;
		text-decoration : none;
				}

	.red A:link	{
		color : #FF0000;
		text-decoration : none;
			}
    
    .red A:visited	{
		color : #FF0000;
		text-decoration : none;
				}
    
    .red A:hover	{
		color : #FFFFFF;
		text-decoration : none;
			}
    
    .red A:active	{
		color : #666666;
		text-decoration : none;
				}

	.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
				}