
/******************************* ANCHORS *************************************/

A.home { 
  font: 12px "Arial"; 
  font-weight: bold; 
  color: #FFFFFF; 
}

A:hover.home { 
  font: 12px "Arial"; 
  font-weight: bold; 
  color: #7AC142; 
}

A { 
font: 10px "Arial"; 
font-weight: bold; 
color: #99ccff; 
}

A:hover { 
font: 10px "Arial"; 
font-weight: bold; 
color: #333399; 
}

/***************************** DIVS & SPANS **********************************/
.footer 
{
    color: #697589;
    font: 10px Arial;
}

.main_text
{
    font: 12px "Arial"; 
	padding: 20px;
}

/**************************** TABLE ELEMENTS *********************************/
.sec_main {
	background-image: url(images/sec_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid; 
	border-bottom: 0px; 
	border-top: 0px;
}

.sec_right {
	background-image: url(images/sec_border_right.gif);
	background-repeat: no-repeat;
	background-position : bottom;
}

/***************************** BACKGROUNDS ***********************************/


/****************************** HEADINGS *************************************/


/**************************** LIST ELEMENTS **********************************/
li { 
	font: 9pt "Arial"; 
	font-weight: normal; 
	color: #333333;
	list-style-image : url(images/bullet.gif);
}

/***************************** PARAGRAPHS ************************************/


/******************************* FORMS ***************************************/

.form { 
  font-size: 12px; 
  font-weight: bold; 
  color: #163571; 
  background: #CDCCEB; 
  border: 1px solid #666666; 
  border-bottom: 0;
}

.button { 
background:#Ffffff; 
border:#666666 1 solid; 
color: #163571; 
font-size:12px; 
width:149; 
font-weight: bold; 
cursor: pointer;
}


.box { 
  font-size: 12px; 
  font-weight: bold; 
  color: #666666; 
  background: #DCE5DD; 
  border: 1px solid #666666; 
  border-bottom: 0;
}

.input { 
  margin-right: 1px; 
  margin-top: 1px; 
  margin-bottom: 1px; 
  margin-left: 5px; 
  font-size:12px; 
  border: 1px solid #666666;
  vertical-align: top;
}



/******************************* FONTS ***************************************/

.title
{
    color: #4B8C16;
    font: 12px Arial;
	font-weight: bold; 
}

.header1
{
    color: #CC6633;
    font: 14px Arial;
	font-weight: bold; 
}

/******************************* OTHER ***************************************/















