/* Kalam e khuda CSS Sheet - Anant */	
/* tags redefined */	

	body{
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	a:link{
		text-decoration:none;
		color:#993302;
	}
	
	a:hover{
		text-decoration:underline;
		background:#F5F5F5;
		color:#FDB913;
	}
	
	a:visited{
		text-decoration:none;
		color:#666666;
	}
	
	
	h1{
	font-size:16px;
	text-align:center;
	}	


	
/* holder tags definition */

	#holder{
		width:100%;
	}

	
	#disclaimer{
		background-color:#e5e5e5;
		margin:10px 0 5px 0;
		text-align:center;
	}
	
	#header{
		border-bottom:1px;
		border-bottom-style:solid;
		border-bottom-color:#e5e5e5;
		padding:5px;
	}
	
	#left_nav{
		margin:0px 0 0 0;
		width:210px;
		float:left;
		text-indent:5px;
		padding:5px;
		border-bottom-width:1px;		
		border-bottom-style:solid;
		border-bottom-color:#e5e5e5;
		border-right-width:1px;
		border-right-style:solid;
		border-right-color:#e5e5e5;
	}
	
	
	#navigation{
		margin:5px 0 0 0;
	}
	

	#left_nav p{
	  line-height:5px;
	}
	  
	#left_nav h1{
		font-size:10px;
	}
	
	#content{
		font-size:11px;
		margin:5px 0 0 220px;
		border-left-width:1px;		
		border-left-style:solid;
		border-left-color:#e5e5e5;
		padding:10px;
	}

	#footer_holder{
		background-color:#e5e5e5;
		font-size:9px;
		margin:10px 0 0 0;
		float:left;
		width:100%;
		height:25px;
	}
	
	#footer_left{
		float:left;
		text-align:left;
		padding:2px;
	}
	
	#footer_center{
		float:none;
		text-align:center;
		padding:2px;
	}
	
	#footer_right{
		float:right;
		text-align:right;
		padding:2px;
		height:14px;
	}


/* classes defined */

	.text{
		font-size:11px;
		font-weight:bold;
		color: #000000;
			}
	.links {
		font-size:12px;
		font-weight:bold;
	}
	
	.sublinks {
		font-size:11px;
	}
	
	.bodytext {
		font-size: 12px;
	}
	.hover {
		font-size: 12px;
		text-decoration:underline;
		background:#F5F5F5;
		color: #990000;
	}
	.highlighted {
		font-size: 12px;
		font-weight: bold;
	}

	
	.subheadings {
		font-size: 12px;
		font-weight: bold;
	}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC9900;
}
.v1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.v2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9393FF;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFD5;
}
.v3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366FF;
}
h1{
	font-size:16px;
	text-align:center;
	
	}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.formmsg {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}	
