/*     BloatedBellyHelp.com CSS     */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Trebuchet MS; 
            font-size: 12px;
            } 

a.menu {    
			font-family: Trebuchet MS; 
            font-size: 15px; 
			font-weight: bold;
			text-decoration: none;
			color: #DAEDFF
            } 

a.menu:hover { 
			font-family: Trebuchet MS; 
			font-size: 15px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
			     } 

a.menu_small {    
			font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu_small:hover { 
			font-family: Trebuchet MS; 
			font-size: 13px; 
			font-weight: bold;
			text-decoration: underline;
			color: #DAEDFF
			     }			 		 

a.links {    
			font-family: Trebuchet MS; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFFFFF
            } 

a.links:hover { 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: underline;
			color: #DAEDFF
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #CCCBCB;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Trebuchet MS; 
			font-size: 11px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #E3E3E3;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			padding-right: 2px;
			font-family: Trebuchet MS; 
			font-size: 11px; 
			font-weight: normal;
			color: #000000
}

/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image:  url(images/buttons.gif);
background-repeat: no-repeat;
width: 250px;
height: 30px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 30px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #DAEDFF;
}
a.button:hover, a.button:active {
background-position: 0 -38px;
color: #FFFFFF;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #FFFFFF;
cursor: default;
}

ul.greencheck {list-style-image: url('images/greencheck.png')}
ul.blackbullet {list-style-image: url('images/black_bullet.gif')}
ul.blackcheck {list-style-image: url('images/black_check.gif')}
ul.blackyelllowcheck {list-style-image: url('images/black_yellow_check.gif')}
ul.blackarrow {list-style-image: url('images/black_arrow.gif')}


#logo {
	width: 766px;
	height: 170px;
	margin: 0 auto;
	background-color:#618C04;
	background-image:url('images/bg_header_grn.jpg')
}
#logo h1 {
	margin: 0px;
	line-height: normal;
	text-transform: capitalize;
	text-shadow: 0.1em 0.1em 0.2em black;
	font-weight: normal;
	color: black;
}
#logo h1 a {
	text-decoration: none;
	text-align:center;
	color:yellow;
	font-family:"Arial", "Verdana",sans-serif;
	font-size:45px;	
}
#logo h1 img {
	vertical-align:middle;
	left:0px;	
}
