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;
	BACKGROUND-color: #F3F0EB;
}




/*---------- Starts Text Style ----------*/

.txtNormal
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 11px;
	FONT-weight: normal;
	COLOR: #000000;
}


.txtSmall
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 10px;
	FONT-weight: normal;
	COLOR: #000000;
}

.txtlarge
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 11px;
	FONT-weight: normal;
	COLOR: #000000;
}

.txtHeading
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 13px;
	COLOR: #000000;
}

.txtHeadingBlue
{
	FONT-family: verdana;
	FONT-weight: bold;
	FONT-size: 17px;
	COLOR: #5B7DAD;
}

.txtHeadingRight
{
	FONT-family: ARIAL;
	FONT-weight: bold;
	FONT-size: 17px;
	COLOR: #951D1E;
}

.txtSubHeadingRight
{
	FONT-family: ARIAL;
	FONT-weight: bold;
	FONT-size: 14px;
	COLOR: #9C4146;
}

.txtMaron
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 15px;
	
	COLOR: #44689B;
}

.txtHeadingsmall
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 10px;
	COLOR: #000000;
}

.txtBlackHeading
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 15px;
	COLOR: #000000;
}

.txtGold
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 12px;
	
	COLOR: #455078;
}

.txtAward
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 13px;
	COLOR: #A60F10;
}


.txtGoldenBold
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: bold;
	FONT-size: 11px;
	TEXT-decoration: underline;
	COLOR: #455078;
}



.txtWishing
{
	FONT-family: arial;
	FONT-size: 11px;
	FONT-weight: regular;
	COLOR: #41413F;
}

.txtGolden
{
	FONT-family: verdana, arial, sans serif;
	FONT-weight: regular;
	FONT-size: 11px;
	TEXT-decoration: underline;
	COLOR: #7F7349;
}


.txtRed
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 11px;
	FONT-weight: normal;
	COLOR: red;
}




/*---------- Ends Text Style ----------*/




/*---------- Starts Backgrounds Style ----------*/


.bgHeader
{
	BACKGROUND-COLOR: #7386B5;
}



.bgLight
{
	BACKGROUND-COLOR: #F7F7F7;
}


.bgDark
{
	BACKGROUND-COLOR: #E5E5E5;
}

.bgBlue
{
	BACKGROUND-COLOR: #737723;
}

.bgWhite
{
	BACKGROUND-COLOR: #FFFFFF;
}

.bggray
{
	BACKGROUND-COLOR: #EFEFEF;
}

.bgdarkgray
{
	BACKGROUND-COLOR: #DEDFDE;
}


.bgRight
{
	BACKGROUND-COLOR: #CFCFCF;
}
/*---------- 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;
}


.buttonStyleFixed
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 10px;
	BACKGROUND-color: #FFFFFF;
	BORDER: 1px solid #C9C9C9;
	WIDTH: 70px;
	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:hover.links
{
	COLOR: #FF6600;
}

A.sidelinks
{
	FONT-family: verdana, arial, sans serif;
	FONT-size: 10px;
	FONT-weight: normal;
	TEXT-decoration: underline;
	COLOR: #0065BA;
}

A:sidelinks:hover
{
	COLOR: red;
}



/*---------- Ends Anchors Style ----------*/
