body {
        font-family: Georgia, serif; 
	color: #333366; 
}	
div.main {
	margin: 0px 10px 10px 10px;
}	
fieldset {  padding: 5px 5px 5px 5px; 
            margin-top: 3px;
	    border: solid 1px #aaa;
            border-color: Black; 
}
fieldset legend {
            color: darkblue;
            font-size: 12pt;
            font-weight: bold;
}
lbl {
        color: red;
        font-size: 10pt;
}
p.margin{margin-left: 3cm}


span{
        color: black;
        font-size: 10pt;
}
set     {
                font-size: 10pt;
}

a:templink	{ color: #FFFFFF; text-decoration: none; font-weight: bold }
                    
a:link {
	        font-size : 10pt; 
            text-decoration: none;
            color: #66669A;	       
			font-weight:bold;      
            background-color: transparent;
}

a:visited {	
	        font-size : 10pt; 
                text-decoration: none;
                color: #66669A;	    /* was blue */
		font-weight:bold;     /* was normal */
                background-color: transparent;
}
    
a:hover{

        color: darkblue;
       	text-decoration: underline;
}

a:active{
	color:#333333;
		border-style: none ;
}
span.breadcrumb {
	font-size:10pt;
	color: #66669A;	   
	font-weight:bold;
}	
h2.pagetitle {
	text-align:center;
}	
li {
     /*   font-size: 10pt; */
        font-family: Georgia;
}
table.dashed{
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #ff0000;

}
p.dashed {
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
}
th.des{
border-style: dashed;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-color: #ff0000;
}





.display
{
    
    border-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 2pt;
    border-color: #ff0000;
    height: 20pt;
    
}

.displaycolor
{
    
    border-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 2pt;
    border-color: #ff0000;
    height: 20pt;
    background-color: #BBBBBB;
    
}

.lh {
	list-style: none; padding: 0px; margin: 25px; 
	}
	
.list {	
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9pt;
	text-align: justify;
	line-height: 150%;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url("../images/bl_sqdi.png");
	background-repeat: no-repeat;
	background-position: 0 4px; 
	padding: 0px 0px 0px 20px; 	
	color: #333333;
	}