/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	 font-size : 12px;
	color :	#000000;
	background-color: #dddddd;
	
}

A:link     {color: #000000;	 text-decoration:NONE; }
A:visited  {color: #000000;	 text-decoration:NONE; }
A:active   {color: #000000;	 text-decoration:NONE; }
A:hover    {color: #44403F;	 text-decoration: underline;}

.bg_1 {background-position:top; background-repeat:repeat-x}
.bg_2{background-position:right; background-repeat: no-repeat;}
.bg_3{background-position:top right; background-repeat: no-repeat;}
.bg_4{background-position: right; background-repeat: repeat-y;}

.heading_1 {	 font-size : 20px;	}
.heading_2 {	 font-size : 14px;	color: #B40101;	}
.text1 {	 color: #cccccc;		}
.text2 {	 color: #ffffff;	 font-size : 13px;}
.text3 {	 color: #999999;	 font-size : 13px;}
.text4   {color: #B40101;	 }
.text5 {	color: #999999;	 font-size : 11px;}
.text6 {	font-size : 11px;}

A.link2:link     {color: #cccccc;	 text-decoration:NONE; }

A.link1:link     {color: #666666;	 text-decoration:NONE; }
A.link1:visited  {color: #666666;	 text-decoration:NONE; }
A.link1:active   {color: #666666;	 text-decoration:NONE; }
A.link1:hover    {color: #B40101;	 text-decoration: underline; }

A.link2:link     {color: #cccccc;	 text-decoration:NONE; }
A.link2:visited  {color: #cccccc;	 text-decoration:NONE; }
A.link2:active   {color: #cccccc;	 text-decoration:NONE; }
A.link2:hover    {color: #B40101;	 text-decoration: underline; }

A.link3:link     {color: #999999;	 text-decoration:NONE; }
A.link3:visited  {color: #999999;	 text-decoration:NONE; }
A.link3:active   {color: #999999;	 text-decoration:NONE; }
A.link3:hover    {color: #B40101;	 text-decoration: underline; }

A.link4:link     {color: #ffffff;	 text-decoration:NONE; }
A.link4:visited  {color: #ffffff;	 text-decoration:NONE; }
A.link4:active   {color: #ffffff;	 text-decoration:NONE; }
A.link4:hover    {color: #B40101;	 text-decoration: underline; }

.dropdown {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200px;
	z-index:1;
	visibility:hidden;
}