﻿	body {
		background-color:#f7fafc;
	}
   
    .portoutlineScott {
        position:relative;
        float:right;
        top:-15px;
     }
    
    #topbox {
		width:100%;
        position:relative;
        float:left;
        top:0px;
        height:177px;
        border:solid 1px #000000;
        text-align:left;
        background-color:#ffffff;    
    }
    
    #titlebar {
        background-color:Black;
        font-weight: normal; 
        font-size: 11pt; 
        color:#ffffff;
        font-family: Georgia;
        padding:5px 5px 5px 5px;
    }
    
    #serving {
        position:relative;
        font-weight: bold; 
        font-size: 12pt; 
        font-style:italic; 
        color:#D80025;
        font-family: Georgia;
        top:10px;
        left:-70px;
    }
    
    #call {
        position:relative;
        float:left;
        font-weight: bold; 
        font-size: 18pt; 
        font-style:normal; 
        color:#D80025;
        font-family: Times New Roman;
        top:40px;
        left:20px;
    }
    
    #noone {
        position:relative;
        float:left;
        font-weight: normal; 
        font-size: 16pt; 
        font-style:italic; 
        color:#000000;
        font-family: Georgia;
        top:-0px;
        left: 65px;
        height:25px;
        width:525px;
    }
    
    #audio {
        position:relative;
        float:right;
        width:155px;
        height:30px;
        background-color:#f7fafc;   
    }
    
    #contentwrapper {
        position:relative;
        float:left;
    }
    
    #disappear {
        height:1px;
        visibility:hidden;
            }

    #content {
        width:595px;
        border:solid 1px #000000;
        margin-top:30px;
        padding:5px;
        background-color:#ffffff;    
    }
    
    #rightmenuwrapper {
        position:relative;
        float:right;
    }
    
    #rightmenu {
        font-weight: normal; 
        font-size: 12pt; 
        color:#000000;
        font-family: Georgia;
        border:solid 1px #000000;
        text-align:left;
        width:150px;
        padding-left:5px;
        background-color:#ffffff;
        line-height: 25px;
    }

	#getReportFrame {
		width:595px;
		height:476px;
	}
    
    a {
		border:none;	
		color:Black;
	}
	
	a:hover {
		color:Black;
		text-decoration:underline;
	}
	
	a.boldLink {
		font-size: 10pt; 
		color: rgb(92,120,140); 
		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

	a.boldLink:hover {
		font-weight: bold; 
		font-size: 9pt; 
		color: rgb(92,120,140); 
		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

/*	Element Styles	*/

	.divGoldDashed {
		background-color:#FFFF42;
		border:dashed 1px black;
		padding:5px;
		width:90%;		
	}
	
	.divGoldSolid {
		background-color:#EFED93;
		border:solid 2px black;
		padding:5px;
		width:90%;		
	}
		
	.divGreySolid {
		background-color:#D3D3D3;
		border:solid 2px black;
		padding:5px;
		width:85%;		
	}
	
	.divRatesSolid {
		background-color:#D1E4FF;
		border:solid 2px black;
		padding:5px;
		width:85%;		
	}

	.divBlueSolid {
		background-color:#D1E4FF;
		/*border:solid 2px black;*/
		padding:5px;
		width:85%;		
	} 

	
	.divWhiteSolid {
		background-color:#ffffff;
		border:solid 2px black;
		padding:5px;
		width:85%;		
	}

/*	End Element Styles	*/

/*	Text Styles	*/

	.textItalic {
		font-style:italic;	
	}

	.textUnderline {
		text-decoration:underline;	
	}

	.textBold {
		font-weight:bold;	
	}

	.textRed {
		color:Red;	
	}
	
	.textNavy {
		color:Navy;	
	}
		
	.textBlue {
		color:Blue;	
	}
	
	.textTeal {
		color:Teal;	
	}
	
	.textBlack {
			color:Black;	
		}
		
	.textLarge {
		font-size:large;		
	}

	.textLarger {
		font-size:16pt;		
	}
	
	.textLeftAlign {
		text-align:left;	
	}

	.textCenterAlign {
		text-align:center;	
	}
	
/*	End Text Styles	*/

/*	Positioning Styles	*/

	.floatLeft 	{
		float:left;	
	}
	
	.floatRight	{
		float:right;	
	}

/*	End Positioning Styles	*/

/*	Size Styles	*/

	.width50Percent	{
		width:50%;	
	}
	
/*	End Size Styles	*/