/* CSS Document */
/* z-index media */

@import url("menu.css");

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-size:12px; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}


@font-face {
    font-family: 'geoslab703_md_btmedium';
    src: url('../fonts/geo703m-webfont.eot');
    src: url('../fonts/geo703m-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geo703m-webfont.woff') format('woff'),
         url('../fonts/geo703m-webfont.ttf') format('truetype'),
         url('../fonts/geo703m-webfont.svg#geoslab703_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1
	{
		font-size:12px;
		color:#132E3E;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}


	
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	

	
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	line-height:18px;
}



a
{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	outline:none;
	color:#414141;
}

a:hover
{

	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}

li{list-style:none}

ul{list-style:none}

.clearall{clear:both; height:0px; display:block; margin:0; padding:0}


/* styles start */

.header_wp
{
	min-width:1000px;
	height:auto;
	background-color:#92278f;
}

.header_container
{
	width:1000px;
	height:116px;
	margin:0 auto;
}

.logo_div
{
	width:205px;
	height:116px;
	float:left;
}

.logo_div img
{
	float:left;
	margin:24px 0 0 12px;
}

.header_text
{
	height:74px;
	float:left;
	background:url(../images/header_text_bar.jpg) repeat-y left;
	margin-top:23px;
}

.header_text p
{
	padding:14px 0 0 19px;
	font:18px 'geoslab703_md_btmedium';
	color:#dfbfde;
}

.header_right
{
	float:right;
}

.fce_cnt
{
	float:right;
	margin:17px 0 9px 0;
}

.fce_cnt a
{
	display:inline-block;
	float:left;
	width:28px;
	height:28px;
	border-radius:3px;
	background-color:#58170C;
	margin-left:3px;
	text-align:center;
	transition:0.4s ease-in-out 0s;
}

.fce_cnt a.fce_bk img
{
	margin-top:5px;
}

.fce_cnt a.cnt_uss img
{
	margin-top:9px;
}

.fce_cnt a:hover
{
	background-color:#000;
}

.header_right span
{
	display:block;
	float:right;
	border-radius:5px;
	box-shadow:2px 2px 0 #61005e;
}

.header_right span input.srch_hr
{
	width:197px;
	height:35px;
	background-color:#fff;
	border-radius:5px 0 0 5px;
	float:left;
	border:none;
	font:14px 'geoslab703_md_btmedium';
	color:#CCCCCC;
	padding:0 10px 0 18px;
	outline:none;
	transition:0.4s ease-in-out 0s;
	line-height:35px;
}

.header_right span input.srch_hr:focus
{
	color:#9A9A9A;
}

.header_right span input.srch_bt
{
	width:40px;
	height:35px;
	float:left;
	border:none;
	border-radius:0 5px 5px 0;
	background:url(../images/srch_bg.png) no-repeat 0 6px;
	background-color:#fff;
	cursor:pointer;
}

.header_right span input.srch_bt:hover
{
	background:url(../images/hover_srch_bg.png) no-repeat 0 6px;
	background-color:#fff;
}

.header_right span input.srch_bt:active
{
	background:url(../images/active_srch_bg.png) no-repeat 0px 6px;
	background-color:#fff;
}

.menu_wp
{
	min-width:1000px;
	background-color:#F2F2F2;
	border-bottom:solid 2px #E6E6E6;
	margin-bottom:36px;
}

.menu_div
{
	width:1000px;
	height:60px;
	margin:0 auto;
}

.menu_div > ul > li > a
{
	display:inline-block;
	font:14px 'geoslab703_md_btmedium';
	color:#92278f;
	height:44px;
	margin-top:8px;
	padding:0 40.2px;
	border-radius:5px;
	float:left;
	transition:0.5s ease-in-out 0s;
	line-height:44px;
}

.menu_div > ul > li.menu_bar
{
	display:inline-block;
	float:left;
	width:1px;
	height:60px;
	background-color:#FFFFFF;
	border-right:solid 1px #E6E6E6;
	margin:0 11px;
}


.menu_div > ul > li > a.hm_home
{
	width:22px;
	height:22px;
	padding-top:11px;
	padding-bottom:11px;
	background:url(../images/hm_home.png) no-repeat 45px 11px;
}

.menu_div > ul > li > a.hm_home:hover, .menu_div > ul > li > a.hm_home.active
{
	background:url(../images/hm_home.png) no-repeat 44px -22px;
	background-color:#92278f;
}


.menu_div > ul > li > a:hover, .menu_div > ul > li > a.active
{
	color:#fff;
	background-color:#92278f;
}

.contents_wp
{
	min-width:1000px;
	height:auto;
}

.contents_container
{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:30px;
}

.prints_indus_sec
{
	width:1000px;
	height:auto;
	padding-bottom:18px;
}

.itm_pnt
{
	width:297px;
	height:520px;
	border:dashed 1px #DBDBDB;
	padding:7px;
	text-align:center;
	float:left;
	margin-right:30px;
	position:relative;
	background-color:#fff;
}

.itm_pnt .drop_shadow
{
	position:absolute;
	background:url(../images/drop_shadow.png) no-repeat;
	width:324px;
	height:42px;
	left:-5px;
	bottom:-18px;
	z-index:-1;
}

.itm_pnt.no_mrgn
{
	margin-right:0;
}

.itm_pnt h1, .itm_pnt h2, .itm_pnt h3
{
	font:bold 19px 'geoslab703_md_btmedium';
	color:#666666;
	padding:7px 0 6px;
	line-height:22px;
}

.itm_pnt p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#999999;
	padding:0 5px 10px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height:22px;
}


.dwn_block
{
	width:282px;
	height:auto;
	border-top:dashed 1px #D3D3D3;
	margin:0 0 0 8px;
	padding:12px 0 0;
	position:relative;
}

.dwn_block .total_views
{
	display:block;
	width:131px;
	height:35px;
	background:url(../images/icon_total_views.jpg) no-repeat 13px;
	background-color:#92278f;
	border-radius:5px;
	font:14px 'geoslab703_md_btmedium';
	color:#FFFFFF;
	padding-left:20px;
	margin:9px 0 0 65px;
	line-height:35px;
}

.dwn_block a
{
	display:block;
	width:200px;
	height:39px;
	background-color:#bfc814;
	border-radius:5px;
	margin:8px 0 0 41px;
	font:14px 'geoslab703_md_btmedium';
	color:#FFFFFF;
	transition:0.4s ease-in-out 0s;
	line-height:39px;
}

.dwn_block a:hover
{
	background-color:#d6df22;
}

.bottom_cnt_wp
{
	min-width:1000px;
	background-color:#DBD3B6;
}

.bottom_conts
{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:30px 0 32px;
}

.council_dv
{
	float:left;
	margin-right:26px;
}

.council_dv img
{
	padding:4px;
	background-color:#fff;
	border:solid 1px #CCC097;
	border-bottom-width:3px;
	transition:0.4s ease-in-out 0s;	
}

.council_dv img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.preetam_qs
{
	float:left;
	width:520px;
	height:180px;
	background-color:#fff;
	border:solid 1px #CCC097;
	border-bottom-width:3px;
	padding:0 28px;
}

.preetam_qs h5
{
	font:18px 'geoslab703_md_btmedium';
	color:#E34125;
	background:url(../images/icon_qs.jpg) no-repeat 0 20px;
	padding:22px 0 16px 35px;
}

.preetam_qs h6
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#666666;
	padding-bottom:7px;
}

