BODY 
{     
	scrollbar-face-color:#F3F0EB;
	scrollbar-shadow-color:#F3F0EB;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#5C7EAE;
	scrollbar-darkshadow-color:#5C7EAE;
	scrollbar-track-color:#FFFDF9;
	scrollbar-arrow-color:#173575;
}




/*---------- Starts Text Style ----------*/
.txtHeading
{
	FONT-family: verdana;
	FONT-size: 12px;
	FONT-weight: bold;
	COLOR: #575757;
}

A.txtHeading
{
	FONT-family: verdana;
	FONT-size: 12px;
	FONT-weight: bold;
	COLOR: #5A7CC4;
}

A.txtHeading:hover
{
	FONT-family: verdana;
	FONT-size: 12px;
	FONT-weight: bold;
	COLOR: red;
}



.txtSpot
{
	FONT-family: verdana;
	FONT-size: 12px;
	FONT-weight: bold;
	COLOR: #B95700;
}

.txtDesig
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: bold;
	COLOR: #000000;
}

.txtNormal
{
	FONT-family: verdana;
	FONT-size: 11px;
	FONT-weight: none;
	COLOR: #767676;
}

A.txtNormal
{
	FONT-family: verdana;
	FONT-size: 11px;
	FONT-weight: none;
	COLOR: #5A7CC4;
}

.txtNormal:Hover
{
	FONT-family: verdana;
	FONT-size: 11px;
	FONT-weight: none;
	COLOR: #000000;
}

.txtLinks
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	COLOR: #000000;
}

A.txtLinks
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	text-decoration:underline;
	COLOR: #000000;
}

.txtLinks:Hover
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	text-decoration:underline;
	COLOR: #0150FF;
}

.txtFooter
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	COLOR: #000000;
}

A.txtFooter
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	text-decoration:none;
	COLOR: #5A7CC4;
}

.txtFooter:Hover
{
	FONT-family: verdana;
	FONT-size: 10px;
	FONT-weight: none;
	text-decoration:none;
	COLOR: red;
}
/*---------- Ends Text Style ----------*/




/*---------- Starts Backgrounds Style ----------*/
.bgleft
{
background-image:url(images/bgleft.jpg)
}
/*---------- Ends Backgrounds Style ----------*/

/*---------- Starts Input Boxes Style ----------*/


.inputBoxStyle
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 10px;
	BACKGROUND-color: #FFFFFF;
	BORDER: 1px solid #C9C9C9;
	COLOR: #000000;
}



.buttonStyle
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 10px;
	BACKGROUND-color: #FFFFFF;
	BORDER: 1px solid #C9C9C9;
	COLOR: #000000;
}
/*---------- Ends Input Boxes Style ----------*/




/*---------- Starts Anchors Style ----------*/


A.links
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 11px;
	FONT-weight: normal;
	TEXT-decoration: none;
	COLOR: #5A7CC4;
}

A.links:hover
{
	COLOR: #FF6600;
}

/*---------- Ends Anchors Style ----------*/
