/* *** 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; }
					
input             { cursor:                    pointer; 
                    background:                inherit;
                    border:                    0px;
                    font-family:               Tahoma;
                    font-size:                 11px;
                    font-weight:               bold;
                    margin:                    0px; }

.content          { padding:                    0px 18px 0px 18px; }
					
/* *** 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 tag properties ******************************************************************/
.bookmark         { background-color:           #C4D5FD;
                    border:                     #2F6DFF 0px solid;
                    font-family:                Tahoma;
                    font-size:                  8pt;
                    color:                      #2F6DFF;
					margin:                     10px 0px 0px 18px;
					padding:                    5px 5px 5px 5px;
                    text-decoration:            none;
					width:                      140px; }
.bookmark:link    { text-decoration:            none;
                    margin:                     0px;
                    padding:                    0px; }
.bookmark:active  { text-decoration:            none;
                    margin:                     0px;
                    padding:                    0px; }
.bookmark:visited { text-decoration:            none;
                    margin:                     0px;
                    padding:                    0px; }
.bookmark:hover   { text-decoration:            underline overline;
                    margin:                     0px;
                    padding:                    0px; }
					
/**** Picture properties ***********************************************************************/
img.arrow         { border:                     none; 
                    margin:                     0px;
                    width:                      16px;
                    height:                     14px; }

img.icons         { border:                     none; 
                    margin:                     0px;
                    width:                      16px;
                    height:                     16px; }
       
/**** Overlib properties ***********************************************************************/
.fontClass        { font-family:                Tahoma; 
                    font-size:                  11px; }
.capfontClass     { font-family:                Tahoma; 
                    font-size:                  12px; 
					font-weight:                bold;
                    color:                      #000000; }
.capfontClass A   { color:                      #000000; 
                    font-size:                  11px;
					text-align:                 right; }
.fgClass          { background-color:           #C4D5FD; }
.bgClass          { background-color:           #94B2FF;}