.preetam_qs h6 b
{
	color:#E34025;
}

.preetam_qs p
{
	font:13px Arial, Helvetica, sans-serif;
	color:#909090;
	padding-bottom:12px;
	line-height:18px;
}

.preetam_qs p b
{
	color:#1ABC9C;
}

.preetam_qs span
{
	margin-left:252px;
	display:inline-block;
	margin-top:10px;
}

.preetam_qs span a
{
	display:inline-block;
	width:125px;
	height:33px;
	border-radius:3px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#bfc814;
	float:left;
	margin-right:8px;
	transition:0.4s ease-in-out 0s;
	line-height:33px;
}


.preetam_qs span a.vw_al
{
	background-color:#92278f;
}

.preetam_qs span a:hover
{
	background-color:#a83ba5;
}

.preetam_qs span a.vw_al:hover
{
	background-color:#C03218;
}

.footer_wp
{
	min-width:1000px;
	background-color:#272727;
}

.footer_container
{
	width:1000px;
	height:55px;
	margin:0 auto;
}

.footer_container p
{
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:16px;
}

.contents_lf
{
	width:697px;
	height:auto;
	float:left;
	background:url(../images/inr_right_border.jpg) repeat-y right;
	padding-right:18px;
}

.itm_artcl
{
	width:697px;
	height:auto;
	border-bottom:solid 1px #CCCCCC;
	padding:30px 0;
}

