body {
	font-family: verdana, arial, helvetica,sans-serif;
	margin: auto;
	text-align: center;
	padding: 0;
}

P {margin:0 0 1.4em 0;}

UL {
	list-style:none;
	margin:0;
	padding:0;
}
LI {
	list-style:none;
	margin:0;
	padding:0;
}
IMG {
	border:0 
	none;
}

A {color:#1b4c93; text-decoration:none;}
A:hover {text-decoration:underline;}


HR {
	height:2px;
	border-top:1px dotted #afbbcb;
	border-bottom:1px dotted #fff;
	clear: both;
}

html>body HR {
	height:2px;
	border-top:1px dashed #afbbcb;
	border-bottom:1px dashed #fff; 
	border-left: 0; 
	border-right: 0;
	clear: both;
}
.sys_container {
	font-family: verdana, arial, helvetica,sans-serif;
	width: 763px;
	margin: auto;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: visible; /*Fixes IE Layout */
}


/*HEADER*/

.sys_header_container {
	width: 100%;
	height:83px;
	/*background: url(/images/header.jpg);*/
	background: url("/images/New-Header-BottomCurve.gif") bottom;
	background-repeat: no-repeat;
	margin-bottom:8px;
}

html>body .sys_header_container {
	height:auto;
	min-height:83px;
}
.sys_header_container h1 {
	display: none;
}
.sys_header_topnav {
	background: url("/images/New-Header-TopNav.gif");
	background-repeat: no-repeat;
	width:763px;
	text-align:right;
	margin-bottom:0;
	font-family:verdana, arial, helvetica, sans-serif;
	height:100px;
	font-size:65%;
}
.sys_header_topnav div.sys_contensislogo {display:none;}
.sys_header_topnav a {color:#707baf; font-weight:bold;}
.sys_header_topnav a:hover {color:#8ec13f; text-decoration:none;}

.sys_header_topnav UL {/*margin:5px 0 0 0; padding:0;*/ height:36px;}
html>body .sys_header_topnav UL {min-height:36px; height:auto;}

.sys_header_topnav UL li {
	display:block;
	float:right;
	text-align:right;
	border-right:1px solid #c9cfdc;
	margin:8px 0;
	padding:0 6px 0 6px;
}


.sys_header_bottomnav {
	font-size:75%;
	background: url("/images/New-Header-BottomNav.gif");
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	min-height: 26px;
}
/*html>body .sys_header_bottomnav {
	border-top: 1px solid #94a8c3;
}*/
.sys_header_bottomnav UL {
	padding:0;
	margin:0 0 0 8px;
	clear: both;
}
.sys_header_bottomnav UL LI {
	margin:0 8px 0 0;
	padding:0;
	display: block;
	float:left;
	text-align:center;
	font-weight: normal;
	color: #000;
}

.sys_header_bottomnav a, .sys_header_bottomnav a:link, .sys_header_bottomnav a:visited {
	display:block;
	padding:5px 8px 8px 5px;
	color:#3a434f;
	display:block;
	text-decoration:none;
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;
}
.sys_header_bottomnav a:hover {text-decoration:underline;}

#left {
	width: 750px;
}


#right {
	clear:both;
	text-align:left;
	margin:0;
	padding:0 8px 0 0;
	float: right;
}

.sys_search_box {
	margin:0px;
	padding:1px;
 	width:110px;
	font-size:11px;
	text-align:left;
	border:1px solid #fff;
 	background:#fff url("/images/searchFieldGradient.gif") repeat-x;
}

.sys_search_button{
	margin:0;
	padding:0;
	width: 25px;
	font-size:11px;
	text-align:center;
 	border:1px solid #727b9b;
 	background:#fff url("/images/MagnifyingGlass.gif") no-repeat;
	height:20px;
	font-weight:bold;
	color:black;
	text-transform:uppercase;
	text-indent: -1000px;
}

ul li.sys_noborder {
	margin-left: 4px;
	border:none;
}

#editor ul li.sys_noborder {
	margin-left: 4px;
	border: 0px solid #000000;
}

