@charset "utf-8";
/* CSS Document */

    /*  */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
		font-size:90%;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    p {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
        margin:.4em 0 .8em 0;
        padding:0;
    }
	td{
				font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}