.itm_artcl:first-child
{
	padding:0 0 30px;
}

.itm_artcl h2
{
	font:26px 'geoslab703_md_btmedium';
	color:#666666;
	padding-bottom:18px;
}

.itm_artcl h2 a
{
	display:inline-block;
	font:26px 'geoslab703_md_btmedium';
	color:#666666;
	transition:0.4s ease-in-out 0s;
}

.itm_artcl h2 a:hover
{
	color:#333333;
}

.itm_artcl span img
{
	float:left;
	margin-right:15px;
	transition:0.4s ease-in-out 0s;
}

.itm_artcl span img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.itm_artcl p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#999999;
	line-height:20px;
}

.btm_lnks
{
	padding-top:10px;
}

.v_d_lnk
{
	display:inline-block;
	width:151px;
	height:35px;
	background-color:#1ABC9C;
	border-radius:3px;
	text-align:center;
	font:14px 'geoslab703_md_btmedium';
	color:#fff;
	float:left;
	transition: 0.4s ease-in-out 0s;
	margin-right:10px;
	line-height:35px;
}

.v_d_lnk:hover
{
	font:14px 'geoslab703_md_btmedium';
	color:#fff;
	background-color:#159B81;
	line-height:35px;
}

.artl_total
{
	display:inline-block;
	float:left;
	width:115px;
	height:35px;
	background:url(../images/icon_total_views.jpg) no-repeat 13px;
	background-color:#E34025;
	border-radius:5px;
	font:14px 'geoslab703_md_btmedium';
	color:#FFFFFF;
	padding-left:36px;
	margin-right:13px;
	line-height:35px;
}

.num_pagin
{
	display:inline-block;
	float:right;
	padding-top:15px;
}

.num_pagin a
{
	display:inline-block;
	float:left;
	height:29px;
	text-align:center;
	border:solid 1px #BBBBBB;
	margin-left:6px;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#636363;
	width:34px;
	border-radius:5px;
	background-color:#EFEFEF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	line-height:29px;
}

.num_pagin a:hover, .num_pagin a.active
{
	background-color:#666666;
	color:#FFFFFF;
	border-color:#464646;
}

.num_pagin a.prvv, .num_pagin a.nexxt
{
	width:52px;
}

.num_pagin a.ddts
{
	background:none;
	border-color:transparent;
	box-shadow:none;
	color:#636363;
	font-weight:bold;
	margin:0 -3px 0 3px;
}

.contents_rh
{
	width:267px;
	height:auto;
	padding-left:18px;
	float:left;
}

.othr_artcl
{
	width:267px;
	
}

.othr_artcl h3
{
	font:20px 'geoslab703_md_btmedium';
	color:#666666;
	background:url(../images/icon_artcl.jpg) no-repeat;
	padding:0 0 10px 30px;
}