html>body .sys_noborder {
	margin-left: -4px;
	border:none;
}

/*Breadcrumb*/

.sys_Breadcrumb {
	border: 0 solid #22ddff;
	padding: 0 0 8px 0px;
	font-size: 70%;
	clear: both;
	font-weight: bold;
	color: #636c79;
}
html>body .sys_Breadcrumb {
	float: left;
}
.sys_Breadcrumb a, .sys_Breadcrumb a:link, .sys_Breadcrumb a:visited { 
	color:#355686;
	text-decoration:none;
	font-weight:normal;
}

.sys_Breadcrumb a:hover { 
	color:#1b4c93;
	text-decoration:underline;
}

.sys_Breadcrumb UL{
	padding: 0;
	margin: 0;
}

.sys_Breadcrumb li{
	display:inline;
	padding: 0;
	margin: 0;
	font-size: 80%;
}

#print {
	float: right;
	width: 140px;
	font-size: 80%;
	background-image: url(/images/printer_icon_background.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
 	text-align: right;
	padding: 3px 24px 0px 0px;
	margin-bottom: 0px;
color: #1b4c93;
	}

#print a, #print a:link, #print a:visited, #print a:hover { 
	color: #1b4c93;
	text-decoration:underline;
}


/*  END OF HEADER STYLES  */

/*--------------------------------------------------------------*/
	
/* MAIN CONTENT AREA OF PAGE   */

.sys_Content_Container {
	float: left;
	clear: both;
	width: 763px;
	border: 0 /*solid #ff0000*/;
	padding: 0;
	margin:0 0 10px 0;
	height:400px;
	min-height:400px;
}

html>body .sys_Content_Container {
	height:auto;
	min-height:400px;
}

#titleImage {color:white; width:425px; height:129px; font-weight:bold; background:#fff url("/images/titleImages/titleimage-services1.jpg") no-repeat; margin-bottom:10px;}
#titleImage #sectionName {display:block; margin:2px 2px 7px 10px;}
#titleImage H1 {margin:5px 2px 2px 10px;font-size:180%;width:400px;height:50px; line-height:1.1em;}
#titleImage H1 span {display:none;}

/* LEFT COLUMN  */

.sys_left_column {
	float:left;
	width: 160px;
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}
.sys_left_column .sys_left_column{font-size: 115%;}

#menu_header {
	width:158px;
	background: #ebeef0 url(/images/prodmenu_top.gif) no-repeat;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 6px 0 0 0;
}

html>body #menu_header {width:158px;}

#menu_header div {
	border-left:1px solid #afbbcb;
	border-right:1px solid #afbbcb;
	height:124px;
	width:158px;
	padding:0;
}
html>body #menu_header div {
	width:156px;
}

#menu_header div img {margin:0 0 0 6px;}

#title {
	padding: 3px 0 0 15px; 
}

#title a, #title a:link, #title a:visited, #title a:hover { 
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}


/*LEFT MENU WRAPPER*/
#menu_content {
	width: 158px;
	border-left: 1px solid #afbbcb;
	border-right: 1px solid #afbbcb;
	background: #ebeef0;
}
html>body #menu_content {
	width: 156px;
}

#editor #menu_content {
	width: 158px;
}

#menu_footer {
	width:158px;
	background: url(/images/prodmenu_bottom.gif) no-repeat;
}


/* Simple XML Menu Styles */

