/*Solpart menu*/

/*================================================================*/
body {
	margin:0px;
}
.MainMenu_SubMenu TD {
	height:25px;
	padding:0px 7px;
}
.MainMenu_SubMenuItemSelHover TD {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight: normal;
	text-align:center;
	color: #F2F3F4;
	text-transform:uppercase;
	height:46px;
	padding:0px 15px;
	line-height:13px;
}
.MainMenu_TabRootMenuItem TD {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight:normal;
	text-align:center;
	color: #F2F3F4;
	text-align:center;
	text-transform:uppercase;
	line-height:13px;
	height:46px;
	padding:0px 15px;
}
.MainMenu_TabRootMenuItemSel TD {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight:normal;
	color: #fff;
	height:46px;
	padding:0px 15px;
	text-align:center;
	line-height:13px;
	text-transform:uppercase;
	background-image: url(images/mainactive.jpg);
	background-repeat:repeat-x;
	background-color:#345252;
}
.MainMenu_TabMenuItemHover TD {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight:normal;
	text-align:center;
	color: #F2F3F4;
	text-transform:uppercase;
	line-height:13px;
	background-image:url(images/navover.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:46px;
	padding:0px 15px;
	background-color:#668484;
}
.MainMenu_TabMenuItemSelHover TD {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight:normal;
	color: #F2F3F4;
	text-align:center;
	text-transform:uppercase;
	line-height:13px;
	height:46px;
	padding:0px 15px;
	background-image: url(images/mainactive.jpg);
	background-repeat:repeat-x;
	background-color:#345252;
}
.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width:1px;
	padding:0px;
	height:28px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	height:28px;
	color: #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	font-weight:normal;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #5a7288 1px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	padding-left:10px;
	padding-right:10px;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	background-color:#f5f6f8;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #5a7288 1px solid;
	border-top: #ffffff 0px solid;
	width: 1;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	color: #547489;
	background-color: #f5f6f8;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	/*border-top: #5a7288 1px solid;*/
	border-right: #cccccc 1px solid;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MainMenu_MenuBreak {
	width: 4px;
	border: 0;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #f5f6f8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color:#647d7d;
	padding-left:10px;
	padding-right:10px;
	border-bottom: #5a7288 1px solid;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 12px;
	color: Black;
	cursor: pointer;
	cursor: hand;
	border-right: #000000 0px solid;
	border-bottom: #5a7288 1px solid;
	font-weight:normal;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: px;
	cursor: pointer;
	cursor: hand;
	font-weight:normal;
}
/*=====================================================================*/
/* Skin Main Properties                                                */
/*=====================================================================*/

/* Skin BG Color and Content Alignament */
.BGTable { /* Alignament MUST be defined in the HTML skin file for cross-browser compatibility */
	width:100%;
	background-color:#ffffff;
	vertical-align:top;
	text-align:center;
}
/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width:1024px;
	height:1px;
}
/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/
.TopLine {
	background:#8ebaad;
	height:20px;
}
/* Content Areas for Main Page */

