/* CSS Document */
body
	{
	margin-top:0px;
	margin-left:0px;
	background-image:url(images/body_bg.gif);
	}
.main_bg
	{
	background-image:url(images/white_bg.gif);
	}

.heading
	{
	font-family:verdana;
	font-size: 18px;
	color:#e96f02;
	font-weight:bold;
	}	
.content_bg
	{
	background-image:url(images/content_bg1.gif);
	background-repeat:repeat-x;
	}

.blue_text
	{
	font-family: verdana;
	font-size:11px;
	color:#1b0287;
	line-height:1.5;
	padding-top:5px;
	padding-bottom:5px;
	}	
.link
	{
	font-family: verdana;
	font-size:12px;
	font-weight:bold;
	color:#660000;
	line-height:1.5;
	padding-top:5px;
	padding-bottom:5px;	
	}
	