.othr_artcl h3 span
{
	color:#E34125;
}

.itm_othr_artl
{
	width:267px;
	border-bottom:dashed 1px #CDCDCD;
	padding-bottom:12px;
	margin-bottom:13px;
}

.itm_othr_artl h4
{
	font:17px 'geoslab703_md_btmedium';
	color:#666666;
	padding-bottom:2px;
}

.itm_othr_artl h4 a
{
	display:inline-block;
	font:17px 'geoslab703_md_btmedium';
	color:#666666;
}

.itm_othr_artl h4 a:hover
{
	color:#333333;
}

.itm_othr_artl p
{
	font:12px Arial, Helvetica, sans-serif;
	color:#999999;
	padding-bottom:11px;
	line-height:18px;
}

.itm_othr_artl span, .itm_othr_artl span a
{
	display:inline-block;
	font:11px 'geoslab703_md_btmedium';
	color:#27C0A2;
}

.itm_othr_artl span a:hover
{
	text-decoration:underline;
}

.artl_dtl
{
	width:697px;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:16px;
}

.artl_dtl h1
{
	font:27px 'geoslab703_md_btmedium';
	color:#666666;
}

.artl_dtl > span img
{
	float:left;
	margin-right:20px;
	transition:0.4s ease-in-out 0s;
}

.artl_dtl > span img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.artl_dtl > p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:22px;	
}

.artl_dtl li
{
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:22px;
	list-style:circle;	
	margin-left:20px;
}

.artl_dtl i, .artl_dtl em
{
	font-style:italic;
}


.artl_dtl b
{
	font-weight:bold;
}


.artl_dtl h4
{
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}


.artl_dtl td
	{
	font:11px Arial, Helvetica, sans-serif;
	color:#888;
	line-height:22px;	
	padding:5px;
	background-color:#FFF;
	}
	
.artl_dtl td ul
	{
		padding-left:14px;
	}

.artl_dtl td li
	{
	list-style:disc;
	padding-left:0px;
	
	}
	
.artl_dtl table
	{
		border:1px solid #999;
		background-color:#999
	}

.share_site
{
	width:697px;
	height:auto;
	padding:18px 0 12px;
}

.share_site p
{
	float:left;
	font:bold 14px 'geoslab703_md_btmedium';
	color:#FF822F;
	margin-right:25px;
	padding:8px 0 0;
}

.share_ddv
{
	float:left;
}

.contt_us
{
	width:697px;
}

.contt_us h1
{
	font:30px 'geoslab703_md_btmedium';
	color:#53CDB4;
	margin-bottom:15px;
}

.forms_div
{
	width:695px;
	height:auto;
	border:dashed 1px #DADADA;
	background:url(../images/mail_bx.jpg) no-repeat 459px 58px;
	background-color:#F5F5F5;
	padding:23px 0 13px;
}

.frms_lf
{
	width:352px;
	float:left;
	padding-left:24px;
	background:url(../images/forms_bar.jpg) repeat-y right 10px;
}

.frms_lf h2
{
	font:bold 18px 'geoslab703_md_btmedium';
	color:#7D7D7D;
	padding-bottom:17px;
}

.frms_lf p label
{
	width:76px;
	display:inline-block;
	float:left;
	font:11px 'geoslab703_md_btmedium';
	color:#4A4A4A;
	padding-top:5px;
	cursor:text;
}

.frms_lf p span input.inpt_txt
{
	width:239px;
	height:27px;
	background-color:#fff;
	border:solid 1px #D8D8D8;
	margin-bottom:5px;
	font:12px 'geoslab703_md_btmedium';
	color:#C6C6C6;
	outline:none;
	padding-left:10px;
	transition:0.4s ease-in-out 0s;
	line-height:27px;
}

.frms_lf p span input.inpt_txt:focus, .frms_lf p span textarea:focus
{
	color:#959595;
}

