/* CSS Document */

.text {
    font-family: Arial;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-color: white;
      }
	  
.table {
    font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
      }
	  	  
.reviews {
    font-family: Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
      }
.cont {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
      }
.menu_title {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
      }  
.LINKS {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: WHITE;
      } 
.numbers_list_table {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: WHITE;
      } 

.link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.desc
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.link:hover
{
	color: yellow;
}




table.tables {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: outset outset outset outset;
	border-color: #DDC251;
	border-collapse: separate;
}

table.tables td {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: inset inset inset inset;
	border-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}