body {
    font-family: Arial, Tahoma, Verdana;
    font-size:12px;    
    background: #ffffff;
}

td
{
    font-family: Arial, Tahoma, Verdana;
    font-size:12px;
}

.err
{
    color:#ff3300;
    font-weight:bold;
}

.msg
{
    color:#0072bc;
    font-weight:bold;
}

/*  navbar is where NSCP banner is situated    */

tr.navbar{
	background-image:url(../images/top_back.jpg);	
/*	background: #ffffff;	*/
	color: #ffffff;
	font-family:Georgia, Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	height: 30px;
}

tr.navbar a{
    font-family: Arial;
    font-size:12;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}
tr.navbar a:hover {
    color:;
	font-weight:normal;
}

/* gradnavbar is Home, about us etc..*/

tr.gradnavbar{
	background-image:url(../images/gradnavbar.jpg);	
	
}

tr.gradnavbar a{
	color: #ffffff;
	}

/** table for changing user profile **/

table.profile{
	font-size: 11px;
	font-weight: bold;
	color: #1E21AA;
	}
	
select.profile{
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #1E21AA;
	}	

table.password{
		font-size: 11px;
	font-weight: bold;
	color: #1E21AA;
	}	

a {
    font-family:Georgia, Tahoma, Arial;
    font-weight:bold;
    font-size: 12px;
    color:#A50F26;
    text-decoration:none;
    
}
a:hover {
    color:#000000;
    text-decoration:none;
}

input, select {
/*font-family: Verdana;*/
font-family: Georgia;
font-size: 11px;
font-weight: bold;
color: #1E21AA;
background-color: #ffffff;
border: 2px #A5A5A5 solid;
border-style: inset;
padding: 2px;

}

table.profile input{
	font-family: Arial, Tahoma;
	color: #000000;
	font-weight: none;
}

table.profile select{
	font-family: Arial, Tahoma;
	color: #000000;
	font-weight: none;
}

input[type="submit"], input[type="reset"]{
cursor:pointer;
font-family: "Arial";
font-weight: bold;
font-size: 13px;
background-color: #D4D0C8;
border: 1px;
border-style: outset;
}

input[type="button"], table.profile input[type="button"]{
cursor:pointer;
font-family: "Arial";
font-weight: bold;
font-size: 13px;
background-color: #D4D0C8;
border: 2px;
color: #1E21AA;
border-style: outset;
}




h1{
	color: #0E85D2;
}

h2{
	color: #0E85D2;
}

.main
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #0F12A4;
	font-weight: bold;
}

.significant_text
{
	color:#B61728;
	font-weight:bold;
}


.info_text
{
font-family: Arial;
font-weight: bold; 
font-size: 12px; 
color: #A50F26; 
padding: 5px 15px 15px 0px;
}

