/* CSS Document */

/* BODY */


body, html {
background: #FFF;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
color: #000;
}

#topalign {
height:1px;
width:100%
margin:auto;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 1000px;
background-image: url(../images/bgrnd.jpg);
background-position: center;
background-repeat: repeat-y;
text-align: left;
min-height: 100%;
overflow: hidden;
}

#container2 {
margin: 0 auto;
width: 1000px;
background-image: url(../images/bgrnd2.jpg);
background-position: center;
background-repeat: repeat-y;
text-align: left;
min-height: 100%;
overflow: hidden;
}

/* HEADER DIV */

#header {
width: 1000px;
height: 122px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

#header-sl {
width: 1000px;
height: 122px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

#headerrss {
float: right;
margin: -87px 10px 0 0;
width: 145px;
height: 20px;
font-size: 10px;
font-weight: bold;
font-variant: small-caps;
text-align: center;
}

#headername {
	float: left;
	margin: 35px 0 0 115px;
	width: 300px;
	height: 100%;
	color: #044D84;
	font-size: 35px;
	font-weight: bold;
	font-family: Tahoma;
}

#headername a {
text-decoration:none;
color: #044D84;
}

#headername a:hover {
text-decoration:underline;
color: #044D84;
}

#headername-sl {
	float: left;
	margin: 35px 0 0 115px;
	width: 300px;
	height: 96px;
	color: #044D84;
	font-size: 35px;
	font-weight: bold;
	font-family: Tahoma;
}

#headername-sl a {
text-decoration:none;
color: #044D84;
}

#headername-sl a:hover {
text-decoration:underline;
color: #044D84;
}

#headertagline {
float: right;
width: 500px;
height: 100%;
text-align: right;
color: #044D84;
font-size: 15px;
font-weight: bold;
margin: 8px 12px 0 0;
}

#headertagline-sl {
float: right;
width: 500px;
height: 100%;
text-align: right;
color: #044D84;
font-size: 15px;
font-weight: bold;
margin: 8px 12px 0 0;
}

/* MENU DIV */

#menu {
float: right;
width: 840px;
height: 22px;
text-align: left;
margin: -55px 0 0 0;
font-size: 10px;
}

#menu a {
color: #044D84;
text-decoration: none;
}

#menu a:hover {
color: #FFF;
text-decoration: none;
}


/* CONTENT DIVS */

#contentcontainer {
float: left;
width: 565px;
margin: -25px 0 25px 5px;
padding: 0;
}

#contentsales {
width: 950px;
padding: 5px;
margin: 10px auto;
padding: 0;
}


/* SIDEBAR BLOG FEED IN */

#feed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:-5px;
}

#feed li {
	font-size: 10px;
	margin-bottom: 12px;
	margin-left:-35px;
	margin-right:10px;
	list-style:none;
}

#feed a {
	color: #406b98;
	text-decoration: underline;
}

#feed a:hover {
	color: #406b98;
	text-decoration: none;
}

#creditfooter {
	display: none;
}


/* SIDEBARS */

#sidebarleft {
float: left;
width: 185px;
margin: -25px 0 0 20px;
padding: 1px;
}

#sidebarlefttxt {
width: 180px;
padding: 5px;
}

#sidebarrighttxt {
width: 180px;
padding: 5px;
}

#sidebarright {
float: right;
width: 180px;
margin: -25px 15px 0 0;
padding: 5px;
}

/* SIDEBAR CAPSULE */

.capsule1 {
width: 178px;
margin: 0 0 10px 0;
background-color: #FBD54E;
}

.capsule1top {
width: 178px;
height: 30px;
background-image: url(../images/topband.jpg);
background-position: center;
background-repeat: no-repeat;
}

.capsule1top h2 {
font-size: 12px;
font-weight: bold;
color: #FFF;
text-align: left;
margin: 0;
padding: 8px;
}

.capsule1content {
padding: 3px;
text-align: left;
}

.capsule1 p {
padding: 3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:0;
margin-bottom:5px;
}

.capsule1bottom {
width: 178px;
height: 30px;
}



/* FOOTER */

#footer {
width: 1000px;
height: 70px;
background-image: url(../images/footer.jpg);
background-position: left;
background-repeat: no-repeat;
color: #000;
text-align: center;
margin: 0 auto;
clear: both;
}

#footertxt {
padding: 15px 5px 5px 5px;
font-size: 9px;
}

/* HEADINGS */

h1 {
font-family:Tahoma;
font-weight:bold;
font-size: 24px;
letter-spacing:-0.03em;
}

h2 {
font-family:Tahoma;
font-weight:bold;
font-size: 16px;
letter-spacing:-0.03em;
}

h3 {
font-family:Tahoma;
font-weight:bold;
font-size: 16px;
letter-spacing:-0.02em;
}

h4 h5 h6 {
font-family:Tahoma;
font-weight:bold;
font-size: 20px;
letter-spacing:-0.02em;
}


/* LINKS */

A:link {text-decoration: underline; color: #044D84;}
A:visited {text-decoration: none; color: #044D84;}
A:active {text-decoration: none; color: #044D84}
A:hover {text-decoration: none; color: #406b98;}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding-right: 12px;
padding-bottom: 12px;
}

.imgfltright {
float: right;
padding-left: 12px;
padding-bottom: 12px;
}

.imgpad {
padding: 10px;
}

img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;	
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.largetext1 {
font-size: 18px;
font-weight: bold;
color: #FFFD60;
}

/* OPTIN BOX IN RIGHT SIDEBAR */

#optin {
width: 174px;
height: 179px;
background-image: url(../images/optin.jpg);
background-position: center;
background-repeat: no-repeat;
text-align: center;
}

#optintxt {
padding: 10px;
}

#optin_wrapper {
                  width:174px;
				  margin:auto;
				  padding:0;
				  }
				 
