/*
    Document   : bulletins.css
    Created on : Jul 11, 2010, 5:39:56 PM
    Author     : David Kooienga
    Description: Style sheet for tables on the bulletins page
*/

p	{
	font-size:1.2em;
}

table.bulletins {
    border-style: none;
    border-spacing: 0;
    background: transparent;
    table-layout: fixed;
    width: auto;
}

table.bulletins td {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 5px 5px 5px 5px
}

table.bulletins th {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 5px 5px 5px 5px
}
