@CHARSET "ISO-8859-1";
p, td, table, tr, td, ul, li, ol, img, a
{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;  
}

td
	{vertical-align: top;}
	

/* Background Color */

body
	{background-image: url('images/background.jpg');}

/* Dark Colored Text */


.text-header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration:none;
}

.text-header2 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration:none;	
}


	
/* Anchors */

	/* Anchor */
	
a, a:link, a:visited
	{font-size: 10px; font-weight: normal; color: #FF6600; text-decoration:none;}
a:hover 
	{font-size: 10px; font-weight: normal; color: #FF9900; text-decoration:underline;}
a:active
	{font-size: 10px; font-weight: normal; color: #FF6600; text-decoration:none;}

	/* Main Menu */

a.mainmenu, a.mainmenu:link, a.mainmenu:visited
	{font-size: 10px; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration:none;}
a.mainmenu:hover 
	{font-size: 10px; font-size: 14px; font-weight: bold; color: #FFFF00; text-decoration:none;}
a.mainmenu:active
	{font-size: 10px; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration:none;}

	/* Menu */

a.menu, a.menu:link, a.menu:visited
	{font-size: 10px; font-size: 12px; font-weight: bold; color: #FF6600; text-decoration:underline;}
a.menu:hover 
	{font-size: 10px; font-size: 12px; font-weight: bold; color: #FF9900; text-decoration:underline;}
a.menu:active
	{font-size: 10px; font-size: 12px; font-weight: bold; color: #FF6600; text-decoration:underline;}



/* Table Cells (td) */

td.banner
	{background-image: url('images/banner_background.jpg'); background-repeat: repeat;
	 padding-top: 10px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; }

td.mainmenu 
	{height:24px; 
	 background-image: url('images/menu_background.jpg'); background-repeat: repeat;	 
	 font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration:none;}

td.header 
	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #CC6600; text-decoration:none;
	 padding-top: 10px; padding-left: 10px; 
	 background-image: url('images/header_background.jpg'); background-repeat: repeat;}

td.body
	{padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;}

td.bottom
	{height:40px; direction: rtl;
	 padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;
	 background-image: url('images/bottom_background.jpg'); background-repeat: repeat;
	 font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration:none;}



	
