<style type='text/css'>

a
{
    text-decoration:	none;
    font-weight: 	bold;
}

a:link
{
    text-decoration:    none; 
    color:              #a41212; 
}

a:visited
{
    text-decoration:    none; 
    color:              #a41212; 
}

a:hover
{
    text-decoration:    underline;
    color:              #ad0808; 
}	

a:active
{
   text-decoration:     none;
   color:               #00cc00; 
}

.new
{
    position:           absolute;
    top:                0px;
    width:              100%;
    height:             15px;
    z-index:            4;
    background-color:   #00cc00;
    padding:   0px;
    border:  0px;
    border-bottom:  1px solid black;

}

.abstracted
{
    position:           absolute;
    left:               35px;
    top:                20px; 
    width:              90%; 
    height:             180px;
    z-index:            2;
}

.abstractedBg
{
    font-family:        trebuchet ms, verdana;
    font-size:          18px;   
    position:           absolute;
    width:              90%;
    right:              35px;
    
    /*left:               35px; leave this out till ie[n] wakes up.*/

    top:                20px;
    height:             175px; 
    background-color:   #e0e0e0;
    padding:            0px;
    z-index:		1;
}

.jive
{

    position:           absolute;
    right:              185px;
    top:                15px;
    height:             155px; 
    text-align:         right;
    font-family:        trebuchet ms, verdana;
    font-size:          30px;   
    color:              #e4e4e4;
}

.traverse
{
    font-family:        trebuchet ms, verdana;
    font-size:          11px;
    position:           absolute;
    right:              40px;
    top:                25px;
    width:              150px;
    height:             140px;
    border:             1px dotted black;
    background-color:   white;
    padding:            10px;
    z-index:            2;
}

.in
{
    font-family:        trebuchet ms, verdana;
    font-size:          11px;
    text-align:         right;
    /*color:              white;*/
    position:           absolute;
    left:               35px;
    top:                253px;
    width:              150px;
    border:             1px solid grey;
    background-color:   #8ba7c4;
    padding:            10px;
    z-index:            2;
    text-decoration:    none;

}

.out
{
    font-family:        trebuchet ms, verdana;
    font-size:          11px;
    text-align:         right;
    position:           absolute;
    left:               35px;
    top:                380px;
    width:              150px;
    border:             1px solid grey;
    background-color:   #cdc3b7;
    padding:            10px;
    z-index:            2;
    text-decoration:    none;

}

.accounting
{
    font-family:        trebuchet ms, verdana;
    font-size:          11px;
    text-align:         right;
    position:           absolute;
    left:               35px;
    top:                555px;
    width:              150px;
    border:             1px solid grey;
    background-color:   #b2cb87; /*#cba887;*/
    padding:            10px;
    z-index:            2;
    text-decoration:    none;
}

.sheetofpaper
{
/*
    position:           absolute;
    top: 240px;
    left: 25px;
    width: 170px;
    height: 380px;
    border:             1px solid black;
    background-color:   white;
    z-index:            1;
*/
}

.incontent
{
    font-family:        trebuchet ms, verdana;
    font-size:          12px;
    top:                10px;
    left:               20px;
    width:              auto;
    height:             96%;
    color:              #333333;
    padding-left:       200px;
    padding-top:      250px;
    line-height:        16px; 
    position: absolute;
    background-color:  white;
    border:  1px solid black;
    z-index:            0;
}

.white
{
   text-align:         right;
   color:              black;
}

.midsize
{
    font:              15px trebuchet ms, verdana;
}

h1
{
    font:              17px trebuchet ms, verdana;
    margin-top:        0px;
    margin-bottom:     0px;
    text-indent:       30px;
}

h2
{
    font:              italic 16px trebuchet ms, verdana;
    color:             #555555;
    background-color:  transparent;
}

h3
{
    font:              bold 14px trebuchet ms, verdana;
    color:             #004488;
    background-color:  transparent;
}

h4
{
    font:              bold 11px trebuchet ms, verdana;
    color:             #004488;
    background-color:  transparent;
    text-align:        left;
  
}

.date
{
     font:             11px georgia, new times roman;
     color:            #004488;
}
