
/******************************* ANCHORS *************************************/

A { 
font: 11px "Arial"; 
font-weight: bold; 
color: #CCCCFF; 
}

A:hover { 
font: 11px "Arial"; 
font-weight: bold; 
color: #F09A22; 
}

/***************************** DIVS & SPANS *********************************/

.content
{ 
background-color: #000000;
border-top:5px solid Black; 
overflow: scroll; 
height: 260px;
}
/***************************** TABLE ELEMENTS *******************************/

TD { font: 10pt "Arial"; font-weight: bold; color: #660066;}

/******************************* BACKGROUNDS *******************************/
.background {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

.left {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position : right;
}

.right {
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;

}

.nav_background {
	background : url(images/nav_bg.gif) no-repeat bottom;
}

/********************************* HEADINGS *********************************/
H1 { font-family: "Arial"; color: #003366;}
H2 { font-family: "Arial"; color: #003366;}
H3 { font-family: "Arial"; color: #FFFFFF;}
H4 { font-family: "Arial"; color: #FF0000;}
H5 { font-family: "Arial"; color: #21128F;}



/***************************** LIST ELEMENTS ********************************/
UL { font: 8pt "Arial"; font-weight: normal; color: #003366;}
LI { font: 8pt "Arial"; font-weight: normal; color: #003366;}



/****************************** PARAGRAPHS **********************************/
p { font: 9pt "Arial"; font-weight: normal; color: #FFFFFF;}
.footer { font: 8pt "Arial"; color: #003366; }

/********************************* FORMS ************************************/

.form { 
  font-size: 12px; 
  font-weight: bold; 
  color: #F09A22; 
  background: #21128F; 
  border: 1px solid #666666; 
  border-bottom: 0;
}

.button { 
background:#F09A22; 
border:#666666 1 solid; 
color: #21128F; 
font-size:12px; 
width:112; 
font-weight: bold; 
cursor: pointer;
}

/******************************* OTHER **************************************/















