/*
This CSS file is for styles related to content. 
This CSS file is also imported by Backlit's Article Editor XStandard plugin to style your pages.
*/
html {
	-webkit-text-size-adjust:none;	
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #191919;
	line-height: 1.5em;
}

.align_right {
	float: right;
}

.align_left {
	float: left;
}

img.align_right {
	margin: 10px 10px 10px 20px;
	display: inline;	
}

img.align_left {
	margin: 10px 20px 10px 10px;
	display: inline;	
}

a img {
	border:0;
}

td {
  margin:0px;
  vertical-align:top;
}

hr {
	border: thin dotted #CCCCCC;
}

h1 {
	font-size: 20px;
}

h2 {
}

.caption {
    font-size: 80%;
    line-height: 120%;	
	text-align: left;
	margin-left: 15px;
}

.red {
	color:red;
}

.stand_out_block {
	background-color: #f1f1f1;
	padding: 4px 8px 2px 8px;
	color:#191919;
}

a.arrow_link{
	background:transparent url(/images/morearrow.gif) no-repeat scroll 100% 50%;
	padding-right:8px;
	text-decoration:none;
	color:#0088CC;
}

a.arrow_link:hover {
	text-decoration:underline;
}

p.indent {
  margin-left:20px;
}

p.pullout_quote {
  margin-left:20px;
  border-left:4px solid #CCCCCC;
  padding-left:7px;
}

p.center {
	text-align: center;
}

.clearit {
	visibility: hidden;
	clear: both;
	display: block;
}

.callout_box_small {
	background: #FFFFFF url(/theme/callout_box_small.jpg) no-repeat scroll 50% 0;
	width:346px;
	height:87px;
	text-align:center;
	padding:20px 0 0 0;
	font-size:15px;
}

.callout_box_small .heading {
	font-size:18px;
	font-weight:bold;
}
