BODY
{
    MARGIN: 0px;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    FONT-FAMILY:Verdana, Sans-Serif;   
}
P
{
    margin-left:2em;
    margin-right:2em;
    font-size: 90%;
}
/*
 * The LI tags and their corresponding OL and UL tags need to be inspected
 * for each site to be sure they are correct.
*/
LI
{
    MARGIN-LEFT: 2em;
    MARGIN-RIGHT: 2em;
    font-size: 90%;
}
OL LI
{
    list-style-type:decimal;
}
OL LI UL LI
{
    list-style-type:disc;
}
H1 /* Used on Default.aspx, among other places. */
{
    FONT-WEIGHT: bold;
    font-size: 100%;
	color: rgb(51, 51, 102);
}
H2 /* Heads some tables in FAQ and Electronic (aspx) pages. */
{
    FONT-WEIGHT:bolder;
    FONT-SIZE: 1.4em;
    COLOR: #000000;
    TEXT-ALIGN: left
}
H3 /* Used to create headers, sometimes in lieu of a <strong> tag */
{
    PADDING-RIGHT: 0.1em;
    PADDING-LEFT: 0.1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 0.1em;
    COLOR: white;
    PADDING-TOP: 0.1em;
    BACKGROUND-COLOR:navy;
}
/* All "regular" links hold this class */
.aclass2
{
	font-family: Arial, Helvetica, and sans serif;
	font-size: 95%;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
/* This is the style for links in the HeaderNH.ascx */
.aclass3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.5em;
    color:#000000;
    TEXT-DECORATION: underline
}
/* This is for the seperator text between "aclass" links, it should be 
   the same as "aclass3" except for the underline */
.atext3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.6em;
    color:#993300;
}
/* used to make reminder text and error messages. */
.psmall
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.2em;
    COLOR: #000000;
    MARGIN-RIGHT: 0.8em;
}
.tsmall
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.8em;
    COLOR: #000000;
    MARGIN-RIGHT: 0.8em;
}
/* Used in the FooterNH.ascx */
.pfooter
{
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 1.2em;
	color: #000000;
	margin-right: 0.8em;
	text-align: center;
}
/* Neccessary for the "reservists" note (ReservistsToDuty.aspx and Default.aspx), if it is used. */
.reservistsnote
{
	font-size:medium;
	font-weight:bold;
	color:Red;
}
.headernh .selectboxes select
{
    font-size:.85em;
    FONT-FAMILY:Verdana, Sans-Serif;  
}
.employerresources table
{
    border-spacing:0px;
}
.whatsnew .data
{
    font-size:x-small;
}
.employerresources .header, .whatsnew .header
{
    background-color:#000000;
    color:#FFFFFF;
    font-size:1.2em;
}
.employerresources .data, .whatsnew .data
{
    background-color:#FFFFcc;
}
.headernh .tablespanish img
{
    border-width:0px;
}
.registration
{
    padding-top:5px;
    border-width:0px;
    vertical-align:top;
    width:100%;
}
.registration .title
{
    text-align:right;
    width:30%;
}
.registration .field
{
    text-align:left;
    width:70%;
}
H1, .aclass2, a
{
	color: rgb(51, 51, 102);
}
.aclass3, .atext3
{
    color: #ffffff;
}
.aclass3:visited
{
    color:#ffffff;
}
.headernh .links, .headernh .selectboxes, .employerresources .header, .whatsnew .header
{
    background-color:#6B78A2;
}
.headernh .logo, .headernh .pict, .employerresources .data, .whatsnew .data
{
    background-color:#D8D7E5;    
}
H3 /* Used to create headers, sometimes in lieu of a <strong> tag */
{
    background-color:#6B78A2;
}

/*
.aclass2, a
{
    color:#0a246a;
    font-weight:bold;    
}
.aclass2:visited, a:visited
{
    color:#333399;
}
*/