	BODY {
		background: white;
		margin: 10px;
		
		background-repeat:no-repeat;
		background-attachment: fixed;	
	scrollbar-face-color: #C3D4E4;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #C3D4E4; 
scrollbar-darkshadow-color: #006699;
scrollbar-track-color: #006699; 
scrollbar-arrow-color: #006699;
	}

	IMG.TitleGraphic {
		/*position:absolute;*/
		left: 0;
		top: 0;
        width:100%;
	}

	FONT {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	}
	
	TR.MatchFontColor 
	{
		background-color: #666666;
	}
	TD.MatchFontColor 
	{
		background-color: #666666;
	}
	
	P {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	
	}
	
	TD {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	
	}
	
	P.LeftMargin {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
		margin-left: 10px;	
	} 

	P.Title {
		color: #0066CC;
		font-size: 12pt;
		font-weight: 600;
		font-family: Verdana, Arial;
		margin-bottom: 5px;
	}
	
	P.Subtitle {
		color: #0066CC;
		font-size: 9pt;
		font-weight: 600;
		font-family: Verdana, Arial;
		margin-bottom: 5px;
	}

	FONT.Title {
		color: #0066cc;
		font-size: 12pt;

		font-family: Verdana, Arial;
        float:left;
        padding:10px 0;
        width:100%;
        border-bottom:solid 1px #eee;
        margin-bottom:10px;
	}
	
	FONT.Subtitle {
		color: #0066CC;
		font-size: 9pt;
		font-weight: 600;
		font-family: Verdana, Arial;
	}
	
	
	FONT.Error {
		color: #FF0000;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
	}
	
	
	TABLE.Standard
	{
		background-color:99CCFF;
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	}
	
	
	A:link{
		COLOR: #0066CC;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
		font-variant: normal;
		font-weight: 800;
		text-decoration: underline;
		text-transform:none

	}
	
	A:visited
	{
		COLOR: #0066CC;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
		font-style: normal;
		font-variant: normal;
		font-weight: 800;
		text-decoration: underline;
		text-transform: none

	}
	
	A:hover   { color: #F2D837 } /* user hovers */
	
	
	A:active  { color: #88C54A }   /* active links*/
	

	UL.StandardList
	{
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
		TEXT-DECORATION: none
	}

	LI
	{
		margin-top: 3mm;
	}
.clock {
    color: #fff !important;
    margin-right: 13px;
    margin-top: -25px;
}
.question_font {
    color: #000;
    float: left;
    font-size: 13px;
    padding: 0 0 10px;
    width: 100%;
}
.option_font {
     color: #666;
    float: left;
    font-size: 12px;
    padding: 5px 0 6px 8px;
    width: 100%;
}
.option_select {
    padding:2px;
    width:140px;
}
    .option_select option {
       padding:5px;
       font-size:12px;
    }
.grey_strip {
    background:#f7f7f7;
}
.white_strip {
    background:#fff;
}
.tbl {
    width:100%;
}