
/*---------------------------------------------------------------------
	style sheet for NN4, browsers that do not understand @import
-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	BODY
-----------------------------------------------------------------------*/
body {
	color: #666666;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%
	/*width: 760px;*/
}
/*---------------------------------------------------------------------
	TABLES
-----------------------------------------------------------------------*/
td,
th,
tr,
table {
	/*
	margin:0px;
	padding:0px;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*---------------------------------------------------------------------
	BLOCK LEVEL ELEMENTS
-----------------------------------------------------------------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
h2 { color: #ff7829;}
h3 { color: #ff7829;}
h4 { color: #094065;}
*/

/*---------------------------------------------------------------------
	ANCHOR
-----------------------------------------------------------------------
a:link {
	text-decoration: underline;
	color: #339;
}
a:visited {
	color: #939;
}
a:link:focus {
	color: #c33;
}
a:visited:focus {
	color: #c33;
}
a:link:hover {
	color: #c33;
}
a:visited:hover {
	color: #c33;
}
a:link:active {
	color: #c33;
}
a:visited:active {
	color: #c33;
}
*/
/*---------------------------------------------------------------------
	CUSTOM CLASSES
-----------------------------------------------------------------------*/

.NoBullets {
	list-style: none;
	list-style-type: none;
	margin-bottom: 5px;
}
.NoBullets li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 1em;
}
}
*/
