body { font-family:  Verdana, Helvetica, sans-serif; color : #663366; font-size:8pt }
p {  font-family:  Verdana, Helvetica, sans-serif; color : #663366; font-size: 8pt}
a {  font-family:  Verdana, Helvetica, sans-serif; color : #663366; font-size: 8pt}
td {  font-family:  Verdana, Helvetica, sans-serif; color : #663366; font-size: 8pt}

a:link { text-decoration:underline; color : #663366; font-size: 8pt;}
a:hover { text-decoration:underline; color : #D88401; font-size: 8pt;}
a:visited { text-decoration:underline; color : #663366; font-size: 8pt;}
a:visited:hover {	text-decoration:underline; color : #D88401; font-size: 8pt;}

.headlink:link { text-decoration:none; color : #663366; font-size: 8pt}
.headlink:hover { text-decoration:none; color : #F8BE63; font-size: 8pt}
.headlink:visited { text-decoration:none; color : #663366 font-size: 8pt}
.headlink:visited:hover {text-decoration:none; color : #F8BE63; font-size: 8pt}


/* CSS container shadow */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
	
    margin-right: 3px;
    margin-bottom: 3px;

}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #663366;
        padding: 5px;
		
    }
/* CSS container shadow */

.dotted {border-style: dotted;border-color: #671d7e;border-width: 1px;}