/* conversiondynamics.com - default css stylesheet */

body {
    font-weight:            normal;
    font-size:              small;
    word-spacing:           normal;
    text-transform:         none;
    color:                  navy;
    font-family:            verdana, arial, helvetica;
    letter-spacing:         normal;
    background:             url(images/bg_bluesphere.gif);
    background-color:       white;
    background-attachment:  fixed;	
}

.titlecell {
    color:                  white;
    font-family:            verdana, arial, helvetica;
    font-size:              small;
    font-weight:            normal;
    font-style:	            normal;
    text-align:	            left;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    vertical-align:         top;
}

.membercell {
    color:                  navy;
    font-family:            verdana, arial, helvetica;
    font-size:              small;
    font-weight:            normal;
    font-style:	            normal;
    text-align:	            left;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    vertical-align:         top;
    width:                  100%;
}

.microcell {
    color:                  navy;
    font-family:            verdana, arial, helvetica;
    font-size:              x-small;
    font-weight:            normal;
    font-style:	            normal;
    text-align:	            left;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    vertical-align:         top;
    border-style:           none; 
    padding:                8px; 
    text-align:             left; 
    width:                  100%; 
}

.dashed_microcell {
    color:                  navy;
    font-family:            verdana, arial, helvetica;
    font-size:              x-small;
    font-weight:            normal;
    font-style:             normal;
    text-align:             left;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    vertical-align:         top;
    border-style:           dashed; 
    border-collapse:        collapse; 
    border-width:           thin; 
    border-color:           Navy; 
    padding:                8px; 
    text-align:             left; 
    width:                  100%; 
    background:             url(images/BG_bluedotcomguy.gif)
}

.dashed_microcell_nobg {
    color:                  navy;
    font-family:            verdana, arial, helvetica;
    font-size:              x-small;
    font-weight:            normal;
    font-style:	            normal;
    text-align:	            left;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    vertical-align:         top;
    border-style:           dashed; 
    border-collapse:        collapse; 
    border-width:           thin; 
    border-color:           Navy; 
    background-color:       Transparent;  
    padding:                8px; 
    text-align:             left; 
    width:                  100%; 
}


h1, h2, h3, h4, h5, th, thead, tfoot
{
    color:                  navy;
}
h1	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              small;
    font-weight:            bold;
    font-style:	            normal;
    text-decoration:        none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
h2	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              small;
    font-weight:            bolder;
    font-style:	            normal;
    text-decoration:	    none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
h3	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              smaller ;
    font-weight:            lighter  ;
    font-style:	            normal;
    text-decoration:	    none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
h4	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              1.33em;
    font-weight:            500;
    text-decoration:        none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
h5, dt	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              1em;
    font-weight:            700;
    font-style:             normal;
    text-decoration:        none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
h6	{	
    font-family:            verdana, arial, helvetica, sans-serif;
    font-size:              .8em;
    font-weight:            700;
    font-style:             normal;
    text-decoration:        none;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
}	
		
tfoot, thead	{	
    font-size:	            1em;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    font-family:            arial, helvetica, sans-serif;
}	
		
th	{	
    vertical-align:         baseline;
    font-size:	            1em;
    font-weight:            bold;
    word-spacing:           normal;
    letter-spacing:         normal;
    text-transform:         none;
    font-family:            arial, helvetica, sans-serif;
}	

a:link	{	
    text-decoration:	    underline;
    color:                  #000080;
}	
		
a:visited	{	
    text-decoration:	    underline;
    color:                  purple;
}	
		
a:active	{	
    text-decoration:	    underline;
    color:                  #000080;
}	
		
a:hover	{	
    text-decoration:	    underline;
    color:                  #3333cc;
}
	
small	{	
    font-size:	            .7em;
}	

big	{	
    font-size:	            1.17em;
}	

blockquote, pre	{	
    font-family:            courier new, monospace;
}	
	

ul li	{	
    list-style-type:	    square ;
}	

ul li li	{	
    list-style-type:	    disc;
}	

ul li li li	{	
    list-style-type:	    circle;
}	
	
ol li	{	
    list-style-type:	    decimal;
}	

ol ol li	{	
    list-style-type:	    lower-alpha;
}	

ol ol ol li	{	
    list-style-type:	    lower-roman;
}	

img 	{
    margin-top:             5px;
    margin-left:            10px;
    margin-right:           10px;
}