.LogoPane {
	padding:0px 50px;
	height:80px;
}
.LoginPane {
	height:20px;
	background-color:#8ebaad;
	text-align:right;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#133d3b;
	padding:0px 20px;
}
.Topbar {
	height:20px;
	background-color:#8ebaad;
	text-align:right;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#133d3b;
	padding:0px 20px;
}
.HeaderPane {
	padding:0px 0px 0px 0px;
}
.LeftSsep {
	background:url(images/navsept.jpg) no-repeat top left;
	padding-left:1px;
}
.NavPane {
	height:46px;
	background-image: url(images/navbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:middle;
	text-align:center;
	padding-bottom:0px;
}
.TopPane {
	padding:0px;
	vertical-align:top;
	background-color:#8db8ae;
	text-align:center;
}
.LeftPane {
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
	vertical-align:top;
}
.LeftPaneIp {
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
	vertical-align:top;
}
.contentpane {
	padding:0px 0px 0px 14px;
	vertical-align:top;
}
.contentpaneIP {
	padding:0px 0px 0px 10px;
	vertical-align:top;
}
.MainContent {
	padding:20px 0px;
	text-align:center;
}
.rightPane {
	padding:0px 0px 0px 4px;
	vertical-align:top;
}
.rightPaneIP {
	padding:0px 15px 0px 0px;
	vertical-align:top;
}
.ContentPaneMain {
	padding:31px 30px 45px 40px;
	background-color:#f2f3f5;
}
.BottomPane {
	padding:0px 0px 0px 0px;
	vertical-align:top;
	text-align:right;
}
.FooterPane {
	background-color:#ffffff;
	padding:0px 25px;
	height:41px;
	vertical-align:middle;/*border-top: 1px solid #FFFFFF;*/
	}
.Toplink {
}
.BreadcrumbPane {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:9px;
	font-weight:bold;
	color:#3f4f01;
	text-align:left;
	vertical-align:middle;
	padding-top:0px;
	padding-left:20px;
	padding-right:12px;
	padding-bottom:0px;
	white-space:nowrap;
	height:20px;
	background-color:#ffffff;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:bold;
	color:#3f4f01;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:bold;
	color: #194b73;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
}
/*=====================================================================*/
/* Copyright text syle */
/*=====================================================================*/
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 10px;
	font-weight:normal;
	color:#818181;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
	padding:5px 0px;
	background-color:#FFFFFF;
}
A.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
	text-align: center;
	vertical-align:middle;
	padding:0px;
	background-color:#FFFFFF;
}
/* Links Pane text syle */

.toplink A.toplink:link, A.toplink:visited, A.toplink:active {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#546c7d;
	text-decoration:none;
	padding:0px 5px 0xp 0px;
	background-image:url(images/topbg.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
}
A.toplink:hover {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	padding:0px 5px 0xp 0px;
	background-image:url(images/topbg.gif);
	background-repeat:no-repeat;
}
.LinkPane {
	font:Arial, Helvetica, sans-serif normal;
	font-size:12px;
	color:#273845;
	text-align: center;
	vertical-align:middle;
	padding:10px 0px;
	background-color:#dcd8bf;
	border-bottom:1px #0c494c solid;
}
.copyrightbg {
	background-color:#5b8486;
}
.CopyrightPane {
	/*background:url(images/copyrightpane.jpg) center bottom #5b8486 no-repeat ;*/
	height:51px;
	background-color:#5b8486;
	text-align:center;
	border-top:#1f5756 9px solid;
}
.CopyrightPanetop {
	background-color:#1f5756;
	height:9px;
}
A.Link:link, A.Link:visited, A.Link:active {
	font-family:Helvetica, sans-serif;
	font-size:9.2pt;
	font-weight:500;
	color:#000000;
	text-decoration:none;
	padding:0px 5px;
	text-transform:uppercase;
}
A.Link:hover {
	font-family:Helvetica, sans-serif;
	font-size:9.2pt;
	font-weight:500;
	color:#2e7273;
	text-decoration:none;
	padding:0px 5px;
	text-transform:uppercase;
}
/*================================================================*/
A.ReadMore:link, A.ReadMore:visited, A.ReadMore:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#296b6a;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:2px 0px;
	letter-spacing:1px;
}
A.ReadMore:hover {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:13px;
	font-weight:700;
	font-style:italic;
	color:#000;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
	padding:5px 0px;
	letter-spacing:1px;
}
/*=====================================================================*/
/* Template Text and Link Styles Based on Colors                       */
/*=====================================================================*/

