body{
	margin-top: 0px;
	background-color:#D2D2D2;	
}
* {
	font-family: Arial, Verdana, Tahoma;
	font-size:9pt;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.topGreyPanel{
	background-color:#A0A0A0;
}
.topBannerCont 
{
	background-color:#A0A0A0;
	color:#DCDFE0;
	opacity: 1;	
    filter: alpha(opacity=100);
 	display: block;
	font-weight:bold;
	font-size:13pt;		
	padding-right:20px;
	text-align:right;
}
a.topBannerCont:hover
{
	text-decoration: none;
}

.topGreyPanel2{
	background-color:#DCDDDF;
	color:#5C5C5E;
	font-weight:bold;
	font-size:10pt;	
	padding:3px;
	text-align:center;
}

.noMargin{
	margin:0px;
}

.tmPlace,
a.tmItem,
a.tmItemActive {
	color:#656764;
	font-weight:bold;
	font-size:10pt;
	margin-left:10px;
	margin-right:10px;
	
}	
.tmPlace
{
	padding-top:7px;
	padding-bottom:2px;
}
a.tmItem:hover,
a.tmItemActive,
a.tmItemActive:hover{
	border-bottom:1px solid #FF0000;
	text-decoration: none; 
}
a.tmItem,
a.tmItemActive {

/*	border-right: 1px solid #656764; */
}	
a.tmItemPosLast{
	border-right:none;
}

a.readMore
{
	color: #333333;
	font-weight:bold;
	font-size:8pt;
}

.smallTitle
{
	color: #000000;
	font-size: 9pt;
	font-weight:bold;
}
.hpNewsPnlTitle
{
	background-color:#686868;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;	
	padding:4px;
	text-align:left;
}
.bottomInfo, 
.bottomInfo * 
{
	color:#333333;
	font-size:8pt;	
}

.secPanelPlace,
.secPanelPlaceHover,
.secPanelPlaceOver{
	background-color:#FFFFFF;	
	opacity: 0.5;	
	filter: alpha(opacity=50);		
	z-index:0;
	width: 121px;
	height: 120px;

}
.secPanelPlaceOver{
	opacity: 1;	
	filter: alpha(opacity=100);		
	border:3px solid #FF1818; 	
	margin: 6px;
}
.secPanelPlaceHover
{
	opacity: 0.7;	
	filter: alpha(opacity=70);		

}

/* styles for image panels */

.secPanelPlaceImage,
.secPanelPlaceHoverImage,
.secPanelPlaceOverImage{
	background-color:#FFFFFF;	
	opacity: 0.5;	
	filter: alpha(opacity=50);		
	z-index:0;
	width: 127px;
	height: 126px;

}
.secPanelPlaceOverImage{
	opacity: 1;	
	filter: alpha(opacity=100);		
	margin: 6px;
}
.secPanelPlaceHoverImage
{
	opacity: 0.7;	
	filter: alpha(opacity=70);		

}


.secPanelName,
.secPanelSmallName{
	font-weight: bold;
	color:#EF2825;
	font-size:13.2pt;
	text-align:center;		
}
.secPanelSmallName
{
	font-size:13pt;
}

.imgCont,
img {
	opacity: 1;	
     filter: alpha(opacity=100);
}
.imgCont
{
	display: block;
}
.dottedHorLine
{
	background:url('../images/dotted_line.gif') repeat-x top;
}

/* form styles */
.sfFldCont {
	text-align: left;
}

.sfErrors {
	color: red;
	font-weight: bold;
}

.sfFldTitleCont {
	text-align: left;
	width: 150px;
}

.sfFldCont input, textarea {
	width: 90%;
}

input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font: normal 8pt Arial ;
	padding: 2px 4px;
}

.sfInputcheckbox {
	padding: 0px;
	border-width: 0px;
}


div.sfSubmit {
	text-align: left;
/*	margin: 10px;*/
}

input.sfSubmit {
	border-width: 2px;
	border-color: black;
	padding: 2px 5px;
	background-color: #191AC5;
	color: white;
	font-weight: bold;
}

.sfSubmit input {
	border-width: 0px;
	border-color: black;
	padding: 0px;
	background-color: #191AC5;
}

.sfTitle {
	text-align: left;
	font-weight: bold;
}

.innerScrollDiv,
.innerScrollDivHide
{
	width:622;
	height:432px;
	overflow-y: auto;
	overflow-x: hidden;
}
.innerScrollDivHide{
	overflow-y: hidden;
}
#printFeatureBkg
{
	background:url('../images/key_features_bkg.gif') repeat-x;
}
#printBottomBkg
{
	background:url('../images/print_bottom_bkg.gif') repeat-x;
}