ul.sys_simpleListMenu {
	list-style: none;
	margin: 15px 5px;
	padding: 0;
}
ul.sys_simpleListMenu li {
	margin: 0;
}
ul.sys_simpleListMenu ul.sys_children {
	margin: 5px 0 5px 5px;
	padding: 0;
}
ul.sys_simpleListMenu a {
	border: 0;
	color: black;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.sys_simpleListMenu a:hover {
	text-decoration: underline;
}
ul.sys_simpleListMenu div.sys_selected {
	color:white;
	background: #46744d url("/images/MenuTopCurve.gif") no-repeat top;
}

ul.sys_simpleListMenu div.sys_selected a{
	color:white;
	background: transparent url("/images/MenuBotCurve.gif") no-repeat bottom;
}
ul.sys_simpleListMenu ul.sys_children div.sys_selected a{
	text-decoration: underline;
	background: url(/images/prod_navMenu_arrow.gif) no-repeat 0 6px;
}
ul.sys_simpleListMenu ul.sys_children a{
	font-size:90%;
	background: url(/images/prod_navMenu_arrow.gif) no-repeat 0 6px;
	color: #336666;
	border: 0;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 0;
}
ul.sys_simpleListMenu ul.sys_children li ul.sys_children {
	margin-left: 0;
}
ul.sys_simpleListMenu ul.sys_children li ul.sys_children li a {
	background: url(/images/bullet_grey_square.gif) no-repeat 10px 8px;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 0;
	font-weight:normal;
	font-size:85%;
	color:#000;
}
ul.sys_simpleListMenu ul.sys_children li ul.sys_children li ul.sys_children{
	margin-left: 8px;
}
.sys_simpleListMenu .sys_children div.sys_selected {
	background: none;
	border: 0;
	font-weight: bold;
}
ul.sys_simpleListMenu ul.sys_children ul.sys_children ul.sys_children a {
	color: black;
}
/* End Simple XML Menu Styles */



/*  CENTRE COLUMN   */
#system_contentarea_large {
	height:400px; 
	min-height:400px;
}
html>body #system_contentarea_large {
	height:auto; 
	min-height:400px;
}

.sys_WideColumn {
	float:left;
	clear:none;
	width:100%;
	margin:0 10px 0 10px;
	border:0px solid #ff0000;
	font-size:70%;
	line-height:1.3em;
}

.sys_CentreColumn {
	float:left;
	clear:none;
	width: 425px;
	margin: 0 10px;
	border:0px solid #ff0000;
	font-size:70%;
	line-height:1.3em;
}

.sys_CentreColumn2 {
	float:left;
	clear:none;
	width: 570px;
	margin: 0 10px;
	border:0px solid #ff0000;
	font-size:70%;
	line-height:1.3em;
}

.sys_CentreColumnDemi UL, .sys_CentreColumn UL{
	list-style:square;
	margin:10px 10px 10px 30px; 
	padding:0;
}
.sys_CentreColumnDemi LI, .sys_CentreColumn LI{
	list-style:square;
	margin:0;
	padding:5px;
}

.sys_CentreColumnDemi {
	float:left;
	clear:none;
	padding:0 0 0 20px;
	width:580px;
	margin:0;
	font-size:70%;
	line-height:1.3em;
}

.sys_PageHeaderImage {
	padding:0;
	margin:0 0 8px 0;
}

.sys_PageHeaderImage IMG {
	margin:0;
	padding:0;
}

/* END OF CENTRE COLUMN  */

/*--------------------------------------------------------------*/

/*  RIGHT COLUMN  */

#rightCol {
	clear: right;
	float: left;
	margin: 0;
	padding: 0;
	width: 158px;
	font-size: 70%;
}

#rightCol img {
	margin:5px 0 5px 0;
}

.sys_rightcol_box {
	/* background: url(/images/rounded_bottom.gif) no-repeat left bottom; */
	width: 158px;
	float: left;
	margin-bottom: 10px;
}

.sys_Right_Column_Footer {
	clear: both;
	background: url(/images/rounded_bottom.gif) no-repeat left bottom;
	height: 7px;
	margin: -6px 0 0 0;
	padding: 0;
}

html>body .sys_Right_Column_Footer {
	margin: 0;
}

.sys_Right_Column_Header {
	padding: 3px 0 0 10px;
	margin: 0px; 
	height: 21px;
	background: url(/images/GetinStartedHeader.gif) no-repeat;
	font-size:90%;
}
.sys_Right_Column_Header h2 {
	color: white !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	background: #355686;
	float: left;
}
.sys_Right_Column_Content {
	float: left;
	/*width: 146px;*/
	font-size: 100%;
	margin: -3px 0 0px 0;
	/* padding: 0 5px 5px 5px; */
	padding: 0 5px 0 5px;
	border-left: 1px solid #355686;
	border-right: 1px solid #355686;
}

