BODY {
                color: #fdecba;
                font-family: helvetica, sans-serif;
                font-size: 10px;
                background-color: #123456;
		margin-top: 10px
        }

H1      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 20px;                                                                                                                                           }

H2      {
                color: #123456;
                font-family: helvetica, arial, sans-serif;
                font-size: 12px;
            }

TABLE	{
		margin-top: 10px;
		margin-bottom: 15px;
	}

TD      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
        }

PRE     {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
        }

.header      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
                background-color: #236283;
        }

.exec      {
                color: #123456;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
                background-color: #cba987;
        }

CHECKBOX   {
                color: #ff0000;
                font-family: helvetica, arial, sans-serif;
                font-size: 8px;
                background-color: #ccffff;
		border-style: none;
		cursor: move;
		caption-side: top;
        }

.textf   {
                color: #000000;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
                background-color: #ccffff;
        }

.textb   {
                color: #000000;
                font-family: helvetica, arial, sans-serif;
                font-size: 10px;
                background-color: #999999;
        }

a:link { color: #cba987; font-size: 10px; text-decoration:none }
a:visited { color: #cba987; font-size: 10px; text-decoration:none }
a:active { color: #cba987; font-size: 10px; text-decoration:none }

