/* ----- next base links -----*/
#callouts a:link{color:#434040;font-size:11px;}
#callouts a:visited{color: #434040;;font-size:11px; }
#callouts a:hover{color: #434040; text-decoration:underline;;font-size:11px;}
#callouts a:active{color: #434040;;font-size:11px;}
#callouts a:focus{color: #434040; outline:none;;font-size:11px;}

/* ----- head tags ----- */

h5{text-align:left;font-size:1em; padding:5px 15px 0px 15px;}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

#callouts {
	width:520px;
	background:url(tab_bg00.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#callouts ul{
	list-style:none;
	font-size:1em;
}

.anchor ul{
	list-style:none;
	padding: 0px 0px 15px 15px;
	margin:0px;
}

.anchor ul li{
	list-style-image:url(check_ma.gif);
	list-style-position:outside;
	padding:2px 0px 5px 0px;
	margin:0px 0px 0px 25px;
}

/* tabs */
.anchors {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.anchors li {
    float: left;
    margin: 0px 2px 0px 0px;
}

.anchors a {
    display: block;
    padding: 5px 9px 6px 9px;
	margin: 0px 0px 0px 0px;
    text-decoration: none;
	background: #DFDFDF;
	border-top:2px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	font-size:1.1em;
}

.anchors .on a {
    font-weight: bold;
	border-bottom:2px solid #EEEDDC;
	border-top:2px solid #EEEDDC;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #EEEDDC;
	border-top:2px solid #EEEDDC;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	border-bottom:1px solid #EEEDDC;
	overflow:hidden;
}

.anchors a:hover{
	background: #fff;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;

}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}

.anchor {
	clear:both;
	display:none;
	margin-bottom:20px;
	width:100%;
	color:#434040;
	padding:10px 0px 15px 0px;
	text-align:left;
}

.anchor p {
	text-align:left;
	padding:0px 0px 15px 10px;
	color:#434040;
	margin:0px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/


.hfivepadding{
	margin-top:5px;
}

.answer{
	color:#CE1400;
}

#callouts img{
	border: 2px solid #fff;
	width:80px;
}


