/*****************************************************************************************************
    JavaScript Form Validator (_method.js)
    Copyright (C) 2003-2011 JavaScript-Coder.com. All rights reserved.
	
    You can freely use this script in your Web pages.
    You may adapt this script for your own needs, provided these opening credit
    lines are kept intact.
	
	The Codes are precisly developed by :
	Ram Vikas Maurya,
	Programmer, UCIC
	Guru Jambheshwar University, Hisar.
	
*****************************************************************************************************/
@charset "utf-8";
/* CSS Document */
#snotd{
	color:#000099;
	text-align: right;
	font-size:10px;
	font-weight:700;
	font-family: Verdana, Geneva, sans-serif;
	padding-right:10px;
}
#anc{
	color:#03C;
	font-size:10px;
	font-weight:700;
}
#anc:hover{
	color:#03C;
	font-size:10px;
	font-weight:700;
}

#ancB{
	color:#03C;
	font-size:12px;
	font-weight:700;
}
#ancB:hover{
	color:#03C;
	font-size:12px;
	font-weight:700;
}

#dsheet{
	color:#03C;
	font-size:11px;
	font-weight:700;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
}
#restd{
	font-size:10px; 
	color:#000099; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}