/* CSS Document */

*{
margin:0px; 
margin-bottom:0px; 
margin-left:0px; 
margin-right:0px; 
margin-right:0px; 
margin-top:0px; 
padding:0px;
}

body{
font-family:Arial; 
font-size:12px;
color:#000000;
background-color:#ecf8d4;
}

/* Header Bg */
.HeaderBg
{
background:url(../images/FlashBg.gif) no-repeat;
background-position:center;
}

/* Main Right */
.rgt
{
width:232px;
}

.rgtText{
font-size:14px;
font-weight:bold;
color:#000000;
height:35px;
text-align:left;
}

/* Login */
.LoginBg
{
background:url(../images/Loginbg.gif) no-repeat;
color:#000000;
height:196px;
}
.LoginText
{
font-size:14px;
font-weight:bold;
}

/* Right Main Parts */
.RLeft
{
background:url(../images/RightR.gif) no-repeat;
width:19px;
height:582px;
}
.RRight
{
background:url(../images/RightBg.gif) repeat-x;
}

.Newuser
{
background-image:url(../images/NewUser.jpg);
background-repeat:no-repeat;
background-position:center;
color:#FFFFFF;
text-align:center;
}

.Loginbtn
{
background-image:url(../images/login.jpg);
background-repeat:no-repeat;
background-position:center;
color:#FFFFFF;
text-align:center;
}
/* Main Top */
/* Logo */
.logo
{
background-image:url(../images/TopBg.gif);
background-repeat:repeat-x;
height:182px;
width:100%;
}
.logoImage
{
background:url(../images/logo.gif);
background-repeat:no-repeat;
background-position:right;
}
/* flash */
.Flashbg
{
background-image:url(../images/FlashBg.gif);
background-position:center;
background-repeat:no-repeat;
}
/* Navigation */
.navB
{
background:url(../images/Navb.gif) repeat-x;
height:30px
width:100%;
}
.navBg
{
background:url(../images/NavBg.gif) no-repeat;
height:30px;
width:100%;
background-position:center;
}
.nav{
color:#000000;
font-size:13px;
font-weight:bold;
}
.nav a
{
color:#000000;
font-size:13px;
font-weight:bold;
}
.nav a:hover
{
color:#e8fcb5;
font-size:13px;
font-weight:bold;

}


/* Welcome Parts */
.Welcome-text
{
font-size:20px;
color:#000000;
font-weight:300;
}
.Welcome-Nifty
{
font-size:20px;
color:#5f7a1b;
font-weight:300;
}
.Maintext
{
line-height:20px;
font-size:12px;
}

/* Padding */
.pad{
padding-left:0px;

}

/* Services*/
.ServicesText
{
font-size:20px;
color:#5f7a1b;
font-weight:bold;
}
.ServicesLink
{
font-size:12px;
color:#000000;
text-align:center;
font-weight:bold;
}
.ServicesLink a
{
font-size:12px;
color:#000000;
text-align:center;
font-weight:bold;
}
.ServicesLink a:hover
{
font-size:12px;
color:#6d872d;
text-align:center;
font-weight:bold;
}

/* Footer */
.footer
{
background-color:#92c831;
font-size:14px;
color:#000000;
height:35px;
padding-left:15px;
padding-right:15px;
}
.footer a
{
color:#000000;
}
.footer a:hover
{
color:#ecf8d4;
}

/*Services Page */
.SerText{
font-size:14px;
font-weight:bold;
padding-left:15px;
color:#000000;
}

.SerText a{
font-size:14px;
font-weight:bold;
color:#000000;
}

.SerText a:hover{
font-size:14px;
font-weight:bold;
color:#000000;
}

/* Back Button */

.BackText{
color:#000000;
font-size:12px;
font-weight:bold;
}

.BackText a{
color:#000000;
font-size:12px;
font-weight:bold;
}
.BackText a:hover{
color:#000000;
font-size:12px;
font-weight:bold;
}

/* General text */
.Text
{
font-size:12px;
color:#000000;
}

/* Header Text*/
.HeaderText
{
font-size:14px;
font-weight:bold;
color:#000000;
padding-left:10px;

}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Contact Email*/
.email
{
color:#000000;
font-size:12px;
text-decoration:none;
}
.email a
{
color:#000000;
font-size:12px;
text-decoration:none;
}
.email a:hover
{
color:#000000;
font-size:12px;
text-decoration:underline;
}  

.btn
{
background-color:#D6EAAF;
border:1px;
border-color:#2a4201;
border-style:double;

}
