
.black {color: #000000}
.red {color: #FF0000}
.orange {color: #FF6600}
.pink {color: #FF00FF}
.yellow {color: #FFFF00}
.green {color: #00FF00}
.blue {color: #0000FF}
.white {color: #FFFFFF}
.purple{color: #FF00FF}
.bgColor_white
{
	background-color:#ffffff;
}

.bgColor_blue
{
	background-color:#0000ff;
}
.margin_left_0
{
	margin-left: 0px;
}
.margin_right_0
{
	margin-right: 0px;
}
.margin_top_0
{
	margin-top: 0px;
}
.margin_bottom_0
{
	margin-bottom: 0px;
}
.left0
{
	left:0px
}
.right0
{
	right:0px
}
.top0
{
	top:0px
}
.bottom0
{
	bottom:0px;
}

.position_absolute
{
	position:absolute;
}

.display_none
{
	display:none;
}

.z_index_1
{
	z-index:1;
}	

.overflow_scroll
{
	overflow:scroll;
}			

.font_charcoal{color:#666666}

font_family_arial
{
	font-family: arial;
} 

.font_h22
{
	font-size:22ex;
} 

.font7
{
	font-size: 7pt;	
}


.font8
{
	font-size: 8pt;
	
}

.font9
{
	font-size: 9pt;
	
}

.font10
{
	font-size: 10pt;	
}

.font12 
{
	font-size: 12pt;
}

.font13
{
	font-size: 13pt;
}

.font14 
{
	font-size: 14pt;
}

.font16
{
	font-size: 16pt;
	
}

.fontLarge 
{
	font-size: xx-large
}

.font_weight_bold
{
	font-weight:bold;	
}

.font_weight_bolder
{
	font-weight:bolder;	
}

.font_weight_lighter
{
	font-weight:lighter;	
}

.font_Arial
{
	font-family:Arial, Helvetica, sans-serif;
}

.text_align_center
{
	text-align:center;
}

.text_align_top
{
	text-align:top;
}

.text_align_bottom
{
	text-align:bottom;
}

.alpha80
{

	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.alpha20
{
	filter:alpha(Opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}

.alpha0
{

	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.border0
{
	border:0;
}