/* Black (Default color) */
.Normal {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	letter-spacing:0.2pt;
	line-height:16px;
}
A.Normal:link, A.Normal:visited, A.Normal:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}
A.Normal:Hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	text-decoration: underline;
}
.NormalBold {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.NormalBold:Hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	text-decoration: underline;
}
/* Paragraph Style */
p {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:normal;
	line-height:16px;
	letter-spacing:0.2pt;
}
/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
}
A.H1:Link, A.H1:Visited, A.H1:Hover, A.H1:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* H2 */
H2 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.H2:Link, A.H2:Visited, A.H2:Hover, A.H2:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* H3 */
H3 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.H3:Link, A.H3:Visited, A.H3:Hover, A.H3:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* H4 */
H4 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.H4:Link, A.H4:Visited, A.H4:Hover, A.H4:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* H5 */
H5 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.H4:Link, A.H4:Visited, A.H4:Hover, A.H4:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* H6 */
H6 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.H6:Link, A.H6:Visited, A.H6:Hover, A.H6:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* Default link syle */
A:Link, A:Visited, A:Active {
	color: #0f2533;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
A:Hover {
	color: #ceab28;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}
/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* SubHead */
.SubHead {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.SubHead:Link, A.SubHead:Visited, A.SubHead:Hover, A.SubHead:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	text-decoration:underline;
}
/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	text-decoration:none;
}
A.SubSubHead:Link, A.SubSubHead:Visited, A.SubSubHead:Hover, A.SubSubHead:Active {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/* Text style for skin objects */
.SkinObject {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
A.SkinObject:Link, A.SkinObject:Visited, A.SkinObject:Active, A.SkinObject:Hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}
/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox {
	color: #546d81;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:bold;
	vertical-align: middle;
	border: 1px solid #333300;
	height:25px;
	background-color:#ffffff;
	padding-top:4px;
}
/* Admin link styles */
A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active {
	color:#546d81;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	padding:2px 3px 3px 4px;
	height: 20px;
}
A.CommandButton:Hover {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	padding:2px 3px 3px 4px;
	height: 20px;
}
/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:Link, A.StandardButton:Visited, A.StandardButton:Active {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #4580a2;
	border:1px;
	padding:2px;
	height:20px;
	background-image:url(images/loginbt.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px #ac8c11 solid;
}
A.StandardButton:Hover {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #dfba2c;
border:1px padding:2px;
	height: 20px;
}
TH {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* New DataGrid DNN Class used in Admin interface */
.DataGrid_Header {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.DataGrid_AlternatingItem {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.DataGrid_Item {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
/*=====================================================================*/
/* Footer text style */
/*=====================================================================*/
.Footer, A.Footer:Link, A.Footer:Active, A.Footer:Visited {
	font-size:5px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	;
	color:#818181;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-size:10px;
}
A.Footer:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:10px;
	font-weight: normal;
	text-decoration:underline;
}

/*=====================================================================*/
/*Search Pane Classes
/*=====================================================================*/
.Search {
	vertical-align: top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.SearchPane {
	border:none;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	width:177px;
	height:35px;
	margin-top:-2px;
	padding-top:0px;
	padding-left:2px;
	font-weight:bold;
	background-image:url(images/searchpane.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}
.SearchPane input {
	border:none;
	background:none;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	font-weight:Bold;
	color:#000000;
	padding-top:8px;
	width:135px;
	height:35px;
}
/*New added classes*/
.leftside {
	background-image:url(images/leftbg.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.rightside {
	background-image:url(images/rightbg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
.tabletd {
	background-color:#ebeff2;
	padding:5px 10px;
	border-bottom:1px #e1e9ee soild;
}
.tabletd1 {
	background-color:#f8fbfd;
	padding:5px 10px;
	border-top:1px #e1e9ee soild;
}
.heading {
	background-color:#8095a1;
	padding:5px 10px;
	color:#FFFFFF;
	border-top:1px #98a9b3 soild;
	font-weight:bold;
	letter-spacing:0.5pt;
}
.arrowtabletd {
	background-color:#cddbe3;
	padding:5px 10px;
	border-bottom:1px #98a9b3 soild;
}
/* Add New class*/
.mainlinkpanetd {
	border-top:1px solid #c9d6d5;
	padding:7px 5px;
}
.style1 {
	color: #FFFFFF
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.left_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:300;
	color:#666666;
	text-align: justify;
	padding:5px 12px 5px 8px;
	line-height:16px;
	letter-spacing:0.4pt;
}
.Link br {
	display:none;
}
.homebg {
	background:url(images/homepagebg.gif) no-repeat right top;
}
.Mainnav {
	height:46px;
	background:url(images/navsept.jpg) left top no-repeat;
}
.mainlogin {
	
	
}

A.Login:link, A.Login:visited, A.Login:active {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight: normal;
	text-align:center;
	color: #5b8486;
	text-transform:uppercase;
	line-height:13px;
	vertical-align:middle;
	
}
A.Login:hover {
	font-family:Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	font-weight: normal;
	text-align:center;
	color: #5b8486;
	text-transform:uppercase;
	line-height:13px;
	vertical-align:middle;
text-decoration:none;
}

