/* page styles*/
body{
	margin:0px;
	height:100%;
	background:url(../../page_graf/bg.gif) #CCCCCC;
	scrollbar-face-color:white; 
	scrollbar-track-color:white; 
	scrollbar-arrow-color:#EC008C; 
	scrollbar-shadow-color:white; 
	scrollbar-dark-shadow-color:white; 
	scrollbar-3dlight-color:white; 
	scrollbar-highlight-color:white;
	}
	
a { text-decoration:none; font-weight: normal; color: #EC008C; }
a:hover{ text-decoration: underline; }
a:visited { text-decoration:none; font-weight: normal; }

b{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11pt;
	color: #EC008C;
	font-weight: bold;
	letter-spacing: 0.05pt;
	line-height:12pt;}
/*Container styles */
.container{
	margin-left:75px;
	margin-top:75px;
	width:910px;
	background: white;	
	}
.container #head{
	background:url(../../page_graf/head1_bg.jpg) no-repeat;
	height:153px;
	}
.container #mainArea{
	background:url(../../page_graf/area_bg.gif) repeat-y;
	height:356px;
	}
.container #bottom{
	background: url(../../page_graf/bottom_bg.jpg) no-repeat;
	height: 40px;
	}

/*Top menu */
#topMenu{
	position: relative;
	top:4px;
	left:572px;
	width:330px;

}
a.tmLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
}
a:hover.tmLink{
	text-decoration:underline;
}

/*content containers */
.leftContent{
	position:relative;
	float:left;
	width: 520px;
	left: 15px;
	background:transparent;
	}

.rightContent{
	position: absolute;
	top:245px;
	left:620px;
	padding-top:50px;
	width:342px;
	background:transparent;
	height:291px;
	border-left:#EC008C solid 1px;
	text-align:right;

}
#scrolCon{
	padding-left:20px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	color: gray;
	font-weight: normal;
	letter-spacing: 0.05pt;
	line-height:12pt;
	text-align:left;
	height:270px;
	overflow: auto;
	}
#header{
padding-bottom:6px;
padding-top:18px;

}
/*image menu*/
#imgMenu{
	border-bottom:#EC008C solid 1px;
	
}
a.imLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#EC008C;

}
a:hover.imLink{
	text-decoration:underline;
}

#undertext {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 7pt;
	color: #EC008C;
	font-weight: normal;
	letter-spacing: 0.3pt;
	line-height:10pt;
	
	margin-left:20px;
	margin-top:10px;
	}
#bundLink{
border-top:#EC008C solid 1px;
padding-top:6px;}	
#undertext  a { text-decoration:none; font-weight: bold; color: #EC008C; }
#undertext  a:hover{ text-decoration: underline; }
#undertext  a:visited { text-decoration:none; color:#EC008C; }