/* 
 * Cascading Style Sheet, for Fashion Trendsetter
 * Author: Levent OZLER, editor@dexigner.com, http://www.dexigner.com 
 * Copyright: 2008 Fashion Trendsetter, all rights reserved
 *
 */

html{
overflow-x: auto;
}
body{
	background-color: #768972;
	margin: 0;
	padding: 0;
	line-height: 135%;
	text-align: center;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
line-height: 135%;
}

#ftswrapper{ 
margin: 10px auto 20px auto; 
text-align: left;
width: 900px;
}
.content{
	border: 1px solid #464646;
	margin: 0;
	width: 100%;
}

td{
padding: 5px;
}
.nopad{
padding: 0;
}
img{
border: 0;
}

form {
	margin:0;
}
a:link {
    text-decoration:    none;
    color:#FFF;
}

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

a:active   {
    text-decoration:    none;
    color:#FFF;
}

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

h1 {
color: #FFF; 
font-size: 13pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;
	font-weight: normal;
	line-height: 110%;
}
h3 {
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;

}
h4 {
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;

}
input {
	font-size: 7pt;
	border: 1px solid #C2C2C2;
	background-color: #000;
	color: #FFF;
	width: 115px;
}
select{
	border: 1px solid #CCC;
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}
.radiobutton,
.checkbox,
.helpbox { 
                background-color:transparent;
	border: 0;
	vertical-align: middle;
}
