/* RESET ALL SETTINGS */
*{padding: 0; margin: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
 textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color:#999999;	
}
td
{
	vertical-align:top;
	text-align:left;
}
input, select
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	line-height: 11px;
	font-family: Arial, Verdana;
	vertical-align: baseline;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol 
{ 
	list-style-type: upper-roman; 
}
ul 
{ 
	list-style-type: circle; 
} 
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* SET DEFAULT SETTINGS */
/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
  
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
} 
p, ul, ol {
margin:0;
padding-top:0px;
padding-bottom:10px;
}
 
ul, ol {
padding-top:0px;
padding-bottom:10px;
padding-left:15px;
}
ul ul, ol ol 
{
	padding-bottom:0;
}
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:85%;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
   
label {
cursor:pointer;
}
 
/***** Global Classes *****/
 
.noTdPadding   { border-collapse: separate;	border-spacing: 0;}
.clear         { clear:both; }
.height100pct  { height:100%;}
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.center			{ margin:0 auto;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left; margin-right:19px; margin-bottom:10px; }
.img-left-top  { float:left; margin-top:20px; margin-right:30px; margin-bottom:15px; }
.img-right     { float:right; margin-left:20px; margin-bottom:10px;
					border:1px solid #efe2c9 }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.fontZero	   { font-size:0px; }
