/*  master.css
    Master Cascading Style Sheet for brokenheartdiet.com
    
    Revision history:
	19may04 - created
 */
body{
	margin : 0px;
	}


body{
	background-color : #938FD9;
	}


p{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	margin-right: 1em;
	}

p.home{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	}

td{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

a:active{
	color : #69c;
	}


a:link{
	color : #039;
	}


a:visited{
	color : #6666CC;
	}


em{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : italics;
	font-size : 8pt;
	}


strong{
	color : #FF6633;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : normal;
	font-size : 8pt;
	font-weight : bold;
	}

b{
	font-style : normal;
	font-weight : bold;
}

sup{
	font-size : 6pt;
	}


img{
	border : 0;
	}


div{
	margin : 0;
	}


p.textnavblu{
	font-family : Arial, Geneva, sans-serif;
	font-size : 8pt;
	margin : 4px 0px 0px 0px;
	color : #0F0697;
	}
	
p.textnavblk{
	font-family : Arial, Geneva, sans-serif;
	font-size : 8pt;
	margin : 4px 0px 0px 0px;
	color : #000000;
	}

p.homeleftnav{
	font-family : Arial, Geneva, sans-serif;
	font-size : 8pt;
	margin : 4px 0px 0px 0px;
	color : #171196;
	font-weight : bold;
	font-decoration : none;
	}


hr{
	color : #ccc;
	}


h1, h2, h3, h4, h5, h6{
	font-family : Arial, Geneva, sans-serif;
	}


h1{
	color : #171196;
	font-size : 13pt;
	font-weight : bold;
	margin-bottom : .0em;
	margin-top : 0em;
	}


h2{
	color : #171196;
	font-size : 13pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h3{
	color : #171196;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h4{
	Color : #171196;
	Font : bold 11pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h5{
	color : #171196;
	font-size : 11pt;
	font-weight : normal;
	margin-bottom : 0em;
	margin-top : .5em;
	}


h6{
	font-size : .72em;
	font-weight : bolder;
	margin-bottom : 0em;
	margin-top : 1.25em;
	}


.solid{
	margin-bottom : 0px;
	}


ul,ol,li, dir,menu,dd{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	margin-right: 1em;
	}

dl, dt, dd{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	}

ol li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	margin-right: 1em;
	}


ul li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : disc;
	}


ul ol{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	margin-right: 1em;
	}


ul li ol li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	margin-right: 1em;
	}

.spcl p{
	margin-bottom : 0;
	margin-top : .75em;
	}


.spcl p.head{
	font-weight : bold;
	margin-top : 1.36em;
	}


.spcl p.first{
	margin-top : 0;
	}


.spcl p.last{
	margin-bottom : 1.36em;
	}


.spcl p.only{
	margin-bottom : 1.36em;
	margin-top : 0;
	}

