/* general styles */

a {
    color:#0956A7;
    outline:none;
}

.hidden {
    display:none;
}

.spacer {
    height:40px;
}


/* example 1 styles */
#links {
    float: left;
    width:200px;
    margin-right:2px;
}

#links a {
    display:block;
    font-size:14px;
    padding:10px;
    outline:none;
}


/* example 2 styles */
#links-2 a {
    float:left;
	background:#efefef;
    margin-right:9px;
	width:128px;
	font-size:10pt!important;
    padding:5px 10px;
	color:#777!important;
	border:1px solid #ccc;
	background:url(../img/bg_btn.jpg) repeat-x;
    text-decoration:none;
    margin-bottom:10px;
	text-align:center;
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	height:20px;
}

#links-2 a.selected {
	background:url(../img/bg_btn2.jpg) repeat-x;
	font-weight:bold;
	color:#004184!important;
}
#links-3 a {
    float:left;
	background:#efefef;
    margin-right:9px;
	width:128px;
	font-size:10pt!important;
    padding:5px 10px;
	color:#777!important;
	border:1px solid #ccc;
	background:url(../img/bg_btn.jpg) repeat-x;
    text-decoration:none;
    margin-bottom:10px;
	text-align:center;
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	height:20px;
}

#links-3 a.selected {
	background:url(../img/bg_btn2.jpg) repeat-x;
	font-weight:bold;
	color:#004184!important;
}
#links-4 a {
    float:left;
	background:#efefef;
    margin-right:9px;
	width:128px;
	font-size:10pt!important;
    padding:5px 10px;
	color:#777!important;
	border:1px solid #ccc;
	background:url(../img/bg_btn.jpg) repeat-x;
    text-decoration:none;
    margin-bottom:10px;
	text-align:center;
	border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	height:20px;
}

#links-4 a.selected {
	background:url(../img/bg_btn2.jpg) repeat-x;
	font-weight:bold;
	color:#004184!important;
}

#target2-1, #target2-2, #target2-3,#target2-4, #target2-5, #target2-6,#target2-7, #target2-8, #target2-9,#target2-10, #target2-11, #target2-12,#target2-13, #target2-14, #target2-15,#target2-16  {
    float:left;
    width:570px;
    border-top:0;
    padding:10px 10px;
    background:;
    color:#fff;
}





