html,body,td,th,table,input { font-family: Arial, Helvetica, sans-serif;  }

a {
color:#32BFD4;
text-decoration:underline;

}

.gridBody a, .gridBody p{
	font-style:italic;
}

.whiteText {
color:#efeff0;
}

.grayText{
color:#7b7b7b;
}

.blueText{
color:#32BFD4;
}

h3.sectionTitle{
	margin:0 0 9px 0;
	font-weight:bold;
}

/* No effects links */

h3.sectionTitle a:link,  h3.sectionTitle a:visited, h3.sectionTitle a:hover, h3.sectionTitle a:active{
	color:#000;
	text-decoration: none;
	font-style: normal;
}


ul.linkList li {
background-image:url(../images/common/bt_arrow_v2.gif);
background-position: 0px 5px;
background-repeat:no-repeat;
list-style-type:none;
padding-top:0px;
padding-left:15px;
color:#32BFD4;
}

.divider {
margin-top:20px;
}

.errorBox { border:1px solid #000; background:#f1f1f1; background-image:url(../images/common/bg_errorLarge.gif); background-repeat:no-repeat; background-position:10px 40px; margin-bottom:20px; padding-bottom: 5px;}
.errorBox p { padding: 10px 10px 5px 66px; margin:0; }
.errorBox ul { padding-left: 49px; margin-top:10px; margin-left:15px; margin-bottom: 0; }
.errorBox li { font-weight:bold; }
.errorBox .content { margin:7px; }
.errorBox h2 { padding: 5px 5px 0 5px; color: #000; }
