BODY
{
	BACKGROUND-COLOR: #ffffff;
	COLOR: #333333;
	FONT-SIZE: 10pt;
	FONT-FAMILY: verdana;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

BODY.centered
{
BACKGROUND-COLOR: #ffffff;
FONT-FAMILY: verdana;
	margin-top: 20px;
	margin-right: 0px;
margin-left: 0px;
	margin-bottom: 20px;
text-align: center;
}

BODY.centeredBlack
{
FONT-FAMILY: verdana;
	margin-top: 20px;
	margin-right: 0px;
margin-left: 0px;
	margin-bottom: 20px;
text-align: center;
background-color: #000;
}

BODY.centeredGrey
{margin-top: 20px;
	margin-right: 0px;
margin-left: 0px;
	margin-bottom: 20px;
text-align: center;
color: #ccc;
background-color: #666;
}

BODY.centeredLightGrey
{
	margin-top: 0px;
	margin-right: 0px;
margin-left: 0px;
	margin-bottom: 20px;
text-align: center;
color: #ccc;
background-color: #999;
}

.container {
width: 800px;

top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.contentLeft {
position: relative;
text-align: left;
float: left;
top: 0px;
}

.subContent {
clear: both;
width: 100%;
}

#left {

float: left;
top: 0px;
width: 50%;
}

#right {

float: right;
top: 0px;
width: 50%;
}

img.left {
float: left;
padding-left: 10px;
}

img.right {
float: right;
padding-left: 10px;
top: 0px;
}



.conTitle { COLOR: #666666; FONT-SIZE: 8pt; FONT-FAMILY: verdana; }
.conDescription { COLOR: #333333; FONT-SIZE: 8pt; FONT-FAMILY: verdana; }
.conExample { COLOR: #666666; FONT-SIZE: 8pt; FONT-FAMILY: verdana; }
.conDisclaim { COLOR: #333333; FONT-SIZE: 7pt; FONT-FAMILY: verdana; }



a:link { FONT-WEIGHT: bold; COLOR: #333333; TEXT-DECORATION: none; }
a:active { FONT-WEIGHT: bold; COLOR: #333333; TEXT-DECORATION: none; }
a:visited { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none; }
a:hover { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: underline; }

body.popDisplayCenter {
text-align: center;
margin: 0px;
}
