
/******************************* ANCHORS *************************************/
A { 
font: 12px "Arial"; 
font-weight: bold; 
color: #669999; 
}

A:hover { 
font: 12px "Arial"; 
font-weight: bold; 
color: #F8922C; 
}

A.creditslink
{ 
color: #ffffff; 
font: 10px Arial;
}

A:hover.creditslink
{ 
color: #F4B679; 
font: 10px Arial;
}
/***************************** DIVS & SPANS *********************************/
div.home
{
font: 12px "Arial";
padding: 5px; 
background-repeat: no-repeat; 
background-image: url(images/home_bg.gif); 
width: 303px;
float: left;
}

div.content
{
font: 12px "Arial";
padding-left: 25px; 
padding-right: 15px; 
background-repeat: no-repeat; 
background-image: url(images/content_bg.gif); 
background-repeat: repeat-y;
margin-left: 20px;
}

.credits
{
    color: #CEE1E0;
    font: 10px Arial;
	width: 840px;
}
/***************************** TABLE ELEMENTS *******************************/

table.main
{
	border : 1px solid White;
	background : White;
}

td.main
{
	background-repeat: repeat-y;
	background-image: url(images/sec_bg.gif);
}

/********************************** IMAGES **********************************/
.sh
{
    margin-top: 10px;
	margin-left: 20px;
}

/********************************* HEADINGS *********************************/

/***************************** LIST ELEMENTS ********************************/

/****************************** TEXT **********************************/

.sh2
{
color: #CE6500; 
font-size: 13px;
}

.sh3
{
color: #636163; 
}

/********************************* FORMS ************************************/
.form { 
  padding: 4px;
  font-size: 12px; 
  font-weight: bold; 
  color: #666666; 
  background: #B7C3C3; 
  border: 1px solid #000000; 
  border-bottom: 0;
}

.input { 
  font-size:12px; 
  border: 1px solid #666666;
  vertical-align: top;
}

.button { 
background:#CE6500; 
border:#000000 1 solid; 
color: #ffffff; 
font-size:12px; 
width:113; 
font-weight: bold; 
cursor: pointer;
}
/******************************* OTHER **************************************/
body { 
margin: 0px;
background-image: url(images/bg.gif);
background-repeat: repeat;
}