/* *** Main tag properties *******************************************************************/
body              { background-attachment:      fixed;   
                    background-color:           #FFFFFF;
                    background-repeat:          no-repeat; 
                    font-family:                Tahoma;
                    font-size:                  11px;
                    height:       	            100%;
                    margin:                     0px;
                    width:                      100%; }
		    
h1                { font-family:                Tahoma;
                    font-size:                  20px;
	                font-weight:                bold;
                    margin:                     15px 0px 7px 0px; }
h2                { font-family:                arial;
                    font-size:                  12pt;
                    font-style:                 italic;
                    margin:                     25px 0px 3px 0px; }
h3                { font-family:                arial;
                    font-size:                  10pt;
                    margin:                     25px 0px 3px 0px; }
h6                { font-family:                Tahoma;
                    font-size:                  11px;
                    margin:                     25px 0px 3px 0px; }

p                 { text-align:                 justify; }

table             { border-collapse:            collapse; 
                    border-color:               #C4D5FD;
		            font-family:                Tahoma; 
                    font-size:                  11px; }
th                { background-color:           #C4D5FD;
                    border-color:               #C4D5FD; 
                    color:                      #000000; 
                    font-weight:                bold;
					text-align:                 center; }
td                { vertical-align:             top;
                    border-color:               #C4D5FD; }

hr                { height:                     1px;
                    color:                      #2F6DFF; }

ul                { list-style-type:            square; }
ul ul             { list-style-type:            disc; }
ul ul ul          { list-style-type:            none; }

img               { border:                     none;
                    margin:                     0px 5px 10px 40px; }
img.adv           { border:                     none;
                    margin:                     0px 0px 5px 0px; }

pre               { background:                 #C4D5FD;
                    border:                     1px solid #2F6DFF;
                    color:                      #000000;
                    font-family:                "Courier New", Courier, mono;
                    font-size:                  11px;
                    margin:                     0px 0px 0px 40px;
                    padding:                    2px 0px 2px 3px;
                    width:                      90%; }
					
/* *** Link tag properties *******************************************************************/
a                 { color:                      #2F6DFF }
a:link            { text-decoration:            underline; 
                    color:                      #2F6DFF; }
a:active          { text-decoration:            underline; 
                    color:                      #2F6DFF; }
a:visited         { text-decoration:            underline; 
                    color:                      #2F6DFF; }
a:hover           { text-decoration:            underline ; 
                    color:                      #2F6DFF; }

.bookmark         { background-color:           #C4D5FD;
                    border:                     #2F6DFF 0px solid;
                    font-family:                Tahoma;
                    font-size:                  8pt;
                    color:                      #2F6DFF;
					padding:                    2px 0px 2px 0px;
                    text-decoration:            none;
					width:                      300px; }
.bookmark:link    { text-decoration:            none;
                    padding:                    0px; }
.bookmark:active  { text-decoration:            none;
                    padding:                    0px; }
.bookmark:visited { text-decoration:            none;
                    padding:                    0px; }
.bookmark:hover   { text-decoration:            underline overline;
                    padding:                    0px; }

.link             { font-family:                arial; 
                    font-size:                  12pt; 
                    color:                      #2F6DFF; }
.link:link        { text-decoration:            underline; 
                    color:                      #2F6DFF; }
.link:active      { text-decoration:             underline; 
                    color:                      #2F6DFF; }
.link:visited     { text-decoration:            underline; 
                    color:                      #2F6DFF; }
.link:hover       { text-decoration:            underline ; 
                    color:                      #2F6DFF; }


					
.tdmain			  { padding:                    0px 18px 18px 0px;
                    width:                      100%; }

img.arrow         { border:                     none; 
                    margin:                     0px;
                    width:                      16px;
                    height:                     14px; }

img.icons         { border:                     none; 
                    margin:                     0px;
                    width:                      30px;
                    height:                     30px; }

img.L10           { border:                     none; 
                    margin:                     0px; }

.select           { background:                 #3399CC;
                    font:                       inherit; }
		    
	    
.google           { text-align:                 right;
                    width:                      140px;  }
.history          { margin:                     0px 0px 0px 40px;
                    width:                      90%; }

.label            { margin:                     0px 0px 0px 40px; }

.content          { padding:                    0px 18px 0px 18px; }
