body
{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	background-color: #080808;
	font-family: sans-serif;
}

.header_bg
{
	background-image: url(../images/header_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.top_links
{
	color: white;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5;
}

.top_links a
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.top_links a:hover
{
	color: #FF0000;
}

.footer_bg
{
	background-image: url(../images/footer_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.footer_links
{
	color: #D0D0D0;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5;
}

.footer_links a
{
	color: #D0D0D0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.footer_links a:hover
{
	color: white;
}

.heading
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.text
{
	color: #D0D0D0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.75;
}

.text a
{
	color: #D0D0D0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.text a:hover
{
	text-decoration: underline;
}

.gray_box_bg
{
	background-image: url(../images/box/gray_repeat.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

.gray_box_top
{
	background-image: url(../images/box/gray_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.black_box_bg
{
	background-image: url(../images/box/black_repeat.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

.black_box_top
{
	background-image: url(../images/box/black_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.center_box_bg
{
	background-image: url(../images/center_box_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
/** added bu tayyaba nosheen**/
.center_box_bg_Sub
{
	background-image: url(../images/center_box_bg_Sub.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.text_field {
	background-color:#888888;
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:3px;
	width:200px;
}

