/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	font-size: 10px;
}
 
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 1.3em;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height: normal;
}
 
/***** Common Formatting *****/
 
p ul, ol {
	margin-bottom: 1em;
}
 
ul, ol {
	padding-left: 2em;
	margin-left: 0px;
	margin-top: 0;
}
 
blockquote {

}

small {
font-size:0.85em;
}
 
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:link,
a:visited,
a:hover {}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #999999;
	margin-bottom: 1em;
}
table caption {
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: normal;
}
table tr, table th, table td {
	padding: 0.5em;
	vertical-align: top;
}
 
table tr td {
	background-color: #FFFFFF;
}
hr {
	height: 1px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.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; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background: yellow; color: #00007a; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.photo         { border: 1px solid #000000; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
