/* classes for archived message */
div.archived {
background: #FFF000 !important;
border: 1px solid black; 
width: 99%;
display: block;
text-align: center;
margin: auto;
}

div.archived h1{
background: #FFF000 !important;
color: black !important;
font-size: 90%;
text-align: center;
}




body {
	font-family: Arial, sans-serif;
	font-size: .85em;
	color : Black;
	margin-right : .2em;
	margin-left: .60em;
	background: white;
}

p
    {
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
	background : white;
}

ul, ol, 
    {
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
	background : white;
	text-align : left;
}

td, th, font
	{
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
}

a:link {
	color : blue;
	background : white;
}

a:active {
	color : blue;
	background : white;
}

a:visited {
	color :#CC00FF;
	background : white;
}

h1 {
	font-family : arial, sans-serif;
	font-size : 1.35em;
	color : black;
	font-weight : bold;
	background : white;
}

h2 {
	font-family : arial, sans-serif;
	font-size : 1.25em;
	color : black;
	font-weight : bold;
	background : white;
}


h3 {
	font-family : arial, sans-serif;
	font-size : 1.10em;
	color : black;
	font-weight : bold;
	background : white;
}


h4 {
	font-family : arial, sans-serif;
	font-size : .80em;
	color : blue;
	font-weight : bold;
	background : white;
}

.black {
	font-family : arial, sans-serif;
	font-size : 1.00em;
	color : black;
	font-weight : bold;
	background : white;
}

.center {
	text-align : center;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.justify {
	text-align : justify;
}
.blue {
	color : navy;
}

.resultsTitle {
	font-size : .7em;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}


/* NLC General style for Internet Explorer*/


@media screen {


body {
	font-family: arial, sans-serif;
	font-size: .90em;
	color : black;
	margin-right : .2em;
	margin-left: 1.2em;
	background : white;
}

p
    {
	font-family: arial, sans-serif;
	font-size: .90em;
	color : black;
	background : white;
}

ul, ol, 
    {
	font-family: arial, sans-serif;
	font-size: .90em;
	color : black;
	background : white;
	text-align : left;
}

td, th, font
	{
	font-family: arial, sans-serif;
	font-size: .90em;
	color : black;
}

a:link {
	color : blue;
	background : white;
}

a:active {
	color : blue;
	background : white;
}

a:visited {
	color :#CC00FF;
	background : white;
}

h1 {
	font-family : arial, sans-serif;
	font-size : 1.45em;
	color : black;
	font-weight : bold;
	background : white;
}

h2 {
	font-family : arial, sans-serif;
	font-size : 1.35em;
	color : black;
	font-weight : bold;
	background : white;
}


h3 {
	font-family : arial, sans-serif;
	font-size : 1.15em;
	color : black;
	font-weight : bold;
	background : white;
}


h4 {
	font-family : arial, sans-serif;
	font-size : .90em;
	color : blue;
	font-weight : bold;
	background : white;
}

.center {
	text-align : center;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.justify {
	text-align : justify;
}
.blue {
	color : navy;
}

.resultsTitle {
	font-size : .7em;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

}

