<!--
	body {
		font-family : Verdana,Lucida,sans-serif;
		background-image : url("background.png");
		background-color : #cccccc;
		
	}

	body,tr,td {
		font-size : 90%;
	}

	a {
		color : #000000;
		text-decoration : none;
	}

	a:hover {
		text-decoration : underline;
	}

	.quote {
		font-size : 70%;
	}

	.whom {
		font-size : 70%;
		text-align : right
	}
	
	.context {
		font-size : 70%;
		text-align : right;
	}
	
	.logo {
		float : left;
		clear : both;
	}

        .quotebox {
                float : left;
                clear : both;
        }
                                                                                                                                                          
        td.box-upper {
                background-image : url("/ec-upper-bar.gif");
                background-repeat : repeat-x;
                background-position : bottom;
        }
                                                                                                                                                          
        td.box-lower {
                background-image : url("/ec-lower-bar.gif");
                background-repeat : repeat-x;
                background-position : top;
        }

	td.box-left {
		background-image : url("/ec-left-bar.gif");
		background-repeat : repeat-y;
		background-position : right;
	}

	td.box-right {
                background-image : url("ec-right-bar.gif");
                background-repeat : repeat-y;
                background-position : left;
        }

	td.box-center {
		background-color : #ffffff;
	}

	td.box-ul-corner {
		alignment : right;
		vertical-align : bottom;
	}

        td.box-ur-corner {
                alignment : left;
                vertical-align : bottom;
        }

        td.box-ll-corner {
                alignment : right;
                vertical-align : top;
        }

        td.box-lr-corner {
                alignment : left;
                vertical-align : top;
        }
	
	table.centered {
		margin-right:auto;
		margin-left:auto; 
	}

        .navbar {
                alignment : center;
        }

	.box-title {
		text-align : center;
	}
-->

