/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	direction: rtl;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;font-family:Arial;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;font-family:Arial;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;font-family:Arial;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;font-family:Arial;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;font-family:Arial;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;font-family:Arial;}
td{font-size: 12px;font-family:Arial;}
th{font-size: 12px;font-family:Arial;}
a {color: #CC6600;}
a:hover {color: #000000;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}
li{ list-style: disc;}
ul { list-style: disc;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */