/* link styles */
a:link, a:visited  { color: #f7ab89; text-decoration: none;}
a:hover, a:active {color: #cd4b2b; text-decoration: underline;}



/* CONTENT text and image styles */

h1  { 
	color: #556c11; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

p, ol, ul { 
	color: #FFFFFF; 
	font-size: 11px; 
	line-height: 16px; 
	font-family: Verdana, sans-serif; 
margin-top: 3px;
	}
	

ul.bullets {margin-top:0.5em; margin-bottom:0.5em; line-height:1.3em; position: relative; left: -13px; list-style-image:url(images/bullet.gif); list-style-type:disc;}
li {margin-bottom: .5em;}


/*non-content styles*/


p.bagname { 
	color: #000000; 
	font-size: 9px;
	font-family: Verdana, sans-serif;
	line-height: 10px; 
	padding: 0px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

p.copyright {
	color: #6e6e70; 
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 12px; 
	padding: 10px 0px 0px 0px;
}



/*colors and sizes*/
.ltgreen {color: #8c9b26;}
.dkgreen {color: #556c11;}
.red {color: #941818;}
.ltcoral {color: #f7ab89;}
.dkcoral {color: #cd4b2b;}
.gray {color: #6e6e70;}
.small {font-size: 9px;}


/* page shell table cell styles */


body { 
	background-color: #000000;
	margin-top: 40px;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;*/
	}


/* content table cell styles */

td.logo {padding: 5px 5px 5px 5px; background-color:#ffffff; border-top: solid 2px #8c9b26; border-left: solid 2px #8c9b26; border-right: solid 2px #8c9b26;}

td.bag_main {padding: 35px 25px 0px 25px; background-color:#556c11; border-top: solid 2px #8c9b26; border-left: solid 2px #8c9b26; border-right: solid 2px #8c9b26;}

td.main {padding: 0px 140px 20px 140px; background-color:#556c11; border-bottom: solid 2px #8c9b26; border-left: solid 2px #8c9b26; border-right: solid 2px #8c9b26;}


td.bag_outer { background-color:#ffffff; border: solid #8c9b26;}