.frms_lf p span textarea
{
	width:239px;
	height:69px;
	background-color:#fff;
	border:solid 1px #D8D8D8;
	margin-bottom:5px;
	font:12px 'geoslab703_md_btmedium';
	color:#C6C6C6;
	outline:none;
	padding-left:10px;
	padding-top:10px;
	overflow:auto;
	margin-bottom:7px;
	transition:0.4s ease-in-out 0s;
}

.frms_lf p span input.sbt_bt
{
	display:inline-block;
	cursor:pointer;
	border:none;
	width:93px;
	height:31px;
	background-color:#E34125;
	border-radius:5px;
	font:bold 12px 'geoslab703_md_btmedium';
	color:#FFFFFF;
	transition:0.4s ease-in-out 0s;
}

.frms_lf p span input.sbt_bt:hover
{
	background-color:#AB2D16;
}

.frms_rh
{
	width:271px;
	float:left;
	padding:0 24px;
}

.frms_rh h3
{
	font:37px 'geoslab703_md_btmedium';
	color:#E34125;
	padding:14px 0 4px;
}

.frms_rh p
{
	font:13px 'geoslab703_md_btmedium';
	color:#777777;
	line-height:20px;
}

.get_tch
{
	width:271px;
	border-top:solid 1px #DBDBDB;
	margin-top:10px;
}

.get_tch h4
{
	font:14px 'geoslab703_md_btmedium';
	color:#333333;
	padding:10px 0 6px;
}

.get_tch span a
{
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	margin-right:4px;
	background:url(../images/get_tch.png) no-repeat;
	transition:0.4s ease-in-out 0s;
}

.get_tch span a.gt_face
{
	background-position:0 0;
}

.get_tch span a.gt_face:hover
{
	background-position:0 -24px;
}

.get_tch span a.gt_skp
{
	background-position:-25px 0;
}

.get_tch span a.gt_skp:hover
{
	background-position:-25px -24px;
}

.get_tch span a.gt_twt
{
	background-position:-50px 0;
}

.get_tch span a.gt_twt:hover
{
	background-position:-50px -24px;
}

.faq_div
{
	width:697px;
	border-bottom:solid 1px #CCCCCC;
}


.itm_faqs
{
	width:650px;
	height:auto;
	border:dashed 1px #DADADA;
	background-color:#F5F5F5;
	margin-bottom:63px;
	position:relative;
	padding:0 20px 18px 25px;
}

.itm_faqs h2
{
	font:18px 'geoslab703_md_btmedium';
	color:#E34125;
	background:url(../images/icon_fs.png) no-repeat 0 18px;
	padding:18px 0 17px 35px;
	line-height:15px;
	
}

.itm_faqs h2 span
{
	font:12px 'geoslab703_md_btmedium';
	color:#888;
	display:block;
	line-height:10px;
	margin-top:6px;
	
}

.itm_faqs h3
{
	font:14px Arial, Helvetica, sans-serif;
	color:#55555;
	margin-bottom:14px;
	line-height:20px;
}

.itm_faqs h3 span
{
	
	margin-bottom:10px;
}
	

.itm_faqs h3 span b
{
	color:#E34025;
}


.itm_faqs p.answer
{
	color:#909090;
	
	
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px!important;
}

.itm_faqs p span
{

	margin-bottom:10px;
}

.itm_faqs p span b
{
	color:#1ABC9C;
}
.read_alls
{
	display:inline-block;
	position:absolute;
	width:218px;
	height:28px;
	border:dashed 1px #D9D9D9;
	background:url(../images/read_alls.jpg) repeat-x;
	border-top:none;
	left:283px;
	bottom:-30px;
	transition:0.4s ease-in-out 0s;
}

.read_alls:hover
{
	background:url(../images/hover_read_alls.jpg) repeat-x;
}

