/*
STANDARD HTML TAGS
*/
BODY
{
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-highlight-color: #9ec1c1;
    scrollbar-shadow-color: #9ec1c1;
    scrollbar-face-color: #ffffff;
    scrollbar-base-color: #9ec1c1;
    scrollbar-arrow-color: #677777;
    border: solid 0px black;
}

hr 
{
	color: #800000;
}

span 
{
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
	
}

bigcaps
{
    font-family: Arial;
    font-size: 18pt;
}

.littlecaps
{
    font-family: Arial;
    font-size: 11pt;
}
	
A
{
    font-weight: normal;
    font-size: 11pt;
    color: #333d3d;
    height: 17px;
    margin: 5px 5px 3px 3px;
    vertical-align: text-bottom;
    padding: 1px 0px 0px 0px;
    text-decoration: underline;
    cursor: hand;
}

A:visited 
{
    color: #333d3d;
}

A:hover 
{
	color: #800000; 
	text-decoration: none;	
}
