/***** Global Settings *****/
 
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background:#FFFFFF;
}

/***** Structure *****/

#wrap {
	width: 627px;
	background: #FFFFFF;
	margin: 0px;
	border: none;
}

#navi, #header {
display: none;
}

#content {
	padding: 0;
}


/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#ff6600;
}
 
h1 {
padding:0px 0 15px 0;
letter-spacing: normal;
font-size: 36px;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.7em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}
 
ul, ol {
padding:0;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
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;
}
 
/***** 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;
}

#footer {
	padding: 5px 0px;
	color:#000;
	font-size:10px;
	text-align:left;
	background:#FFFFFF;
}

a[href $='.pdf'] { 
   padding-right: 30px;
   background: transparent url(images/pdf.gif) no-repeat center right;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] { 
   padding-right: 30px;
   background: transparent url(images/doc.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 30px;
   background: transparent url(images/xls.gif) no-repeat center right;
}

/*a[href^="http:"] {
   padding-right: 30px;
   background: transparent url(images/link.gif) no-repeat center right;
}*/

a[href$='.mov'], a[href$='.avi'], a[href$='.wma'], a[href$='.mpeg'] { 
   padding-right: 30px;
   background: transparent url(images/mov.gif) no-repeat center right;
}

a[href $='.mp3'] { 
   padding-right: 30px;
   background: transparent url(images/mp3.gif) no-repeat center right;
}

/* TABLE STYLES */

.table {
	background: #FFFFFF;
	border: none;
}

.table td {
	padding:6px 4px;
	vertical-align:top;
	border: none;
	border-bottom: 1px dashed #CCCCCC;
}

.table_date {
	color:#FFFFFF;
	background-color:#FF6600;
	font-weight:bold;
}

/*.hot li, .hot ul {
list-style-image: url(images/new.gif);
list-style-type: circle;
list-style-position: outside;
margin: 1px;
padding:4px;
color: #000;
}

.hot li a, .hot ul a {
color: #000;
}*/

#hot {
	padding:0px;
	color:#FF6600;
}

#hot a {
	color:#000;
}

#hot ul {
list-style-image: url(images/new.gif);
list-style-type: circle;
list-style-position: inside;
color: #FF6600;
}

hr.hr1 {
      border-bottom: 1px dashed #FF6600;
      border-top: 1px solid #FF6600;
      color: #fff;
      background-color: #fff;
      height: 4px;
}  

hr.hr2 {
      border-top: 1px dashed #FF6600;
      border-bottom: 1px solid #FF6600;
      color: #fff;
      background-color: #fff;
      height: 4px;
}  

/***** Links *****/
 
a:link, a:visited
{
color: #FF6600;
}