/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	 font-size : 11px;
	color :	#A3A1A1;
	
}

A:link     {color: #A3A1A1;	 text-decoration:NONE; }
A:visited  {color: #A3A1A1;	 text-decoration:NONE; }
A:active   {color: #A3A1A1;	 text-decoration:NONE; }
A:hover    {color: #44403F;	 text-decoration: none; background-color: #E0ECF1;}

A.link1:link     {color: #AFAFAF;	 text-decoration:NONE; }
A.link1:visited  {color: #AFAFAF;	 text-decoration:NONE; }
A.link1:active   {color: #AFAFAF;	 text-decoration:NONE; }
A.link1:hover    {color: #8C8B8B;	 text-decoration: none; background-color: #ffffff;}

A.link2:link     {color: #A3A1A1;	 text-decoration:NONE; }
A.link2:visited  {color: #A3A1A1;	 text-decoration:NONE; }
A.link2:active   {color: #A3A1A1;	 text-decoration:NONE; }
A.link2:hover    {color: #44403F;	 text-decoration: underline; background-color: #ffffff;}

A.link3:link     {color: #AFAFAF;	 text-decoration:NONE; }
A.link3:visited  {color: #AFAFAF;	 text-decoration:NONE; }
A.link3:active   {color: #AFAFAF;	 text-decoration:NONE; }
A.link3:hover    {color: #6F6E6E;	 text-decoration: none; background-color: #ffffff;}

A.link4:link     {color: #AFAFAF;	 text-decoration:NONE; }
A.link4:visited  {color: #AFAFAF;	 text-decoration:NONE; }
A.link4:active   {color: #AFAFAF;	 text-decoration:NONE; }
A.link4:hover    {color: #006699;	 text-decoration: none; background-color: #ffffff;}



.menu_selected {color: #44403F; background-color: #E0ECF1;}

.heading1 {color :	#932028; font-size : 14px; font-weight: bold;}
.text_small1 { font-size : 10px;}


