/*
tr {
font-family: tahoma, verdana, arial, Times New Roman, Times, serif;
font-size: small;
line-height: 1.3em;
text-align: justify
}
*/

BODY   {
color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: 14px/16px  arial, verdana, Times New Roman, Times, serif;
}
.highlight {
}

P   {
font: 14px/16px  arial, verdana, Times New Roman, Times, serif;

}
/*  
margin-top: 6px;
margin-bottom: 8px;
*/

.p20px
{
font: 20px/24px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}
.p18px
{
font: 18px/22px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}
.p16px
{
font: 16px/19px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}
.p14px
{
font: 14px/17px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}
.p12px
{
font: 12px/14px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}
.p10px
{
font: 10px/12px tahoma, verdana, arial, Times New Roman, Times, serif;
font-weight:normal;
}

.errors   {
color: Black;
background-color : yellow;
font-weight:bold;
font-size:14px;
}

.required_form
{
color: #000000;
background: #FFE1B3;
}

.errors_form
{
color: #000000;
background: #FF00CC;
}

.highlight
{
color: Red;
font-weight:bold;
}

H1   {
font: 20px/24px Times New Roman, Times, serif;
color: #000066;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

H1.tagLine   {
font: 17px/20px  arial, verdana, Times New Roman, Times, serif;
margin-left: 20px;
margin-right: 20px;
font-weight:bold;
margin-top: 10px;
margin-bottom: 10px;
color: Black;
}

H1.white   {
font: 20px/24px Times New Roman, Times, serif;
color: White;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

H1.recip   {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size:14px;
}

h1.20pxBlack {
font: 20px/24px Times New Roman, Times, serif;
color: Black;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

h1.20pxRed {
font: 20px/24px Times New Roman, Times, serif;
color: #FF0000;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

h1.22pxRed {
font: 22px/26px Times New Roman, Times, serif;
color: #FF0000;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

H2   {
font: 16px/18px Times New Roman, Times, serif;
color: #000066;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

H2.white   {
font: 16px/18px Times New Roman, Times, serif;
color: White;
font-weight:bold;
margin-top: 2px;
margin-bottom: 2px;
}

H2.recip   {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size:12px;
}

H3   {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size:14px;
}

H4   {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size:14px;
}

H5   {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size:12px;
}

/* ------------------------------- */


A:link {
color: #3345A2;
text-decoration:underline;
}     /* unvisited link */

A:visited {
color: Maroon;
text-decoration:underline;
}  /* visited link */

A:hover    {
color: Blue;
text-decoration:none;
}   /* mouse over link */

A:active {
color: Blue;
text-decoration:underline;
}   /* selected link */

/* ------------------------------- */

A.links_on_purple:link {
color: White;
text-decoration:none;
font-weight:bold;
font-size:14px;
}     /* unvisited link */

A.links_on_purple:visited {
color: #E7B1B1;
text-decoration:none;
font-weight:bold;
font-size:13px;
}  /* visited link */

A.links_on_purple:hover    {
color: White;
text-decoration:underline;
font-weight:bold;
font-size:14px;
}   /* mouse over link */

A.links_on_purple:active {
color: White;
text-decoration:underline;
font-weight:bold;
font-size:14px;
}   /* selected link */

/* ------------------------------- */

.medium
{
font-size:13px;
}

.small
{
font-size:11px;
}

/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
margin-left: 12px;
padding-left: 5px;
padding-right: 5px;
} 

UL.banner {
margin-left: 20px;
padding-left: 5px;
padding-right: 5px;
} 

LI   {
margin-bottom: 2px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
margin-left: 12px;
padding-left: 5px;
} 
/* ------------------------------- */

/* Adding Borders to Tables  */

.borderleft {  
border-style: solid; 
border-color: White;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 10px;
}

.borderright
{  
border-style: solid; 
border-color: White;
border-top-width: 0px; 
border-right-width: 10px; 
border-bottom-width: 0px; 
border-left-width: 0px;
}

.borderbottom {  
border-style: solid; 
border-color: Black;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
}

.borderall
{  
border-style: solid; 
border-color: Black;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}

.borderall_less_top
{  
border-style: solid; 
border-color: Black;
border-top-width: 0px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}
/* Gallery */
.picture {
  background: White;
  border-color: Black;
  border-style: solid;
  border-width: 1px;
}

.thumb_single {
  background: White;
  border-color: Black;
  border-style: solid;
  border-width: 2px;
}

.thumbs_all {
	background: Black;
	border-color: White;
	border-style: solid;
	border-width: 1px;
}

.table_space_left_bottom {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.table_space_right_bottom {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

FORM.tight {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.pad_right	{
	padding-top : 2px;
	padding-right : 10px;
	padding-left : 0px;
	padding-bottom : 2px;
}

.pad_left	{
	padding-top : 2px;
	padding-right : 0px;
	padding-left : 10px;
	padding-bottom : 2px;
}


/* ---  Link on Images  ---------------------------- */

A.links_image:link {
color: White;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}     /* unvisited link */

A.links_image:visited {
color: White;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}  /* visited link */

A.links_image:hover    {
color: Red;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}   /* mouse over link */

A.links_image:active {
color: Red;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}   /* selected link */




/*
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
*/
.fade_left{ 
background-image: url(/images/bckgrnd2.gif);
background-position: left;
}

.fade_right{ 
background-image: url(/images/bckgrnd2.gif);
background-position: right;
}