/* Default CSS Stylesheet for a new Web Application project */
BODY
{
  
    SCROLLBAR-FACE-COLOR: #ffffff;
    MARGIN: 0px;
    SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #f37421;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #ffffff;
   SCROLLBAR-TRACK-COLOR: #ffffff;
   background-color: #cccccc;
   
}
.PageText {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	line-height:19px;
	text-decoration: none;
}
.normal {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	line-height:19px;
	text-decoration: none;
}

.Bold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #00415c;
	line-height:12px;
	text-decoration: none;
}

.boldwhite {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height:14px;
	text-decoration: none;
}

.hnews {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height:19px;
	text-decoration: none;
}
.hnews:hover{
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 10px;
	font-weight: bold;
	color: #008FCE;
	line-height:19px;
	text-decoration: none;
}

.hometext {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height:14px;
	text-decoration: none;
}

.login {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	line-height:15px;
	text-decoration: none;
}


.red {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: red;
	line-height:14px;
	text-decoration: none;
}

.error {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
	line-height:14px;
	text-decoration: none;
}
.berror {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: red;
	line-height:14px;
	text-decoration: none;
}


.Title {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #00395a;
	line-height:14px;
	text-decoration: none;
}


.small {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
	line-height:14px;
	text-decoration: none;
}

.smallbold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	line-height:14px;
	text-decoration: none;
}


.pagesMenu {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height:12px;
	text-decoration: none;
}
.pagesMenu:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #008FCE;
	line-height:12px;
	text-decoration: underline;
}

.FooterText {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #00395a;
	line-height:12px;
}

.FooterMenu {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	line-height:12px;
	text-decoration: none;
}
.FooterMenu:hover 
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #3B90EA;
	line-height:12px;
	text-decoration: none;
}

.paging{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height:12px;
}

.paging:hover{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #F04135;
	line-height:12px;
}

.link{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #00395a;
	line-height:12px;
}

.link:hover{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:12px;
}

.input 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 
	line-height: 11px; border-top-color:#666666; font-weight: normal; color: #333333; 
	}
	
.input1 
{
	font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 11px; 
	line-height: 11px; font-weight: normal; color: #333333; 
	}
	
.news {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 11px;
	font-weight: normal;
	color: #5A5A5A;
	line-height:14px;
	text-decoration: underline;
}
.news:hover {
	font-family: verdana; margin-left:1px; margin-right:1px;
	font-size: 11px;
	font-weight: normal;
	color: #008FCE;
	line-height:14px;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #cccccc;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
background-color: #059ADC;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00395A;
}

.SubMenu {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.SubMenu:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.Menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height:11px;
	text-decoration: none;
}
.Menu:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #00395A;
	line-height:12px;
	text-decoration: underline;
}

.SubsidariesMenu {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00395A;
	line-height:12px;
	text-decoration: underline;
}
.SubsidariesMenu:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height:12px;
	text-decoration: underline;
}

.HeaderMenu {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #00415c;
	line-height:12px;
	text-decoration: none;
}
.HeaderMenu:HOVER {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #f37421;
	line-height:12px;
	text-decoration: none;
}

.HeaderMenuar {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00415c;
	line-height:12px;
	text-decoration: none;
}
.HeaderMenuar:HOVER {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f37421;
	line-height:12px;
	text-decoration: none;
}
.Menu_On {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #00395A;
	line-height:12px;
	text-decoration: none;
}
.Menu_On:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height:12px;
	text-decoration: underline;
}
.PlexusText {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 9px;
	font-weight: normal;
	color: #00395a;
	line-height:19px;
	text-decoration: none;
}
.PlexusLink {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 9px;
	font-weight: normal;
	color: #00395a;
	line-height:19px;
	text-decoration: underline;
}
.PlexusLink:hover {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 9px;
	font-weight: normal;
	color: #00395a;
	line-height:19px;
	text-decoration: none;
}
.Login {
	font-family: tahoma; margin-left:1px; margin-right:1px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height:19px;
	text-decoration: none;
}
DIV.scroll2 {
	BORDER-RIGHT: #3b4663 0px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #3b4663 0px solid; 
	PADDING-LEFT: 0px; 
	SCROLLBAR-FACE-COLOR: #f37420; 
	PADDING-BOTTOM: 0px; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	OVERFLOW: auto; 
	BORDER-LEFT: #3b4663 0px solid; 
	WIDTH: 100px; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #f37420; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	PADDING-TOP: 0px; 
	SCROLLBAR-TRACK-COLOR: #f37420; 
	BORDER-BOTTOM: #ffffff 0px solid; 
	SCROLLBAR-DARKSHADOW-COLOR: #f37420; 
	HEIGHT: 280px; 
	BACKGROUND-COLOR: #f37420;
}