/* ----- next base links -----*/
#callouts a:link{color:#434040; font-size:12px; font-family: "Verdana";}
#callouts a:visited{color: #434040; font-size:12px; font-family: "Verdana";}
#callouts a:hover{color: #434040; font-size:12px; font-family: "Verdana";}
#callouts a:active{color: #434040; font-size:12px; font-family: "Verdana";}
#callouts a:focus{color: #434040; outline:none;font-size:12px; font-family: "Verdana";}

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

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

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

#callouts {
	width:546px;
	margin:0px;
	padding:0px;
}

#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(../images/sub/check_mark.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;
	font-size:1.1em;
 BACKGROUND: #ACCDF5;
}

.anchors .on a {
    font-weight: bold;
 BACKGROUND: #58A8DD;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
 BACKGROUND: url(../images/leftbghover.jpg) #FFFFFF;
}

.anchors a:hover{
	background: #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;
	width:100%;
	color:#434040;
	border:10px 0px 15px 0px #FFFFFF;
	text-align:left;
}

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


.hfivepadding{
	margin-top:5px;
}

.answer{
	color:#CE1400;
}