/*[webpath]http://www.sword-group.com/Style Library/swordstyle.css*/
/*Custom Sword CSS
CSS Document
***************HTML STYLES*************/
BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #B7B7B7;
	color: #545454;
	height: 100%;
}
A:link
{
	color: #225588;
	text-decoration: none;
}
A:visited
{
	color: #225688;
	text-decoration: none;
}
A:hover
{
	color: #FFCC00;
}
H1
{
	color: #225588;
	margin: 10px 0px 5px 5px;
}
H2
{
	color: #225588;
	font-size: 1.2em;
	margin: 5px 0px 10px;
}
/*h3{
color:#F89321;
font-size:1em;
margin:10px 0px 5px 0px;
}*/
P
{
}
/**************CONTAINER - Holds all content***********/
#container
{
	/*AK
width:790px;


min-width:790px;
max-width:850px;
width:850px;
*/
	width: 790px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
/**************MAST - holds brand, navigation and top links***********/
#mast
{
}
/*navigation*/
.logo
{
	margin: 0px 0px 0px 10px;
}
#navigation
{
	background: #225688 url(/PublishingImages/navBackground.png);
	background-repeat: repeat-x;
	width: 100%;
	/*AK
width:790px;*/
	height: 31px;
	display: block;
}
#navigation UL
{
	margin: 0px;
	padding: 0px;
}
#navigation LI
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
A#home, A:visited#home
{
	overflow: hidden;
	background-image: url(/PublishingImages/homeNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#home
{
	background-image: url(/PublishingImages/homeNavOn.gif);
}
A#services, A:visited#services
{
	overflow: hidden;
	background-image: url(/PublishingImages/servicesNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#services
{
	background-image: url(/PublishingImages/servicesNavOn.gif);
}
A#solutions, A:visited#solutions
{
	overflow: hidden;
	background-image: url(/PublishingImages/solutionsNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#solutions
{
	background-image: url(/PublishingImages/solutionsNavOn.gif);
}
A#industries, A:visited#industries
{
	overflow: hidden;
	background-image: url(/PublishingImages/industriesNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#industries
{
	background-image: url(/PublishingImages/industriesNavOn.gif);
}
A#software, A:visited#software
{
	overflow: hidden;
	background-image: url(/PublishingImages/softwareNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#software
{
	background-image: url(/PublishingImages/softwareNavOn.gif);
}
A#investors, A:visited#investors
{
	overflow: hidden;
	background-image: url(/PublishingImages/investorsNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#investors
{
	background-image: url(/PublishingImages/investorsNavOn.gif);
}
A#careers, A:visited#careers
{
	overflow: hidden;
	background-image: url(/PublishingImages/careersNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#careers
{
	background-image: url(/PublishingImages/careersNavOn.gif);
}
A#aboutUs, A:visited#aboutUs
{
	overflow: hidden;
	background-image: url(/PublishingImages/aboutUsNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 50px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#aboutUs
{
	background-image: url(/PublishingImages/aboutUsNavOn.gif);
}
A#caseStudies, A:visited#caseStudies
{
	overflow: hidden;
	background-image: url(/PublishingImages/caseStudiesNav.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	height: 0px;
	height /**/: 31px;
	width: 68px;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
A:hover#caseStudies
{
	background-image: url(/PublishingImages/caseStudiesNavOn.gif);
}
/*drop down

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
z-index:56;
}

#nav a {

}
#nav a:visited {
color:white;
}

#nav li ul {
position: absolute;
background-color:#00599C;
width: 150px;
left: -999em;
color:white;
margin:30px 0 0 1px;
padding:0 0 5px 0;
}

*html #nav li ul{
margin:30px 0 0 -65px;
border:0;
}
* + html #nav li ul{
margin:30px 0 0 -60px;
border:0;
}


#nav li ul li{
padding:0 5px 0 5px;
margin:5px;
}

#nav li ul a{
display:block;
padding:0 5px 5px 0;
width:123px;
margin:0;
}

#nav li ul a:hover{
color:#fdbc25;
}

#nav li:hover ul {
left: auto;
}


#nav li {
float: left;

}


#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}
top sub links*/
#subLinks UL
{
	margin: 25px 0px 0px;
	float: right;
}
#subLinks LI
{
	display: inline;
	list-style-type: none;
	padding: 5px 15px 5px 10px;
}
#subLinks A:link, #subLinks A:visited
{
	text-decoration: none;
	color: #225588;
}
#subLinks A:hover
{
	color: #F89321;
}
/*creates the lines in the sub links*/
.divider
{
	background-image: url(/PublishingImages/dividerLine.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#searchBox
{
	margin: 0px 10px 0px 20px;
	float: right;
	height: 31px;
	position: relative;
	color: #FFFFFF;
}
.searchBoxStyle
{
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 0px;
	margin: -20px 0px 10px;
	color: #000000;
}
/**html .searchBoxStyle*/
#INVALID-RULE
{
	width: 40px;
}
.searchText
{
	padding: 0px;
	height: 31px;
	width: 33px;
	padding: 10px 10px 10px 0px;
	float: left;
}
/************HEADER - holds top image***********/
#headerHome
{
	height: 320px;
	/*AK*/
	min-width: 790px;
	width: 100%;
	background-image: url(/PublishingImages/homeMast.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#headerInternal
{
	height: 175px;
	width: 790px;
	position: absolute;
	background-image: url(/PublishingImages/aboutUs.jpg);
	background-repeat: no-repeat;
}
.KeyVisualImage
{
	height: 175px;
	width: 790px;
	position: relative;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#KeyVisualText
{
	width: 350px;
	height: 80px;
	display: block;
	padding: 10px;
	position: absolute;
	top: 80px;
	left: 360px;
	z-index: 65;
}
#headerOpacity
{
	width: 380px;
	height: 100px;
	display: block;
	background-color: #FFFFFF;
	padding: 0px;
	position: absolute;
	top: 50px;
	right: 50px;
	filter: alpha(opacity=80);
	-moz-opacity: .25;
	opacity: .75;
}
#headerText
{
	width: 350px;
	height: 80px;
	display: block;
	padding: 10px;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 65;
}
#headerText H1
{
	color: #225588;
	margin: 0px;
	font-size: 1.6em;
}
.bluePara
{
	color: #225588;
	font-size: 1.1em;
}
/************BREADCRUMB***********/
#breadcrumb
{
	height: 15px;
	padding: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#breadcrumb UL
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#breadcrumb LI
{
	display: inline;
}
#breadcrumb A:link, #breadcrumb A:visited
{
	font-weight: bold;
}
.breadcrumbCurrent
{
	color: #333333;
}
/************CONTENT***********/
#content
{
	/*AK
width:790px;
*/
	width: 100%;
	padding: 0px 0px 5px;
}
#contentInternal
{
	/*AK
width:790px;
*/
	width: 100%;
	padding: 0px 0px 5px;
	background-color: #D1D2D4;
}
/*holds two columns next to the sub menu*/
#mainArea
{
	background-color: #FFFFFF;
	float: right;
	/*
width:592px;
*/
	min-width: 592px;
	width: 592px;
	min-height: 500px;
}
/*holds main content in 3 column layout. held within mainArea*/
#mainLeft
{
	background-color: #FFFFFF;
	width: 360px;
	padding: 10px;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0px;
}
* HTML #mainLeft
{
	width: 380px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
/*following are styles in the mainLeft*/
#mainLeft H1
{
	font-size: 1.6em;
	color: #225588;
	margin: 10px 0px;
}
#mainLeft H2
{
	color: #225588;
	margin: 10px 0px;
	font-size: 1.2em;
}
#mainLeft H3
{
	color: #F89321;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	font-size: 1em;
}
/*used to add a border above the header 3 when sectioning is required*/
.headerBorder
{
	border-top: 1px dotted #225588;
	padding: 10px 0px 0px;
}
#mainLeft P
{
	color: #333333;
	margin: 0px 0px 10px;
}
/*holds small features in 3 column layout. held within mainArea*/
#mainRight
{
	width: 194px;
	padding: 0px 5px 10px 10px;
	display: block;
	float: right;
	margin: 0px;
}
* HTML #mainRight
{
	width: 214px;
	padding: 0px;
	margin: 0px -10px;
}
/*home page styles
product centre*/
#productIndustry
{
	background-image: url(/PublishingImages/productByIndustry.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 0px 30px;
	width: 200px;
	height: 32px;
}
#specificProduct
{
	background-image: url(/PublishingImages/specificProductInformation.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 30px;
	width: 200px;
	height: 32px;
}
#productSupport
{
	background-image: url(/PublishingImages/productSupport.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 30px;
	width: 200px;
	height: 32px;
}
/************SIDE MENU***********/
.sideMenu
{
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	color: #0065A5;
}
.sideMenu TD
{
	border-bottom: 1px;
	border-bottom-color: #9C9A9C;
}
.sideMenu A
{
	color: #0065A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D1D2D4;
	width: 173px;
	display: block;
	padding: 5px 5px 2px 20px;
}
.sideMenu A:hover
{
	color: #0065A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F89321;
}
/*a:hover#sideMenu li {
background-color:#999900;
}
add arrow to links if style applied {*/
.arrow
{
	padding: 5px 15px 5px 0px;
	color: #225588;
	background-image: url(/PublishingImages/readMoreArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.arrow A:visited
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.arrow A:link
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.arrow A:hover
{
	color: #FFCC00;
	text-decoration: none;
}
.topPad
{
	margin: -2px 0px 0px;
	height: 10px;
	width: 140px;
	display: block;
}
.yellowHeader
{
	color: #FFCC00;
	font-size: 1.6em;
	margin: 0px;
}
.blueHeader
{
	color: #225688;
	font-size: 1.6em;
	margin: 5px 0px;
}
.dropDownBox
{
	border: 1px solid #CCCCCC;
	margin: 10px 0px 0px 5px;
	font-size: 1em;
	width: 150px;
}
.paraLarger
{
	font-size: 1.1em;
	padding: 0px 5px;
}
/************FOOTER - Bottom of the page with mandatory links***********/
#footer
{
	height: 20px;
	/*
width:780px;
*/
	width: 100%;
	padding: 5px;
	background: #225688 url(/PublishingImages/navBackground.png);
	font-size: 1em;
	font-weight: normal;
	clear: both;
}
#footer UL
{
	padding: 5px 0px 0px;
	margin: 0px;
	height: 10px;
}
#footer LI
{
	display: inline;
	list-style-type: none;
	padding: 0px 10px;
}
#footer A:link, #footer A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFCC00;
}
/*************TABLE STYELS************/
TABLE
{
	font-size: 0.95em;
}
TD
{
	padding: 0px;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyth
{
	border-bottom: 1px solid #0065A4;
	color: #0065A4;
	padding: 2px;
}
.sideth
{
	color: #0065A4;
	text-align: left;
	padding: 2px 2px 2px 5px;
}
.tableBackTint
{
	background-color: #DEDEDE;
	border-top: 1px solid #0065A4;
	border-bottom: 1px solid #0065A4;
	font-weight: bold;
}
.tableBorderRight
{
	border-right: 1px solid #0065A4;
}
#sideTable TD
{
	padding: 0px;
}
/**********CAREERS*********/
#careersSearch
{
	margin: 10px 0px;
	width: 350px;
	min-height: 150px;
	border: 1px solid #CCCCCC;
}
#careersSearch LABEL
{
	display: block;
	height: 25px;
	position: relative;
	padding: 5px 10px 2px;
	font-weight: bold;
	color: #225588;
}
#careersSearch SELECT
{
	width: 150px;
	height: 15px;
	border: 1px solid #CCCCCC;
	position: absolute;
	right: 100px;
	color: #000000;
}
#careersSearch H1
{
	height: 12px;
	background-image: url(/PublishingImages/featureBoxTop.jpg);
	background-repeat: no-repeat;
	background-color: #F89321;
	width: 340px;
	display: block;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.2em;
	color: #225588;
}
.careersSubmit
{
	background-color: #225588;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 5px;
	float: right;
}
.career
{
	padding: 5px 0px;
	margin: 5px 0px;
}
.career H2
{
	color: #225588;
	margin: 10px 0px;
	font-size: 1.2em;
}
/*.career h3, #mainArea h3{
color:#F89321;
margin:10px 0px 0px 0px;
font-size:1em;
}*/
.career P
{
	color: #333333;
	margin: 0px 0px 10px;
}
/*******RELATED LINKS**********/
#relatedLinks H2
{
	padding: 2px;
	font-size: 1em;
	background-color: #F89321;
}
#relatedLinks A:link, #relatedLinks A:visited
{
	font-weight: normal;
}
#relatedLinks UL
{
	margin: 0px 0px 0px -10px;
	padding: 0px;
}
#relatedLinks LI
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px;
	width: 100px;
}
/*******IMAGES********/
.floatLeft
{
	float: left;
	margin: 0px 5px 5px;
	border: 1px solid #CCCCCC;
}
.floatRight
{
	float: right;
	margin: 0px 5px 5px;
	border: 1px solid #CCCCCC;
}
.headerBox
{
	width: 287px;
	min-height: 140px;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 5px;
	margin: 5px 0px 0px 5px;
}
* HTML .headerBox, * HTML .headerBoxMap
{
	width: 287px;
	margin: 5px 0px 0px 3px;
	height: 140px;
}
.threeColFeature
{
	width: 350px;
	height: 100px;
	margin: 10px 0px;
	border: 1px solid #CCCCCC;
}
/*******BUG FIXES*******
Fixes the auto height for in Firefox on the container div when it containes floating elements. Apply style to the containing div*/
.addClear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* HTML .addClear
{
	height: 1%;
}
.addClear
{
	display: inline-block;
}
/*Hide from IE Mac \*/
.addClear
{
	display: block;
}
/*End hide from IE Mac*/
.ms-topnav
{
	border: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topnav IMG
{
	display: none;
}
.ms-topnav A
{
	color: #FFFFFF;
}
.ms-topnav A:visited
{
	color: #FFFFFF;
}
TD.ms-sbcell
{
	border: 0;
	border-style: none;
}
TD.ms-sbcell SPAN
{
	color: #FFFFFF;
	font-size: x-small;
}
.ms-WPHeader
{
	background-color: #FFA916;
	color: #225588;
	background-image: url(/Publishingimages/featureBoxTop.jpg);
	background-repeat: repeat-x;
}
#productIndustry
{
	/*width:250px;*/
	font-size: x-small;
}
#specificProduct
{
	/*width:250px;*/
	font-size: x-small;
}
#productSupport
{
	/*width:250px;*/
	font-size: x-small;
}
.authoringRegion
{
	/*align: right*/
	width: 100%;
	padding: 0px;
}
.ms-WPBody .featureBox
{
	border: 0px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #BDBEC0;
	color: #333333;
	height: 100%;
}
.ms-WPBody
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}
.ms-WPBody .featureBoxSmall
{
	border: 0px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #BDBEC0;
	color: #333333;
	height: 100%;
}
#QuickActionMenu TD
{
	padding: 0px;
}
.featureBoxMap
{
	border: 0px;
	border-bottom-style: none;
}
#mainLeft
{
	min-width: 370px;
	width: 370px;
}
#mainRight
{
	min-width: 200px;
	width: 200px;
}
FONT
{
	font-family: Arial;
}
#mainArea
{
	width: 592px;
}
/*
#zz2_CurrentNav table td
{
border-bottom-style:solid;
border-bottom:1px;
border-bottom-color:#000000;
font-size:10px;
}

Rule 693 of /_styles/core.css*/
.ms-WPTitle
{
	padding-right: 7px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	color: #4C4C4C;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topNavHover
{
	background-color: transparent;
}
.ms-topNavHover A:hover
{
	color: #FFCC00;
}
.ms-topnav
{
	background-color: transparent;
	background-image: none;
}
.ms-topnav TD
{
	padding: 5px 2px 2px;
}
.ms-topnavselected
{
	background-image: none;
}
#sideMenu A:hover
{
	background-color: transparent;
}
#sideMenu TD A:hover
{
	background-color: #F89321;
}
.ms-topNavFlyOuts
{
	background-color: #00599C;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #028DCC;
}
.ms-topNavFlyOuts A
{
	color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topNavFlyOuts A:link
{
	color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topNavFlyOuts A:visited
{
	color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topNavFlyOuts A:hover
{
	color: #FFCC00;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-topNavFlyOutsContainer
{
	border: ;
}
.ms-topNavFlyOutsContainer A A:hover
{
	border: ;
}
.ms-topNavFlyOutsHover A
{
	background-color: transparent;
}
.ms-topNavFlyOutsHover TD
{
	background-color: #00599C;
}
.ms-topNavFlyOutsSelected
{
	background-color: #00599C;
}
.ms-topNavFlyOutsSelected A
{
	color: white;
}
#mainArea
{
	width: 635px;
}
.ms-WPBody .featureBox
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom: 0px;
	border-right-width: 0px;
	width: 100%;
}
#contentInternal
{
	background-color: #FFFFFF;
}
.ms-WPBody DIV #footer
{
	visibility: hidden;
}
/*LEFT NAV*/
.leftNav
{
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.leftNav1, .leftNav2
{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 2em;
}
.leftNav1
{
	padding-left: 10px;
}
.leftNav2
{
	padding-left: 20px;
}
.leftNav1 A:hover, .leftNav2 A:hover
{
	color: #225588;
}
.leftNavHover
{
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
.leftNavSelected
{
	background-color: #DDDDDD;
}
.search .ms-sbcell
{
	border: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: white;
	padding: 0px;
}
.search .ms-sbgo
{
	background: none;
}
/*Rule 1100 of /_styles/core.css*/
TD.ms-sbcell
{
	border-right: 1px solid #7F9DB9;
	padding-right: 0px;
	border-top: 1px solid #7F9DB9;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: 1px solid #7F9DB9;
	padding-top: 0px;
	border-bottom: 1px solid #7F9DB9;
	white-space: nowrap;
}
/*Rule 1109 of /_styles/core.css*/
TD.ms-sbgo
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #30618F;
}
/*Rule 162 of /Style Library/swordstyle.css*/
TD.ms-sbcell
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.SubPageTitle
{
	color: #225588;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.SubPageIntro
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	/*padding-right:100px;*/
}
.tiles
{
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: 129px;
	background-repeat: no-repeat;
}
SPAN.SubPageIntro
{
}
.headline
{
	font-size: 18pt;
	color: #225588;
	font-weight: bold;
	padding: 9px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}
.teaser
{
	font-size: 10pt;
	color: #333333;
	padding: 10px;
	padding-bottom: 5px;
}
.teaser P
{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
.longtext, .LongText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.longtext P, .teaser P
{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
.longtext UL, .teaser UL
{
	list-style-position: outside;
	list-style-type: square;
	list-style: url(color: #0064aa);
	padding: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	margin-left: 20px;
}
.longtext UL LI, .teaser UL LI
{
	padding-bottom: 3px;
}
/*SWORD Publish Page Right WP Zone*/
.RightZone
{
	padding: 5px;
}
.description
{
	font-family: Arial, Helvetica, sans-serif;
}
.SWORDEditorStylesCustom-Headline1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
}
.SWORDEditorStylesCustom-Headline2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 10px;
}
.SWORDEditorStylesCustom-Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 3px;
}
DIV .groupheader, .item, .medium
{
	margin-left: 0px;
	color: blue;
}
.langPickerLabel
{
	color: #225588;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
.langPicker
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #103192;
}
