.nomargins {
	margin:0px;
	padding: 8px;
}

body {
	margin:0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #2C2C2c;
	background: #F4F4F4 url(/skins/FarangThai-2/styleImages/backgrounds/bgtile.gif) top repeat;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C2C2c;
}
h1 {
	margin-bottom:10px;
	font-size:24px;
	font-weight:normal;
}
h2 {
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	clear:both;
}
h3 {
	margin:20px 0px 10px;
	font-size:18px;
	font-weight:normal;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#topHeader {
	margin:0px auto;
	width:900px;
	height:18px;
	background-color:#452f4c;
	font-weight:bold;
	padding:8px 0px;
	clear:both;
	color:#FFF;
	text-align:right;
}
#header {
	clear:both;
	height: 120px;
	padding:6px 10px;
	background:#60186b url(/images/affiliates-header-bg.jpg) top no-repeat;
	vertical-align:middle;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.bottomHeader {
	height:40px;
	background:#fbcf00  url(/skins/FarangThai-2/styleImages/backgrounds/bgHeaderBottom.gif) top repeat-x;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 14px;
	clear:both;
}
#logo {
	margin-left:20px;
}
#menu {
	margin:0px 0px 0px 20px;
	padding:0px;	
}
#menu ul {
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
}
#menu li {
	display:inline;
	border-right:1px solid #fbcf00;
	float:left;
}
#menu a {
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding-top:2px;
	margin:10px;
}
tr.menu_text_indent_10 {
	text-indent: 10px;
}
tr.menu_text_indent_5 {
	text-indent: 5px;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
table.invoice {
	border-spacing: ;
	border:0px none white;
	border-collapse: collapse;
	background-color: #F9F9F9;
}
table.invoice_sub {
	border-spacing: ;
	border:0px none white;
	border-collapse: collapse;
	background-color: #FFFDE3;
}
table.invoice td {
	border-width: 1px;
	border-style: solid;
	border-color: DDE3F9;
	background-color: #F4F6FD;
	padding: 2px 2px 2px 2px;
	text-indent: 4px;
	height: 26px;
}
table.invoice_data {
	border-spacing: ;
	border:0px none white;
	border-collapse: collapse;
	padding: 6px 6px 6px 6px;
}
table.invoice_data td {
	border-width: 1px;
	border-style: solid;
	border-color: EFF4FC;
	padding: 6px 6px 6px 6px;
	height: 26px;
}
table.invoice_dataSub {
	border-spacing: ;
	border:0px none white;
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
}
table.invoice_dataSub td {
	border-width: 1px;
	border-style: solid;
	border-color: EFF4FC;
	padding: 4px 4px 4px 4px;
	height: 26px;
}
input.button {
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#243;
   border-left-color:#243;
   border-right-color:#243;
   border-bottom-color:#243;
}
#footer {
	border-top: 4px solid #000;
	padding:17px 10px;
	background: #383838 url(/skins/FarangThai-2/styleImages/backgrounds/bgFooter.gif) top repeat-x;
}