a
{
	color : Aqua;
	text-decoration : underline;
}
a:hover
{
	text-decoration : none;
}
a img
{
	border : none;
}

h1
{
	font-size : 14px;
	height : 20px;
	line-height :19px;
	margin :  5px 0 8px 0;
}
h1.secure
{
	background : #FFCC00;
	color : #036;
}
h2
{
	font-size : 14px;
	margin : 8px 0 ;
	color : #036;
}
h3
{
	font-size : 13px;
	margin : 10px 0 6px 0 ;
	color : #B6CED1;
}
h3.secure
{
	color : #FC0;
}
p
{
	margin : 7px 0;
	text-align : justify;
}

img.left
{
	float : left;
	margin : 0 10px 5px 0;
}
img.right
{
	float : right;
	margin : 0 0 5px 10px;
}

img.border
{
	border : 1px solid #FFF;
}
.image_left
{
	float : left;
	margin : 0 10px 5px 0;
}
.image_left_border
{
	float : left;
	margin : 0 10px 5px 0;
	border : 1px solid #FFF;
}
.image_right
{
	float : right;
	margin : 0 10px 5px 0;
}
.image_right_border
{
	float : right;
	margin : 0 10px 0 5px;
	border : 1px solid #FFF;
}
.image_border
{
	border : 1px solid #FFF;
}

.content_banner
{
	position : relative;
	width : 290px;
	height : 200px;
	border : 1px solid #CCC;
	overflow : hidden;
	float : left;
	margin-right : 20px;
}
.content_banner_bg
{
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
}
.content_banner h2
{
	position : relative;
	font-size : 13px;
	margin : 0px ;
	padding : 3px;
	color : #F00;
	z-index : 2;
	background : transparent;
}
.content_banner h2.title_black {
color : #000;
} 
.content_banner h2.title_white {
color : #FFF;
} 
.content_banner h2.title_blue {
color : #00F;
} 
.content_banner h2.title_red {
color : #F00;
} 
.content_banner h2.title_blackonwhite {
color : #000;
background : #FFF;
} 
.content_banner h2.title_whiteonblack {
color : #FFF;
background : #000;
} 
.content_banner h2.title_blueonwhite {
color : #00F;
background : #FFF;
} 
.content_banner h2.title_redonwhite {
color : #F00;
background : #FFF;
} 
.content_banner p
{
	position : relative;
	margin : 3px ;
	color : #00D;
	z-index : 2;
}
.content_banner p.description_black {
color : #000;
}
.content_banner p.description_white {
color : #FFF;
}
.content_banner p.description_blue {
color : #00F;
}
.content_banner p.description_red {
color : #F00;
}

.feature
{
	width : 605px;
	margin : 10px 0;
	text-align : center;
	float : left;
}
.feature img
{
	border : 1px solid #CCC;
	margin : 10px auto;
}
.feature p.quote
{
	font-style : italic;
}



ul
{
	margin : 3px 0 6px 30px;
	padding : 0;
}
ul.no_bul
{
	margin : 3px 0 6px 30px;
	padding : 0;
	list-style-type : none;
}

table.contact
{
	border-collapse : collapse;
	margin-left : 20px;
}
table.contact th
{
	padding-right : 10px;
}