/* added to correct display problem in IE7 */
html>body .sys_Right_Column_Content {
	width: 146px;
	/* clear: both;*/
}

/* Homepage Fixes... */
#homeRight .sys_Right_Column_Header {}
#homeRight .sys_Right_Column_Content {margin-top: -3px;}

#homeRight .sys_Right_Column_Content ul {
	margin-top: 0;
}
html>body #homeRight .sys_Right_Column_Content ul{
	margin-top: 0;
	margin-bottom: 0;
}
#homeRight .sys_Right_Column_Content li {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 5px 55%;	
}
#homeRight .sys_Right_Column_Content li.sys_Right_Column_List {
	background-position: 5px 50%;
	padding-top: 0 !important;
}
#homeRight .sys_Right_Column_Content li.sys_call_us {
	padding: 0 0 0 3px;
}
/* End Homepage Fixes... */

.sys_Right_Column_Content a, .sys_Right_Column_Content a:link, .sys_Right_Column_Content a:visited { 
	color:#194a90;
	text-decoration:none;
}
.sys_Right_Column_Content a:hover { 
	color:#194a90;
	text-decoration:underline
}
.sys_Right_Column_Content h4 {
	margin-top: 10px;
}
#sys_subtitle {
	margin-top: -4px;
	padding: 0px;
	color: #8ec13f;
}

.sys_details {
	/*width: 122px;*/
	color: #73b212;
	/* fix for IE \ word-wrap: break-word; */
	overflow: hidden;
}

#sys_details2 {
	color: #ffffff;
	font-weight: normal;
}

/* Restyle for the cms checklist list items at 
/Products/EnterpriseCms/Overview.aspx */
.sys_display_box .sys_Right_Column_Content {
	margin-top: -10px;
}
.sys_display_box .sys_Right_Column_Content UL {
	PADDING: 20px 0px 5px 0px; 
	MARGIN: -15px 0px 0px; 
	LIST-STYLE-TYPE: none;
}
html>body .sys_display_box .sys_Right_Column_Content ul{
	margin-top: -23px;
}
.sys_display_box .sys_Right_Column_Content LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 22px; 
	BACKGROUND: url(/images/bullet_grey_square.gif) no-repeat 10px 8px; 	
	PADDING-BOTTOM: 3px; 
	MARGIN: 0px; 
	TEXT-INDENT: 0px; 
	PADDING-TOP: 3px;
	line-height: 15px;
}
/*.sys_display_box .sys_Right_Column_Content ul {
	list-style: none;
	margin: -15px 0 0 0;
	padding: 10px 0 5px 0;
}

.sys_display_box .sys_Right_Column_Content li {
	background: url(/images/bullet_grey_square.gif) no-repeat 10px 15px;
	text-indent: 0;
	margin: 0;
	padding: 3px 0 3px 23px;
}*/

/* End Restyle */



/*Scrolling Product Features Box */

.test {margin-left: 10px; padding-top: 5px; margin-bottom: -7px;}

.sys_Right_Column_Extra_Content H5 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #0053a1;
	font-size: 100%;
	width: 100%;
	clear: both;
}
#additional_features {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #8ec13f;
	padding-top: 4px;
}

#additional_features  a, #additional_features  a:link, #additional_features  a:visited { 
	color:#8ec13f;
	text-decoration:none;
}

#additional_features  a:hover { 
	color:#8ec13f;
	text-decoration:underline
}

#Right_Column_Feature {
	margin-top: 0px;
	height: 121px;
	background-image: url(/images/right_column_feature.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/*  END OF RIGHT COLUMN   */

/*  FOOTER SECTION  */

.sys_Footer {
	clear:both;
	width:100%;
	padding: 0 0 16px 0;
	background-image: url(/images/footer2.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}

html>body .sys_Footer {
	/*clear:left;*/
	width:100%;
	height: 39px;
	padding: 0;
	margin: 0 0 -8px 0;
	background-image: url(/images/footer2.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}

.sys_Footer  a, .sys_Footer  a:link, .sys_Footer  a:visited { 
	color:#fff;
	text-decoration:none;
}

.sys_Footer  a:hover { 
	color:#fff;
	text-decoration:underline
}

#footer_links {
	float:left;
	width: 400px;
	font-size: 88%;
}

#footer_links UL {
	margin: 4px 0 0 10px;
	padding: 0;
}

#footer_links UL li {
	display: inline;
	padding-right: 4px;
	margin-right: 6px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
}

