.arial
{
	font-family:Arial, Helvetica, sans-serif;
}

.aquabkg
{
	background:#cFF;
}

.bigger
{
	font-size:160%;
}

.black {
	color: #000000;
}

.normal {
	font-size: 100%;
}

.blue
{
	color:#000080;
}

.skyblue-bkg
{
	background:#9CF;
}

.bold
{
	font-weight:bold;
}

.thumbnail {
	width: 100%;
	overflow: hidden;
}

.call-out
{
	padding:0.5em 1em;
	margin:0.5em 1em;
}

.clear-left{
	clear: left;
}

.clear-right {
	clear: right;
}

.center
{
	text-align:center;
}

.clear
{
	clear:both;
}

.courier
{

	font-family:"Courier New", Courier, monospace;
}

.dkred
{
	color:#800000;
}

.duskyblue
{
	color:#000080;
}

.georgia
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.green
{
	color:#008000;
}

.greenbkg
{
	background-color:#e5ffff;
}

.greyblue-bkg
{
	background-color:#dfe1f1;
}

.grey
{
	color:#666;
}

.italic
{
	font-style:italic;
}

.nopad
{
	padding:0;
	margin:0;
}

.normal
{
	font-style:normal;
}

.neon-bkg
{
	background:#FF0;
}

.orangebkg
{
	background:#fabf8f;
}

.side-pad {
	padding: 0 25px;
}

.pad
{
	padding:0.5em;
}

.extra-pad {
	padding: 1em;
}

.pinkbkg
{
	background-color:#FFC1E0;
}

.purplebkg
{
	background:#e5ccff;
	border:1px solid #222;
}

.red
{
	color:#F00000;
}

.strike
{
	text-decoration: line-through;
}

.smaller
{
	font-size:70%;
}

.supersize
{
	font-size:200%;
}

.supersizexx
{
	font-size:300%;
}

.supersizexxx
{
	font-size:360%;
}


.times
{
	font-family:"Times New Roman", Times, serif;
}

.ul
{
	text-decoration:underline;
}

.whitebkg
{
	background:#fff;
}

.yellowbkg
{
	background-color:#FFFFCA;
}

.style1
{
	float:left;
	margin: 0 1em 1em 0;
	clear: left;
}

.style2
{
	float:right;
	margin: 0 0 1em 1em;
	clear: right;
}

.style3
{
	display:block;
	margin:1em auto;
}

.red-arrow
{
	background:url(../i/red-arrow.gif) no-repeat 0 8px;
	padding:10px 0 10px 40px;
}

.dotted-line
{
	background:url(../i/dotted-line.gif) repeat-x 0 100%;
}

table.details
{
}

table.details th
{
	vertical-align:top;
}

table.details td
{
	overflow:hidden;
	padding:10px;
}

.blk-bkg
{
	background:#000;
	color:#fff;
}

.one
{
	width:60%;
	float:left;
}

.five
{
	width:35%;
	float:right;
}

.five p strong
{
	line-height:1.25em;
}

.red-bkg
{
	background:#f00;
	color:#fff;
}

.blue-bkg
{
	background:#000080;
	color:#fff;
}

.two,
.three
{
	float:left;
	width:30%;
}

.four
{
	float:right;
	width:35%;
}

.two input
{
	width:90%;
}

.three
{
	text-align:center;
}

.three input
{
	width:8%;
}

.four input
{
	width:8%;
}

.hand
{
	cursor:pointer
}


.helvetica
{
	font-family:Helvetica, sans-serif;
	font-stretch:condensed;
}

.blk-border
{
	border:1px solid #000;
}

.grey-border
{
	border:1px solid #CCC;
}

.red-border
{
	border:1px solid #f00;
}

.caption {
	width: 200px;
	font-size: 60%;
	margin-bottom: .5em;
}

.caption-small {
	width: 250px;
	font-size: 60%;
	margin-bottom: .5em;
}

.caption-medium {
	width: 300px;
	font-size: 60%;
	margin-bottom: .5em;
}

.caption-large {
	width: 350px;
	font-size: 60%;
	margin-bottom: .5em;
}

.light-blue-bkg {
	background-color: #E4EFF1;
}

.text-right {
	text-align: right;
}

