BODY   {
background-image: url(); 
background: #FFFFEE;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
}

P   {
font-size:14px/16px;
margin-left: 5px;
margin-right: 5 px;
}

H1   {
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
font-weight: bold;
font-size: 22px;
color: #008040;
}

H2   {
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
font-weight:bold;
font-size:14px;
}

H3   {
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
font-weight:bold;
font-size:14px;
}

H4   {
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
font-weight:bold;
font-size:14px;
}

/* ------------------------------- */

P.links   {
font: bold normal 11px
}

A:link {
color: Blue
}     /* unvisited link */

A:visited {
color: Maroon
}  /* visited link */

A:hover    {
color: Blue;
text-decoration:none;
}   /* mouse over link */

A:active {
color: Blue
}   /* selected link */

/* ------------------------------- */
A.links_nav:link {
color: #363636;
font-weight:bold;
font-family: tahoma, verdana, arial;
text-decoration:none;
font-size:14px;
margin-left: 2px;
margin-right: 2px;
}     /* unvisited link */

A.links_nav:visited {
color: #6A6A6A;
font-weight:bold;
font-family: tahoma, verdana, arial;
text-decoration:none;
font-size:14px;
margin-left: 2px;
margin-right: 2px;
}  /* visited link */

A.links_nav:hover    {
color: Black;
font-weight:bold;
font-family: tahoma, verdana, arial;
text-decoration:none;
font-size:14px;
margin-left: 6px;
margin-right: 2px;
text-decoration:underline;
}   /* mouse over link */

A.links_nav:active {
color: Black;
font-weight:bold;
font-family: tahoma, verdana, arial;
font-size:14px;
margin-left: 6px;
margin-right: 2px;
text-decoration:underline;
}   /* selected link */


/* ------------------------------- */

A.links_dark:link {
color: White
}     /* unvisited link */

A.links_dark:visited {
color: #cccccc
}  /* visited link */

A.links_dark:hover    {
	color: Black;
	text-decoration:none;
	background-color : White;
}   /* mouse over link */

A.links_dark:active {
	color: Black;
	background-color : White;
}   /* selected link */


/* ------------------------------- */
P.message   {
font-family: Georgia, trebuchet MS, trebuchet, verdana, arial, helvetica;
font-weight:bold;
font-size:14px;
color: Red;
}

P.confirm {
font-weight:bold;
font-size:14px;
	color: Navy;
}

.required
{
font-size:10px;
color: Red;
}

.medium
{
font-size:13px;
}

.p16px
{
font-size:16px;
}

.p18px
{
font-size:18px;
}
.small
{
font-size:11px;
}

/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
margin-left: 12px;
padding-left: 5px;
} 

LI   {
margin-bottom: 8px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
margin-left: 12px;
padding-left: 5px;
} 
/* ------------------------------- */

/* Adding Borders to Tables  */

TD.borderleft {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 2px}

TD.borderbottom {  
border-style: solid; 
border-color: Black;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 3px; 
border-left-width: 0px;
}

TD.borderall {  border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

TABLE.borderall {  border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.colorborder
{
background-color:#FFFFFF;
border-style:solid;
border-color:black;
border-width:2px;
}

/* ------------------------------- */

FORM.tight {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* ------------------------------- */

/*
Notes:
- a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
- a:active MUST come after a:hover in the CSS definition in order to be effective!!
- Pseudo-class names are not case-sensitive.
- IE 4 and higher supports the anchor pseudo-class. NN 4.5 and Netscape 6 support the anchor pseudo-class only partially.

- font property: (weight, style, size/leading, font family) i.e. 
	font: medium italic 24pt/30pt Georgia, serif;
	Order must be correct
*/
