/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	background-color: #fff;
}
 
body {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height: normal;
	color: #444;
}
 
/***** Common Formatting *****/
 
p ul, ol {
	margin-bottom: 1em;
}
 
ul, ol {
	padding-left: 2em;
	margin-left: 0px;
}
 
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;
}
 
/***** Tables *****/
 
table {
	font-size: 11px;
	line-height: 18px;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	border-style: none;
}
table caption {
	opacity: 1;
	overflow: hidden;
	text-align: left;
	font-style: italic;
}
table th, table td {
	height: 18px;
	overflow: hidden;
	padding: 0 0.4em;
	border-style: solid;
	border-width: 1px;
}
table th {
	font-weight: bold;
	text-align: left;
	text-shadow: #ededed 0 1px 0;
	border-top-color: #e6e6e6;
	border-right-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	border-left-color: #e6e6e6;
	color: #4a4a4a;
	background: #cacaca url(table-th-bg.png) 0 center;
}
table td {
	border-top-color: #f4f4f4;
	border-right-color: #cacaca;
	border-bottom-color: #cacaca;
	border-left-color: #f4f4f4;
	background-color: #dfdfe1;
}
table ul, table ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 0;
}
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: 5px solid #FFF; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

