/* PRESENTATION ALABAMA JOB WATCH GLOBAL STYLE SHEET*/

 body 
{
background-color : transparent;
font-family : arial, helvetica, sans-serif;
font-size : 9pt;
}
/*BLUE LINKS WHITE BG*/

a.blue
{color:#0000ff; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:none;}

a:visited.blue{color:#0000ff; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:none;}

a:hover.blue{color:#000099; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:underline;}


LI
{display: list-item;
list-style-type:square;
color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size : 9pt;
}

/* HEADER PARAGRAPHS and TEXT */
H1
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size:12pt;
margin:0px;
text-align:center;
}

p.head
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size:24pt;
text-align:center;
margin:0px;
}

p.head2
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size:12pt;
text-align:center;
margin:0px;
font-weight:bold;
}

/*PARAGRAPHS BLACK FONT WHITE BG*/

p 
{
color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :9pt;
}

/*LARGE BLACK FONT WHITE BG*/
p.large
{color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :12pt; font-weight:bold;
}

/*COLORED FONTS*/

p.largeblue
{color:#000080;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :12pt; font-weight:bold;
}
p.largeorange
{color:#ff6600;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :12pt; font-weight:bold;
}