/* General & Global Styles */

html, body {
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
font-size: 11px;
color: #60513d;
background-color: #ffffff; /* #e2d9c8; */
text-align: center;
height: 98%;
margin: 0px;
padding: 0px;
background-image: url("../images/background.jpg");
background-repeat: repeat-y;
background-position: top center;
vertical-align: middle;
}

img {
border: 0px;
margin: 0px;
}

a, a:visited, a:active {
text-decoration: none;
font-weight: bold;
color: #9e4f0d;
}

a:hover {
color: #ff3a00;
}

h1 {
font-size: 14px;
color: #ff3a00;
margin: 0px;
padding-left: 0px;
}

h2 {
font-size: 12px;
color: #ff3a00;
margin-top: 0px;
}

/* Layout Styles */

table.layout {
height: 100%;
}

td.top_left {
background-image: url("../images/left_background.jpg");
background-repeat: no-repeat;
background-position: top right;
height: 214px;
}

td.top_right {
background-image: url("../images/right_background.jpg");
background-repeat: no-repeat;
background-position: top left;
height: 214px;
}

td.sidebar {
text-align: left;
width: 187px;
background-color: #ffffff;
}

td.main {
text-align: left;
width: 604px;
height: 100%;
background-color: #ffffff;
text-align: left;
}

/* SideBar */
td.sidebar img {
float: left;
clear: both;
}

div.gallery {
width: 162px;
clear: both;
background-image: url("../images/gallery_background.gif");
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 15px;
}

div.labels {
width: 162px;
background-image: url("../images/labels_background.gif");
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 15px;
}

div.email {
width: 162px;
clear: both;
background-image: url("../images/email_background.gif");
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 15px;
}

div.email h2 {
color: #ffffff;
}

/* Header */
#header {
text-align: left;
height: 84px;
width: 604px;
float: left;
}

#sitemap {
height: 36px;
float: right;
clear: left;
width: 350px;
margin-right: 5px;
text-align: center;
background-color: #e2d9c8; /* #f3f2e0; */
}

#sitemap input, #sitemap select {
background-color: #ede7d8;
}

#sitemap .submit_go {
background-color: #72634e;
color: #ffffff;
}

#nav {
margin: 0px;
padding: 0px;
clear: both;
height: 48px;
border-collapse: collapse;
/*
padding-left: 15px;
padding-right: 15px;
*/
padding-bottom: 0px;
}

#nav td {
font-size: 12px;
font-weight: bold;
color: #9e4f0d;
vertical-align: middle;
text-align: center;
}

#nav td a {

}

/* Form Element Styles */
form {
margin: 0px;
}

input, select, textarea {
border: 1px solid #60513d;
background-color: #d0c1aa;
margin-top: 5px;
color: #60513d;
font-size: 12px;
}

.submit_mail {
margin-left: 90px;
background-color: #FFA21C;
}

/* crumb (subpages only) */
#crumb {
width: 604px;
height: 35px;
background-image: url("../images/curve2.gif");
background-repeat: no-repeat;
background-position: top left;
/*float: left;*/
clear: both;
padding-top: 15px;
}
/* crumb2 (Knowledge Base only) */
#crumb2 {
width: 604px;
height: 83px;
background-image: url("../images/curve2vines.gif");
background-repeat: no-repeat;
background-position: top left;
/*float: left;*/
clear: both;
padding-top: 15px;
}

/* crumb3 (Knowledge Base only) */
#crumb3 {
width: 604px;
height: 83px;
background-image: url("../images/curve2disc.gif");
background-repeat: no-repeat;
background-position: top right;
/*float: left;*/
clear: both;
padding-top: 0px;
}

/* crumb4 (Knowledge Base only) */
#crumb4 {
width: 604px;
height: 83px;
background-image: url("../images/curve2disc_university.gif");
background-repeat: no-repeat;
background-position: top right;
/*float: left;*/
clear: both;
padding-top: 0px;
}

/* crumb5 (Knowledge Base only) */
#crumb5 {
width: 604px;
height: 83px;
background-image: url("../images/curve2disc_tech_support.gif");
background-repeat: no-repeat;
background-position: top right;
/*float: left;*/
clear: both;
padding-top: 0px;
}
/* crumb6 (Knowledge Base only) */
#crumb6 {
width: 604px;
height: 83px;
background-image: url("../images/curve2disc_general.gif");
background-repeat: no-repeat;
background-position: top right;
/*float: left;*/
clear: both;
padding-top: 0px;
}

#crumb a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

#crumb2 a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

#crumb3 a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

#crumb4 a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

#crumb5 a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

#crumb6 a {
font-weight: normal;
color: #60513d;
text-decoration: underline;
}

