@charset "utf-8";
/* CSS Document */

body
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#000000;
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.Table
{ 	table-layout:fixed;
	width:1004px;
	background-color:#f9d3a7;

}

.Body_Title
{
	font-family: Arial;
	font-size:24pt;
	color:#f0590f;
	font-weight:normal;
	text-decoration:none;
}
.Body_smallTitle
{
	font-family: Arial;
	font-size:16pt;
	color:#f0590f;
	font-weight:normal;
	text-decoration:none;
}

.Body_gyanText
{
	font-family: Arial;
	font-size:11pt;
	font-weight: normal;
	font-style:italic;
}

.Body_Text
{
	font-family: Arial;
	font-size:12pt;
	color:#000000;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
}
.Body_smallText
{
	font-family: Arial;
	font-size:9pt;
	color:#f0590f;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
}


/*Anchor links*/
.Links_more
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	text-decoration:underlined;
}
.Links_more:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#f0590f;
	font-weight:normal;
	text-decoration:underlined;
}
/*Footer links*/
.Links_footer
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:underlined;
}
.Links_footer:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/*Contact links*/
.Links_contact
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	font-weight:normal;
	text-decoration:underlined;
}
.Links_contact:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
/*Bullet links*/
.Links_bullets
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13pt;
	color:#000000;
	font-weight:bold;
	text-decoration:underlined;
}
.Links_bullets:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13pt;
	color:#f0590f;
	font-weight:bold;
	text-decoration:underlined;
}