/***********************************   html tag class         */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #29328f;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}
hr{
	height: 1px;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	background-image: url(../images/horizon_spacer_01.gif);
	background-repeat: repeat-x;
	border: 1px dotted #000000;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #0066CC;
}
a:hover, a:active {
	color: #FF3300;
}
a1:link, a1:visited {

	color: #FFFF99;
}
a1:hover, a1:active {

	color: #FFFFFF;
}
/***********************************   heading tag class         */
h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #832424;
	padding-top: -20px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 15px;
	color: #022285;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #022285;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input:focus {
	background: #FFFFCC;
}
inputClass {
	background: #E7F1FF;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px double #C7DAE4;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0B1E59;
}
/***********************************   table tag class         */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th{
	font-weight: bold;
	background: #e3e3e3;
}
col.column1{
	background: #E7F1FF;
	padding-left: 3px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #C1DBE7;
	font-size: 12px;
	font-weight: bold;
}
.displayTable tbody {
	background-color: #e3e3e3;
}
tfoot td {
	background: #EFF8FC;
}

/***********************************   user defined tag class         */
div.pageContent {
}
div.text {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}
div.login {
	width:90%;
	}
div.nav{
	padding:0px;
	}
div.sectionTitle {
	background-color: #e3e3e3;
	padding: 5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/bullet01.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
div.newsLink {
	background-color: #F1F7FA;
	padding: 5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/bullet01.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
div.dateTxt {
	font-size: 11px;
	background-color: #f6f6f6;
	text-align: right;
	padding: 5px;
	color: #666666;
}
div.placeTxt{
	font-size: 11px;
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 5px;
	color: #666666;
}
div.pageNumbers{
	font-weight: bold;
	background-color: #C1DBE7;
	padding: 5px;
}
div.pagePath{
	color: #3F3A30;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
div.pagePath a:link, div.pagePath a:visited{
	color: #746C5A;
}
div.pagePath a:hover, div.pagePath a:active{
	color: #3C372F;
}
div.error{
	color: #FF0000;
	background: #f6f6f6 url(../images/alert.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.success{
	color: #006600;
	background: #f6f6f6 url(../images/success.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.info{
	color: #003399;
	background: #f6f6f6 url(../images/info.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
.smallTxt{
	font-size: 11px;
}
.redTxt{
	color: #CC0000;
}
.greenTxt{
	color: #006600;
}

.whiteBG {
	background: #FFFFFF;
}
.redBG {
	color: #FFFFFF;
	background-color: #54a5b6;
}
.brownColorBG2 {
	background-color: #EBE6D9;
}
.brownColor2 {
	color: #45390A;
}
.greyColor2 {
	color: #898989;
}

.highlightBG {
	background: #f6f6f6;
}
.formBG {
	background: #E7F1FF;
}

.padding{
	padding: 10px;
}

.whiteDottedLine{
	height: 1px;
	border: 1px dotted #FFFFFF;
}


.blueColor{
	color: #FFFFFF;
	background-color: #103D93;
}


/*****layout starts *****/
#pageHeader {
	margin-right: auto;
	margin-left: auto;
	width: 849px;
	clear: both;
}
#pageHeader #topNav {
	padding: 5px;
	width: 97%;
	clear: both;
	margin-bottom: 22px;
	color: #666666;
	text-align: right;
	font-size: 11px;
}
#topNav a:link, #topNav a:visited {
	color: #666666;
	font-size: 11px;
}
#pageHeader #mainNav {
	clear: both;
}
#mainNav{
	color: #FFFFFF;
	background-color: #29328E;
}
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
#mainNav a:hover, #mainNav a:active {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/navBG01.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
.pageTitle{
	margin-top: -75px;
}

#pageConcept {
	clear: both;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#pageBody {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	width: 849px;
}
#papeContent{
	padding-right: 10px;
	padding-left: 10px;
}
#pageFooter{
	color: #333333;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#pageFooter td {
	font-size: 10px;
}

#pageFooter a:link, #pageFooter a:visited{
	color: #333333;	
}
#pageFooter a:hover, #pageFooter a:active{
	color: #000000;	
}
/*****layout ends *****/
/*****leftnav start *****/
#leftNav ul{
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}
#leftNav a:link, #leftNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/leftnav_tab01.gif);
	width: 221px;
	background-position: left;
	display: list-item;
	text-indent: 40px;
	padding-top: 7px;
	padding-bottom: 6px;
}
#leftNav a:hover, #leftNav a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/leftnav_tab02.gif);
	width: 221px;
	background-position: left;
	display: list-item;
	text-indent: 40px;
	padding-top: 7px;
	padding-bottom: 6px;
}



		#commonNav ul {
			list-style-type: none;
			padding-top: 7px;
			padding-bottom: 7px;
			margin: 0px 0px 0px 30px;
		}
		#commonNav ul a:link, #commonNav ul a:visited {
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			background-image: url(../images/leftnav_tab05.gif);
			width: 191px;
			background-position: left;
			display: list-item;
			text-indent: 40px;
			padding-top: 7px;
			padding-bottom: 6px;
		}
		#commonNav ul a:hover, #commonNav ul a:active {
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			background-image: url(../images/leftnav_tab06.gif);
			width: 191px;
			background-position: left;
			display: list-item;
			text-indent: 40px;
			padding-top: 7px;
			padding-bottom: 6px;
		}

#aboutNav{
	display: none;
}
#appNav{
	display: none;
}
#servicesNav{
	display: none;
}
#productsNav{
	display: none;
}
#supportNav{
	display: none;
}
#clientsNav{
	display: none;
}
#mediaNav{
	display: none;
}
#rightNav{
	padding-top: 100px;
	font-size: 11px;
	color: #666666;
}
#rightNav a:link, #rightNav a:visited{
	font-size: 11px;
	color: #666666;
}
#rightNav a:hover, #rightNav a:active{
	font-size: 11px;
	color: #333333;
}
/*****leftnav ends *****/
.yellowTxt {
	color: #ffff97;