/* subnav (subpages only) */
div.sub {
width: 160px;
float: left;
clear: both;
padding-left: 0px;
padding-right: 15px;
background-color: #fff;
background-image: url("../images/subnav_background.gif");
background-repeat: repeat-y;
}

#subnav {
margin: 0px;
padding: 0px;
}

#subnav li {
list-style: none;
list-style-type: none;
margin: 0px;
margin-left: -5px;
padding: 0px;
}

#subnav a {
display: block;
width: 100%;
padding: 5px;
padding-left: 15px;
color: #CCA45C;
}

#subnav a:hover {
background-color: #fff;
color: #ff3a00;
}

/* Footer */
table#footer {
width: 100%;
text-align: center;
margin: 0px;
border-collapse: collapse;
}

td#lt {
background-image: url("../images/background_lt.jpg");
background-repeat: no-repeat;
background-position: top right;
}

td#rt {
background-image: url("../images/background_r1_c3.jpg");
background-repeat: no-repeat;
background-position: top left;
}

td#test {
width: 791px;
text-align: center;
}

div.footer {
background-color: #e2d9c8;
text-align: center;
width: 810px;
padding-bottom: 5px;
}

img.curve1 {
 clear: both;
}

/********************************************************
 Additions by divij 
********************************************************/
/* START Articles */
#article_page_title_area
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	
}
#article_page_title div.title
{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#article_page_title div.text
{
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#article {
	font-family: Verdana, Arial, sans-serif;
	background-color: #F9ECCC;
}

#article div.title 
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin:  0px 0 0px 0;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #FF3600;
}

#article div.image_horizontal 
{
	margin: 10px 9px 10px 9px;
}

#article div.image_verticle
{
	margin: 10px 5px 10px 10px;
	float: right;
}

#article div.text_horizontal
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #645641;
	text-align: left;
	margin: 10px 10px 0px 10px;
}

#article div.text_verticle
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #645641;
	text-align: left;
	margin: 10px 10px 0px 10px;
}

#article div.link
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #B26B41;
	text-align: left;
	margin: 20px 0px 20px 10px;
}

#article a:hover, a:active {
color: #FE3402;
}

/* END Articles */

/* START Defy Labels */
#emailSubTable {
	border-collapse: collapse;
}

#emailBG {
	width: 149px;
	background-image: url('../images/email1.jpg');
}

#emailField {
	width: 100px;
	margin-left: 45px;
	background-color: #e77d65;
	border: 1px solid #8e1500;
	color: #8e1500;
}

#subscribeBtn {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* END Defy Labels */

.main_2col {
text-align: left;
width: 400px;
height: 100%;
background-color: #ffffff;
/*padding-bottom: 100px; */
}

.rbox { 
padding-left: 5px;
padding-right: 5px;
width:219px; 
background-color: #ffffff;
padding-bottom: 30px;
}

#title {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	color: #FF3801;
	font-weight: bold;
	text-align:left;
	margin: 10px 0 5px 0;
	padding: 0;
}


.subhead {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #B7714D;
	font-weight: bold;
	text-align:left;
	margin: 10px 0 5px 0;
	padding: 0;
}

#learn-more {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-top: 0px;
	clear: both;
	width: 580px;
	padding-bottom: 0px;
}

#learn-more div {
	font-size: 10px;
	float: left;
	font-weight: none;
	color: #645641;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
	background-color: #ffffff;
	border-right: 10px solid #ffffff;
	width: 130px;
	padding-bottom: 0px;
}

#learn-more a {
	float: left;
	color: #A78D6A;
	border-right: 10px solid #ffffff;
	width: 130px;
	padding-top: 10px;
}
#learn-more a:hover {
color: #ff3600;
}

#learn-more div h3{
	font-size: 10px;
	font-weight: bold;
	color: #ff3600;
	padding: 0px;
	padding-bottom: 0px;
	position: relative;
	bottom: -10px;
}

.space 
{
	color: #ffffff; 
	display: block; 
	clear: both;
}

.faq_q { color: #B18D53; font-size: 11px; }

/********************************************************
 Additions by diane 
********************************************************/
#rightnav-box-text { background-color: #B18D53; padding: 10px 5px; margin: 15px 0; }
#rightnav-box-text a.rightnav-text, #rightnav-box-text a.rightnav-text:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding: 3px 0px 0px 0px;
	margin: 0;
	display: block;
}
#rightnav-box-text a.rightnav-text:hover { color: #000000; font-weight: bold; text-decoration:none; }

#rightnav-box { background-color: #B18D53; padding: 10px 20px; margin: 15px 5px 0 20px; }

#rightnav-box a#rightnav-on {
	color: #000000;
	font-family: Verdana; 
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding: 4px 9px 4px 0px;
	margin: 0;
	font-weight:bold;
	display: block;
}