.read_alls a
{
	display:block;
	height:28px;
	background:url(../images/icon_read_alls.png) no-repeat 179px 10px;
	font:13px 'geoslab703_md_btmedium';
	color:#666666;
	padding-left:31px;
	line-height:28px;
}



/* started for photo gallery page */

.photo_gallery
{
	width:1000px;
}

.photo_gallery h1, .photo_gallery h2
{
	display:block;
	font:22px 'geoslab703_md_btmedium';
	color:#1ABC9C;
	border-bottom:solid 1px #E6E6E6;
	padding-bottom:17px;
	margin-bottom:16px;
}

/*.itm_ph_gl
{
	width:320px;
	height:282px;
	float:left;
	margin:0 20px 15px 0;
	position:relative;
	overflow:hidden;
	background-color:#E6E6E6;
}

.itm_ph_gl.thrds
{
	margin-right:0;
}

.itm_ph_gl img
{
	position:absolute;
	top:0;
	left:0;
	transition:0.5s ease-in-out 0s;
	z-index:9999;
}

.itm_ph_gl:hover img
{
	top:282px;
	left:0;
}


.in_itm_ph
{
	width:320px;
	height:282px;
	position:relative;
}*/

/*.in_itm_ph .fb-like
{
	position:absolute;
	left:105px;
	top:105px;
	border:dashed 1px #D2D2D2;
	padding:7px 13px;
	border-radius:4px;
}*/

.in_itm_lnk
{
	display:block;
	width:320px;
	height:262px;
	background:url(../images/in_itm_lnk_img.png) no-repeat 138px 153px;
	font:22px 'geoslab703_md_btmedium';
	color:#1ABC9C;
	text-align:center;
	padding-top:20px;
}

.in_itm_lnk:hover
{
	font:22px 'geoslab703_md_btmedium';
	color:#1ABC9C;
	text-align:center;
}


/* ended for photo gallery page */

.mdl_dv
{
	width:709px;
	height:auto;
	margin:auto;
	margin-bottom:38px;
}

.glry_dis
{
	width:709px;
	height:auto;
	text-align:center;
}

.glry_dis img
{
	max-width:693px;
	height:auto;
	border:dashed 1px #D6D6D6;
	padding:7px;
	margin:0 auto 13px;
}

.glry_dis h1
{
	font:21px 'geoslab703_md_btmedium';
	color:#E85C44;
	float:left;
}

.glry_dis span
{
	display:inline-block;
	float:right;
}

.glry_dis span a
{
	display:inline-block;
	height:35px;
	padding:0 25px;
	float:left;
	margin-left:8px;
	background-color:#666666;
	font:bold 14px 'geoslab703_md_btmedium';
	color:#fff;
	border-radius:3px;
	line-height:35px;
}

.glry_dis span a:hover
{
	background-color:#1ABC9C;
}

.lk_snd
{
	width:709px;
	border-bottom:solid 1px #DADADA;
	margin-bottom:17px;
	padding-bottom:5px;
}


.brd_crb
{
	width:1000px;
	height:auto;
	display:inline-block;
	margin-bottom:30px;
}

.brd_crb a
{
	display:inline-block;
	float:left;
	height:23px;
	padding:0 20px 0 12px;
	background-color:#E1E1D6;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#E34125;
	margin-left:-2px;
	position:relative;
	border-radius:4px 0 0 4px;
	line-height:23px;
}

.brd_crb a span
{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	width:13px;
	height:23px;
	background:url(../images/brd_arw.png) no-repeat right;
	z-index:9999;
}

.brd_crb a:hover
{
	text-decoration:underline;
	color:#D30E71;
}

.brd_crb a.no_bd_crb, .brd_crb a.no_bd_crb span
{
	background:#fff;
}

.brd_crb a.no_bd_crb
{
	margin-left:-12px;
	padding-left:24px;
	color:#333333;
}

.brd_crb a.no_bd_crb:hover
{
	color:#333333;
	text-decoration:none;
}











