BODY {
    background-color:   white;
    color:              black;
    font-family:        arial,sans-serif;
    font-size: 		10pt
}

TD {
    color:              black;
    font-family:        arial,sans-serif;
    font-size: 		10pt
}

A:link {
    font-family:	arial,sans-serif;
    background-color:   white;
    color:              blue;
    text-decoration:    none;
    font-size:		10pt
}

A:visited {
    font-family:	arial,sans-serif;
    background-color:   white;
    color:              #009966;
    text-decoration:    none;
    font-size:		10pt
}

A:active {
    font-family:	arial,sans-serif;
    background-color:   white;
    color:              #3399FF;
    text-decoration:    none;
    font-size:		10pt
}

A:hover {
    font-family:	arial,sans-serif;
    background-color:   white;
    color:              #990066;
    text-decoration:    none;
    font-size:		10pt
}

A.button:link {
    color:		white;
    background-color:   #006633;
    text-decoration:    none
}

A.button:visited {
    color:		white;
    background-color:   #006633;
    text-decoration:    none
}

A.button:active {
    color:		white;
    background-color:   #006633;
    text-decoration:    none
}

A.button:hover {
    background-color:   #009966;
    text-decoration:    none;
}

h3 {
    font-weight:	bold;
    font-size:		14pt
}

b {
    font-weight:	bold;
    font-size:		10pt
}

span.highlight {
    color:		red
}

li {
    list-style-type:	square;
    margin-bottom:	1px
}

span.caption {
    font-size:          7pt;
    font-weight:        bold
}

A.important:link {
    font-family:        arial,sans-serif;
    background-color:   white;
    color:              #3399FF;
    text-decoration:    none;
    font-weight:        bold;
    font-size:          12pt
}

A.important:visited {
    font-family:        arial,sans-serif;
    background-color:   white;  
    color:              #006600;   
    text-decoration:    none;
    font-weight:        bold;
    font-size:          12pt
}

A.important:active {
    font-family:        arial,sans-serif;
    background-color:   white;     
    color:              #3399FF;   
    text-decoration:    none;
    font-weight:        bold;
    font-size:          12pt
}

A.important:hover {
    font-family:        arial,sans-serif;
    background-color:   white;    
    color:              #3333FF;  
    text-decoration:    none;
    font-weight:        bold;
    font-size:          12pt
}   