#rightnav-box a.rightnav-link, #rightnav-box a.rightnav-link:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding: 4px 9px 4px 0px;
	margin: 0;
	display: block;
}

/* START testimonial pages */
#testimonials-tdpadding {padding-right: 15px;}
#tablespacing {margin-top: 15px;}
#border
{
	border-bottom: 15px solid #E2D9C7;
	margin-bottom: 15px;
}

.underline { padding-bottom: 15px; border-bottom: 1px solid #000000;}

.underline15 { padding-bottom: 15px; border-bottom: 1px solid #000000; margin-top: 15px;}
/* START buy pages */
div.buy {
background-color: #E2D9C8;
margin-top: 15px;
text-align: center;
}

.pbuy {text-align: left; padding: 5px 15px 15px 15px; margin: 0; color: #887F70;}

#textdecoration {text-decoration:none;}

#padding-bottom {padding-bottom: 25px;}

.floatleft { float: left; margin: 0 10px 10px 0; }

ul.checkboxes { list-style-type:none; margin-left:0; padding: 0 0 10px 0; background-color: #E8E3DA; border: 1px solid #969383; width: 100%; }
ul.checkboxes li { background-image:url("../images/checkbox.gif"); background-position: top left; background-repeat: no-repeat; margin: 0; padding: 10px 10px 0 30px;}

.bright_idea { border: 1px solid #000; }
.bright_idea_top { padding: 7px; background-color: #E8E3DA; color: #000; border-bottom: 1px solid #000; text-align: center; font-family:  Arial, Helvetica, Verdana, sans-serif; font-weight: bold; }
.bright_idea_bot { padding: 10px; background-color: #fff; color: #000; font-size: 10px; }
.bright_idea_bot p { margin: 0 0 10px 0; }

p.thefineprint { font-size: 10px; font-style:italic; }

#digital-image {width: 155px; margin: 0 10px 10px 0; float: left;}
#digital-border-bottom {border-bottom: none;}
#digital-img-margin {margin-top: 3px;}
#li-clear-left {clear: left;}
#p-margin-bot {margin-bottom: 0;}
#p-margin-left {margin-left: 15px;}

ul.normal { list-style-image:none; list-style-position: outside; margin-left: 15px;}
ul.normal li { margin-bottom: 0px; border:none; padding: 5px; background-image:none; }
ul.article { background-color: #FFF7E6; border: 1px solid #969383; padding: 10px 10px 0 10px; margin-left: 0;}
ul.article li { margin: 0 0 10px 20px; }

.article_data {  border: 1px solid #969383; background-color: #fff; margin: 10px 0; }
.article_data th { border-bottom: 2px solid #000; background-color: #E8E3DA; padding: 4px; }
.article_data td { border-bottom: 1px solid #969383; background-color: #E8E3DA; padding: 4px; }
.article_data td p { margin: 0 0 10px 0; }
.article_data .brdr { border-right: 1px solid #969383; }

/* START label gallery pages */
#labelgallery {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
}
#labelgallery div.title 
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin:  0px 0 0px 0;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #FF3600;
}

#labelgallery div.title-thumbnail 
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	margin:  2px 5px 0px 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#labelgallery div.image_thumbnail 
{
	margin: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}
#labelgallery div.link-label
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: ##B26B41;
	text-align: left;
	margin: 10px 0px 10px 10px;
	vertical-align: text-bottom;
}
#labelgallery div.text_blurb
{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #645641;
	text-align: left;
	margin: 0px 10px 0px 10px;
	background-color: #FFFFFF;
}
/* START news pages */
.announce { padding: 0; margin: 2px 0 15px 0; font-weight: normal;}
.announce  a,.announce   a:visited { padding: 0; margin: 2px 0 15px 0; font-weight: normal;}

#prstyle {color: #9e4f0d; text-decoration: none; font-size: 12px; font-weight: normal;}
 div.plusbox { height: 15px; font-size: 12px; line-height:15px; background-color: #BFBFAC; }
 div.plusbox a, div.plusbox a:visited { background-color: transparent; color: #000000; display: block;  font-weight: normal;}
 div.plusbox a:hover { background-color: #A58A49; text-decoration: none; }
 div.plusbox img { float:left; display: inline; margin: 0px; padding: 0px; border:0; }
 span.text { margin-left: 5px; color: #000000; font-weight: normal;}
 
 #fact_sheets a, #fact_sheets a:visited {text-decoration: none; font-weight: normal;}
 #fact_sheets a:hover { text-decoration: none; }

 .fact { height: 15px; margin-top: 5px; color: #9e4f0d;}
 .fact img { float: left; padding-right: 10px;}
 .fact span { margin-left: 5px; }
 
 
/* Winter Holidays Styles */

.wint_title
{
	font:  Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FF3600;
	margin: 20px 0px 5px 20px;
	text-transform: uppercase;
}

#wint_copy
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #A5987F;
	margin: -15px 20px 10px 20px;	
}

#wint_copy a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A5987F;
	text-decoration: underline;
}

.wint_giftIdea
{
	vertical-align: bottom;
	left: 50px;
	top: 100px;
}
.wint_giftIdeaTitle
{
	font:  Verdana;
	font-size: 15pt;
	color: #FFFFFF;
	margin: 20px 0px 0px 20px;
}

.wint_giftIdeaCopy
{
	font:  Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 0px 20px 10px 20px;
}

#wint_copy a:hover
{
	color: #FF3600;
}

hr.wint_link_hr
{
	width: 185px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 0px;
	color: #D8C6A5;
	height: 1px;
}

#wint_link
{
	margin: 0px 5px 0px 40px;
	color: #BF824C;
}


#wint_link_active
{
	margin: 0px 10px 0px 20px;
	color: #FF3600;
}

.wint_pckg_text
{
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}

#wint_pckg
{
	float: right;
	width: 155px;
	height: 200;
	background-color: #EF3F24;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 5px 10px 0px;
}

#wint_bot_right_text
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #A5987F;
	margin: 0px 20px 10px 0px;
}
#wint_bot_right_text a
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #A5987F;
	text-decoration: underline;
}

#wint_bot_right_text a:hover
{
	color: #FF3600;
}

#wint_view_links a
{
	font:  Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #BF824C;
	margin-left: 0px;
}

#wint_view_links a:hover
{
	color: #FE3402;
}
/* IN THE NEWS STYLE */
.inthenews
{
	color: #F93209;
}

/********************************************************
 Additions by Sanjeev 
********************************************************/

.regularWhiteText
{
	color: #ffffff;
}

UL.rightCol_UL_List_19px_left_indent {
    margin: 0px 0px 0px 17px;
    padding : 0px 0px 0px 0px;
}

.redText_f12520
{
	color: #f12520;
}

.whiteHeader_16px_bold
{ 
	font-size: 16px; 
	color: #ffffff; 
	font-weight: bold;
}

.whiteText_12px
{
	font-size: 12px;
	color: #ffffff;
}

.header_14px_bold
{
	font-size: 14px; 
	font-weight: bold;
}

.formButton_d0c1aa_bg
{
	border: 1px solid #60513d; 
	background-color: #d0c1aa;
	margin-top: 5px;
	color: #60513d;
	font-size: 12px; 
}
/********************************************************
Additions by Matt
*********************************************************/
.textBrown_11px
{
	font-size: 11px;
	color: #B26B41;
}

.textBrown_12px
{
	font-size: 12px;
	color: #B7721E;
}



.textBrown_15px
{
	font-size: 15px;
	color: #60513D;
}

a.textBrown_15px_link:link {  FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.textBrown_15px_link:visited { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.textBrown_15px_link:hover { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}


.textOrange_11px
{
	font-size: 11px;
	color: #FF5000;
}

#orangeTitle {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	color: #FF5000;
	font-weight: bold;
	text-align:left;
	margin: 10px 0 5px 0;
	padding: 0;
}

td.labelerCellColor { background-color:#F8F3ED;}
td.labelerCellColor:hover {background-color:#E2D9C8;}


.pos1
{
	position:absolute; 
	left:350px; top:470px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.pos2
{
	position:absolute; 
	left:550px; top:470px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.pos3
{
	position:absolute; 
	left:650px; top:450px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.pos4
{
	position:absolute; 
	left:350px; top:675px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.pos5
{
	position:absolute; 
	left:550px; top:675px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.pos6
{
	position:absolute; 
	left:650px; top:705px; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115); 
}
.toolTipText 
{
	text-decoration: none; 
	font-size: 12px; 
	color: #60513d; 
} 
.redTitle 
{
	font-size: 12px; 
	font-weight: bold;
	color: #ff3a00; 
	margin-top: 0px; 
}

a.inlineLink:link {  FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}
a.inlineLink:visited { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}
a.inlineLink:hover { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #B26B41; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}

div.border 
{
height: 15px;
background-color: #E2D9C7;
}

a.rtNavBrownLink:link {  FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #60503D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.rtNavBrownLink:visited { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #60503D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.rtNavBrownLink:hover { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #60503D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}



a.knowledgeBase:link {  FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.knowledgeBase:visited { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none}
a.knowledgeBase:hover { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #60513D; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: underline}






/********************************************************
Provided by Curiosity Group
********************************************************/
.dlads {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  margin:4px 4px 6px 4px;
  padding-left: 4px;
  padding-right: 8px;
  color: 000000; 
  line-height: 120%; }
  
  h1 { 
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  margin:4px 4px 6px 4px;
  padding-left: 4px;
  padding-right: 0px;
  line-height: 120%; 
  color: 00000; } 