#faqContent {
	padding:15px 0 0 50px; /* AMIR CHANGED was 5px 0 0 15px; */
	width:900px; /* was 960 */
}

table {
 border : 0px;
 border-color : #999999;
 border-collapse : collapse;
 border-spacing : 0px;
}

table th {
 padding-top: 0px;
 padding-bottom: 0px;
}

table td {
 padding-top: 0px;
 padding-bottom: 10px;
 font-size: 10pt;
}

table td p {
	text-align:justify;
}

img {
 border : 0px;
}

hr {
 color : #cccccc;
}

form {
 display : inline;
}

a:link {
 color: #336699;
 text-decoration: none;
}

a:visited {
 color: #336699;
 text-decoration: none;
}

a:hover {
 color: #336699;
 text-decoration: underline;
}

div.nav a:link {
 color: #ffffff;
 text-decoration: none;
}

div.nav a:visited {
 color: #ffffff;
 text-decoration: none;
}

div.nav a:hover {
 color: #ffffff;
 text-decoration: underline;
}

div.nav_bg {
 background: url(/images/navigator.gif) repeat-x 0 0;
 float: left;
 overflow: hidden;
 padding: 12px 12px 10px 12px;
}

div.nav_sel_left {
 background: url(/images/navigator.gif) repeat-x 0 -40px;
 float: left;
 overflow: hidden;
 padding: 10px 0px 12px 0px;
 width: 15px;
}

div.nav_sel_right {
 background: url(/images/navigator.gif) repeat-x 0 -80px;
 float: left;
 overflow: hidden;
 padding: 10px 0px 12px 0px;
 width: 15px;
}

div.nav_sel_bg {
 background: url(/images/navigator.gif) repeat-x 0 -120px;
 float: left;
 overflow: hidden;
 padding: 10px 10px 12px 10px;
}

div.nav_sub_bg {
 background: url(/images/navigator.gif) repeat-x 0 -120px;
 float: left;
 overflow: hidden;
 padding: 10px 20px 10px 20px;
}

input {
 font-family : Tahoma;
 font-size : 12px;
 color: #000000;
}

textarea, select {
 font-family : Tahoma;
 font-size : 12px;
 color: #000000;
}

table.border, tr.border, th.border, td.border, img.border {
 border: 1px solid #999999;
}