#optin_top     {
				background:url(../images/optin-top.gif);
				 background-repeat: no-repeat;
				 width:174px;
				 height:12px;
				 padding:0;
				 }
				 
#optin_mid     {
				background:url(../images/optin-mid.gif);
				 background-repeat: repeat-y;
				 width:174px;
				 padding:0;
				 }
				 
#optin_content_box  {
                 width:75%;
				 padding:0;
				 margin:auto;
				 margin-left:15px;
				 }
				 				 
#optin_content_box h5 {
                 font-family:Arial;
				 font-size:16px;
				 color:#000066;
				 font-weight:bolder;
				 padding:0;
				 margin:0;
				 text-align:center;
				 }
				 
#optin_content_box p {
                 font-family:Verdana, Arial, Helvetica, sans-serif;
				 font-size:10px;
				 color:#000000;
				 padding:0;
				 margin:0;
				 text-align:justify;
				 margin-top:4px;
				 }
				 
/* Safari */ 

@media screen and (-webkit-min-device-pixel-ratio:0) { #optin_content_box { padding-bottom:8px; } } 

/* Opera */ 

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #optin_content_box { padding-bottom:8px; } } 
				 
#optin_footer     {
				background:url(../images/optin-bottom.gif);
				 background-repeat: no-repeat;
				 width:174px;
				 height:19px;
				 padding:0;
				 }

/* OPTIN BOX ON TELESEMINAR PAGES */

#signupbox {
width:335px;
background-color:#FFFFCC;
border:2px dashed #000000;
}

.optinlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.antispam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* THUMBMAIL SET ON MEDIA PAGE */

#thumbnail-box {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#thumbnail-individual {
	width:25%;
	vertical-align:top;
	text-align:center;
	}

/* LIST STYLES WITH CUSTOM BULLETS */


#robyhead  {
	list-style:url(../images/bullet-robyhead.gif);
}

#diamond  {
	list-style:url(../images/bullet-diamond.gif);
}



/* STRUCTURE STYLES FOR SUPER AFFILIATE PAGES */

#product-table {
background-color:#FFFFFF;
}

/* OVERLAY STYLES - MAIN */

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;

}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.highlight-underline {
	text-decoration: underline;
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLACK */

.black {
	color: #000000;
}
.black-bold {
	color: #000000;
	font-weight: bold;
}
.black-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.black-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.black-bold-underline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.black-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.black-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-bold-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.black-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.black-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-italic {
	color: #000000;
	font-style: italic;
}
.black-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.black-italic-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.black-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-underline {
	color: #000000;
	text-decoration: underline;
}
.black-strikethrough {
	color: #000000;
	text-decoration: line-through;
}
.black-strikethrough-bold {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - WHITE */

.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.white-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.white-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.white-bold-underline {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.white-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.white-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-bold-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.white-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.white-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-italic {
	color: #FFFFFF;
	font-style: italic;
}
.white-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.white-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.white-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-strikethrough {
	color: #FFFFFF;
	text-decoration: line-through;
}
.white-strikethrough-bold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-italic {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - RED */

.red {
	color: #CC0000;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.red-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.red-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.red-bold-underline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.red-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.red-bold-highlight-underline {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.red-bold-highlight-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-bold-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.red-highlight {
	color: #CC0000;
	background-color: #FFFF00;
}
.red-highlight-underline {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-italic {
	color: #CC0000;
	font-style: italic;
}
.red-italic-highlight {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
}
.red-italic-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
}
.red-italic-highlight-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-underline {
	color: #CC0000;
	text-decoration: underline;
}
.red-strikethrough {
	color: #CC0000;
	text-decoration: line-through;
}
.red-strikethrough-bold {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-highlight {
	color: #CC0000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-highlight-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLUE */

.blue {
	color: #0000FF;
}
.blue-bold {
	color: #0000FF;
	font-weight: bold;
}
.blue-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
}
.blue-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.blue-bold-underline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.blue-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.blue-bold-highlight-underline {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bold-highlight-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-bold-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blue-highlight {
	color: #0000FF;
	background-color: #FFFF00;
}
.blue-highlight-underline {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-italic {
	color: #0000FF;
	font-style: italic;
}
.blue-italic-highlight {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
}
.blue-italic-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
.blue-italic-highlight-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-underline {
	color: #0000FF;
	text-decoration: underline;
}
.blue-strikethrough {
	color: #0000FF;
	text-decoration: line-through;
}
.blue-strikethrough-bold {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-highlight {
	color: #0000FF;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-highlight-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - GREEN */

.green {
	color: #006600;
}
.green-bold {
	color: #006600;
	font-weight: bold;
}
.green-bold-highlight {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
}
.green-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}
.green-bold-underline {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.green-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.green-bold-highlight-underline {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.green-bold-highlight-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-bold-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.green-highlight {
	color: #006600;
	background-color: #FFFF00;
}
.green-highlight-underline {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-italic {
	color: #006600;
	font-style: italic;
}
.green-italic-highlight {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
}
.green-italic-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
}
.green-italic-highlight-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-underline {
	color: #006600;
	text-decoration: underline;
}
.green-strikethrough {
	color: #006600;
	text-decoration: line-through;
}
.green-strikethrough-bold {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-highlight {
	color: #006600;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-highlight-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - FONTS */

.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}

/* TESTIMONIAL BOX */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.testifier-name			{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						}
						
						
/* DASHED BOX */

#dashedbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }

.topic-title {
	color:#3300CC;
	font-size:16px;
	font-weight:bold;
}