

.bold{
	font-weight: bold;
}
.notbold{
	font-weight: normal;
}
.italics{
	font-style: italic;
}


.gray{
	color:gray;
}
.white{
	color:white;
}
.red{
	color:red;
}
.green{
	color:#159415;
}
.black{
	color:black;
}
.successBar{
	background-color:#98FB98;
	border: 1px solid #228B22;
	padding:3px;
}

.frmField_mandatory{
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bgColor1{
	background-color: #c0c0c0;
}
.tooltip{
	background-color: #FFFFCC;
	padding:2px;
}
.err{
	color:red;
}

.titleTxt{
	margin:10px 5px 10px 5px;
	font-size: 1.5em;
}

.catName{
	font-size:1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.boldTxt{
	font-size:1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.frmLabel{
	padding:3px;
	background-color: #C0c0c0;
}

input, textarea, select{
	color:black;
}

.brandList, .topMenuItems, .topMenu_BrandItems{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.brandList li, .topMenu_BrandItems li{
	padding: 3px 8px 3px 8px;	
	margin-bottom: 0px;
	font-weight:normal;
	font-size:.8em;
}
.brandList li a, .topMenu_BrandItems li a{
	color:gray;
	text-decoration:none;
}
.brandList li a:hover{
	color:black;
	text-decoration:underline;
}

.topMenuItems li{
	padding:3px 6px 3px 5px;
	font-size:1.1em;
	border-bottom:1px dotted gray;
}

.topMenuDiv{
	background-color:#ffffff;
	border:1px solid gray;
	position:absolute;
	height:auto;
	width:auto;
	padding:0px;
	font-size:.8em;
	font-family:verdana;
}

.divlink{
	cursor:pointer;
	cursor:hand;
/*	border:1px solid green;*/
}

.mapStrings{
	font-size:1.1em;
}

.mapStrings li{	
	line-height: 22px;
	font-weight: normal;
	color:black;
}

.ul_lh1{
	border:0px solid blue;
	list-style: none;
	margin:0px 10px 0px 10px;
	padding:0px;
}
.ul_lh1 li{
	border:0px solid red;
	background: White;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	background: url(../images/homepage11.gif) no-repeat 0px 4px;
	text-decoration: none;
	color: #6E6E6E;
}
.ul_lh1 a {
	margin:0px;
	padding: 0px;
	text-decoration: none;
	background: White;
	text-align:left;
	line-height: 12px;
}

.ul_lh1 a:hover {
	text-decoration: underline;
}

.cookieTrail{
	margin: 10px 10px 0px 10px;
	line-height:18px;
}

.keywordList{
	list-style: none;
	margin:0px;
	padding:0px;
}
.keywordList_Font, .keywordList li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:black;
	line-height:20px;
}