body 
{
    font-family: Trebuchet MS, tahoma;
    font-size: small;
    margin: 15px;
    color:#003366; /*#666666*/
    line-height: 120%;
    background-color:#EEEEEE; 
}


table
{
    width:95%;
    background:bgcolor= #E4EDF6;
    border: 2px solid #CCCCCC;/*#CADBED*/
    border-collapse:collapse;
    padding:5px;
    margin: 20px;
}

td.row
{
    border-bottom: #CADBED 2px dashed;
}


div.vanilla
{
    float: left;
    text-align: left;
}
div.br
{
    clear: left;
}

div.dottedline 
{
	width: 100%;
	border-top: thin dotted #CCCCCC;
    padding:10px;	
}

fieldset
{
    padding: 5px;
}

legend
{
    font-weight: bold;
    color: #333333;
}

a, a:active, a:link, a:visited
{
    color:#003366;
    /*border-bottom: #017cbc 1px dashed;color: #003366;*/
    text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

p
{
    padding-left:10px
}

.tborder
{
    border: 1px solid #003366;
}

/*div.Header
{
    background-image: url(images/gradient_thead.jpg);
}
*/

.thead
{
    font-weight: bold;
    background-color: #7F99B4;
    color: #FFFFFF;
    /*background-image: url(images/gradient_thead.jpg);
    vertical-align: middle;
    background-repeat: repeat-x;*/
}

.tcell1
{
    background-color: #E4EDF6;
}

.tcell2
{
    background-color: #CADBED;
}


/*
a.theadlink, a.theadlink:active, a.theadlink:link, a.theadlink:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

a.theadlink:hover
{
    color: #FFFFCC;
    text-decoration: underline;
}

.tfoot
{
    background-color: #7F99B4;
    color: #FFFFFF;
}



*/

