/*this file uses double nested comments to declare one value for old browsers and one for new browsers, the one in the double nested comment being the one that takes precedence in new browsers since they can read past the comment. These double comments appear to have to be the last line in each style declaration, otherwise styles declared after them don't appear to work. MJ 6/11/03.*/
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 90%;
	line-height: 15px;*/
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 0px 0px; 
	padding:0px
}
p {  /*, td, th, blockquote*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 100%;*/
	color: #000080;
	margin : 10px;
	/*/*/font-size: 80% /* */
}
OL, UL, LI {
	font-size: 90%;
	margin-top : 0px ; 
	margin-bottom : 0px ; 
	color: #000080;
	/*margin : 10px;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0px;
	/*/*/font-size: 160% /* */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	/*/*/font-size: 100% /* */
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	/*/*/font-size: 90% /* */
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin : 10px;
	/*/*/font-size: 80% /* */
}
a {
	color: #3366CC;
}

a:link, a:visited {
	font-weight: bold;
}

.alert {
	color: #FF0000;
	font-size: 12px;
}
.box {
	border-width: 1px solid #000000;
}

.small {font-size: 11px; 
  color: #000099; /*this is for small text, should be different size for NS*/
  /*background: transparent;*/
}