#footer_links .sys_noborder {
 	border: none;
}

#main_link {
	float:right;
	width: auto;
	margin: 4px 10px 0 0;
	padding: 0;
	font-size: 88%;
}

.sys_accessibility_bar {
	width:100%;
	padding: 0 0 16px 0;
	margin-top: -2px;
	background-image: url("/images/accessibility_bar_XHTML_AAA.gif");
	background-repeat: no-repeat;
	color: #000;
	font-size: 60%;
	font-weight: bold;
}

#copyright_text {
 	margin-top: 0;
	padding: 10px 0 0 4px;
 	font-weight: normal;
}#Right_Column_Feature

html>body #copyright_text {
 	margin-top: 8px;
	padding: 8px 0 0 8px;
	font-weight: normal;
}

/*Styles assigned to 2 column mini-template*/
.sys_MiniTempLeftCol {
	float: left;
	width: 208px;
	margin-right:10px;
}
.sys_MiniTempRightCol {
	float: left;
	width: 207px;
}
#editor .sys_MiniTempLeftCol {
	width:200px;
	margin-right: 10px;
}
#editor .sys_MiniTempRightCol {
	width:200px;
}
.system_spaninline{
	display:inline;
}


/* Right Col Various Box Styles */

/* Getting Started list styles */
.sys_Right_Column_Content UL.sys_getting_started {
	margin: 0 !important;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}
.sys_Right_Column_Content UL.sys_getting_started li {
	display: block;
	line-height: 28px;
	padding: 5px 0 0 20px;
	margin: 0;
	color: #194a90;
	font-weight: bold;
	background: transparent url("/images/GettinStarted-mouse_uline2.gif") no-repeat 0 0.5em;
}
.sys_Right_Column_Content ul.sys_getting_started li.sys_Right_Column_List{background:transparent url("/images/GettinStarted-sign_uline2.gif") no-repeat 1px 1em;
}
#homeRight .sys_Right_Column_Content li { /* Fixes the bullet alignment on the homepage */
	text-indent: 22px;
}
.sys_Right_Column_Content UL.sys_getting_started LI.sys_call_us {
	font-size:110%;
	font-weight: bold;
	border-bottom: 0;
	color: #73b212 ! important;
	background: transparent url("/images/GettinStarted-tel.gif") no-repeat;
	background-position: 0 .25em;
	padding-top: 0;
	padding-bottom: 2px;
}


/* Standard Box Styles */
.sys_rightcol_box .sys_Right_Column_Content ul {
	margin: 0;
	padding: 0;
	/*font-size: 90%;*/
}
.sys_rightcol_box .sys_Right_Column_Content li {
	background: url(/images/bullet_grey_square.gif) no-repeat 5px 5px;
	padding-left: 18px;
	font-weight: bold;
}


.sys_Right_Column_Extra_Content {
	float: left;
	margin: 0 0 4px 0;
	padding: 0;
}
.sys_Right_Column_Extra_Content p {
	clear: both; /* Fixes jumping content in firefox */
}
html>body .sys_Right_Column_Extra_Content {
	margin: 4px 0 4px 0;
}

/*Product Suite Links*/
.sys_productsuiteheader {	
	color:#1551a8;
	font-size: 120%;
	font-weight: bold;
	margin:0 0 0.7em 0;
}

#productSuiteLinks {clear: both;}

#productSuiteLinks UL {display:block; width:158px; list-style-type:none; margin:0; padding:0; clear: both;}

#productSuiteLinks LI {display:block; background:#fff url("/images/FeatBulletTopCurve.gif") no-repeat; width:158px; margin:0; padding:0 0 10px 0;}

