/***********************************************/
/* nrcstyle.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	line-height: normal;
	margin:auto;
	padding: inherit;
	background-color: #FFFFCC;
	border-top-style: none;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
	position:static;
	overflow:auto;
	cursor: inherit;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: inherit;
	background-image: url(pictures/nrc3.png);
	background-position: center top;
	background-attachment: inherit;
	background-repeat: no-repeat;
}
/******* hyperlink and anchor tag styles *******/
a:link{
	color: #333333;
	text-decoration: none;
	font-family: Arial;
	overflow:auto;
	cursor: auto;
	word-spacing: normal;
}
a:visited{
color: #333333;
	text-decoration: none;
	font-family: Arial;
	overflow:auto;
	cursor: auto;
}
a:hover{
color:#999999;
text-decoration:underline;
}
a:active{
	color:#333333;
	cursor:auto;
	overflow:auto;
	background-color: #FFFFCC;
}
/********************* end **********************/
