/*==================MAIN IMAGES INDEX================*/
.Imagesleft {
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Imagesright {
	float: right;
	padding: 0px;
	margin: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Imagesnormal {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*==================HELP ICON================*/
.HelpLinkIcon {
	cursor: help;
}
.RoundedGray1 {
	background-image: url(../images/rounded_areas/gray_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 692px;
	background-color: #EFEFEF;
	position: relative;
	left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
.RoundedGray1_Down {
	background-image: url(../images/rounded_areas/gray_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 692px;
	position: relative;
	height: 16px;
	background-color: #FFFFFF;
}
.RoundedGray1_Inner {
	margin: 8px;
}
/*==================ADVS================*/
.adv1_container {
	border: 1px solid #3265CC;
	background-color: #FFFFFF;
	width: 185px;
	margin: 0px;
	padding: 6px;
}
.LinkTop {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
/*==================TIP================*/
#Tip {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #990070;
	border: 1px solid #990070;
	background-color: #FFFFCC;
	padding: 3px;
	background-image: url(../images/icons/tips.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 3px;
	position: relative;
	width: 660px;
}
#Tip p {
	color: #0754B5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