html>body #productSuiteLinks li {
	padding-top: 7px;
}
html>body #productSuiteLinks a {
	margin-top: -1px;
}
#productSuiteLinks LI A {display:block; margin-top:7px; padding-left:55px; padding-bottom:15px; padding-right:15px; /*height:40px;*/}
#productSuiteLinks LI A:hover {text-decoration:underline;}

#productSuiteLinks LI.sys_discGreen A {background:#fff url("/images/FeatLink-DiscGreen.gif") left bottom no-repeat;}
#productSuiteLinks LI.sys_discPurple A {background:#fff url("/images/FeatLink-DiscPurple.gif") left bottom no-repeat;}
#productSuiteLinks LI.sys_discRed A {background:#fff url("/images/FeatLink-DiscOrange.gif") left bottom no-repeat; padding-bottom:20px;}

/*General Feature Box with links*/

.sys_generalfeature {font-weight:bold; background:#fff url("/images/featureBoxTopCurve.gif") left top no-repeat; width:158px; clear: both; margin-bottom: 10px;}

html>body .sys_generalfeature {
	padding-top: 8px;
}

.sys_left_column .sys_generalfeature .sys_featureHeader, .sys_rightCol .sys_generalfeature .sys_featureHeader, .sys_rightCol .sys_generalfeature H2 {margin-top:8px; margin-bottom:0; padding:0 5px 0 10px; color:#355686; font-weight:bold; background:#fff url("/images/featureBoxBotCurve.gif") left top no-repeat; border-bottom:none;}

html>body .sys_generalfeature H2, html>body .sys_generalfeature .sys_featureHeader {
	margin-top: -2px !important;
}

.sys_generalfeature UL {margin:0; padding:10px 10px 10px 0; background:#fff url("/images/featureBoxBotCurve.gif") bottom no-repeat; list-style-type:none;}

.sys_generalfeature UL LI {background:#e2e6ed url("/images/greyBullet.gif") 0 .4em no-repeat; margin:5px 5px 5px 15px; padding:0 0 0 15px;}


.sys_tab_company{background:transparent url("/images/TopMenuCurveLeft.gif") no-repeat;}
.sys_tab_company A {background:transparent url("/images/TopMenuCurveRight.gif") right top no-repeat;}

#titleImage {background:#fff url("/images/titleimage-company1.jpg") no-repeat !important;}

/*  user.css */
h1 {
	font-size: 165%;
	font-weight: normal;
	clear: both;
}

h2 {
	color:#1551a8;
	font-size: 120%;
	font-weight: bold;
	margin:0 0 1.2em 0;
	background:#ebeef0;
	padding:5px 12px 5px 5px;
	clear: both;
}
h2 A:link,h2 A:visited,h2 A:active,h2 A:hover {
	text-decoration:underline;
}

h6 {
	color:#009933;
	font-size: 120%;
	font-weight: bold;
	margin:0 0 1.2em 0;
	background:#CAFBD9;
	padding:5px 12px 5px 5px;
	clear: both;
}

.sys_left_column h2 {
	background: none;
	clear: both;
	margin: 0 0 .5em 0;
}

.sys_rightCol h2 {
	background: none;
	clear: both;
	margin: 0 0 .5em 0;
}

.sys_CentreColumn h3 {
	color: #0053A1;
	font-size: 120%;
	font-weight: bold;
	margin:0;
}
#homeRight h3, #rightCol h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

h4, h5 {
	color:black;
	font-size: 100%;
	font-weight: bold;
	margin:0;
}

#rightCol h5 {
	width: 100%;
	clear: both;
}

/* Custom */
.imageLeft {
	float: left; padding-right: 3px
}
.imageRight {
	float: right; padding-left: 3px
}
.introText {color:#4b5d79; font-size:110%; font-weight:normal; line-height:1.3em;}

.az{
	background-color:#f7f7f7;
	border:1px solid #c0c0c0;
	padding:2px;
	float:left;
	display:block;
	margin-right:4px;
}	
.az2{
	background:#BDF0CF;
	border:1px solid #c0c0c0;
	padding:2px;
	float:left;
	display:block;
	margin-right:4px;
}
