body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#666;
}
h1 {
	margin:0;
	padding:0.5em 0 0.3em 0;
	font-size:1.6em;
	font-weight:bold;
	font-style:normal;
	color:#333;
}

h2, h3, h4, h5, h6 {
	margin:0;
	padding:0.8em 0 0.3em 0;
}
h2 { font-size:1.4em; font-weight:bold;   font-style:normal; color:#333;}
h2:first-letter {
	color:#fd5b21;
}
h3 { font-size:1.2em; font-weight:bold;   font-style:normal; color:#fd5b21;}
h4 { font-size:1.0em; font-weight:bold;   font-style:normal; color:#fd5b21;}
h5 { font-size:1.0em; font-weight:normal; font-style:normal; color:#333;}
h6 { font-size:1.0em; font-weight:normal; font-style:normal; color:#666;}

p {
	margin:0;
	padding:0.4em 0 0.5em 0;
	font-size:1em;
	line-height:1.3em;
	color:#333;
}
ol {
	margin:0;
	padding:0.4em 0 0.5em 2.2em;
	font-size:1em;
	line-height:1.3em;
	color:#333;
}
ol li {
	margin:0;
	padding:0.1em 0 0.1em 0.3em;
}
ul {
	margin:0;
	padding:0.4em 0 0.5em 0;
	font-size:1em;
	line-height:1.3em;
	color:#333;
	list-style-type:none;
}
ul li {
	margin:0;
	padding:0.1em 0 0.1em 1.1em;
	background:url('./img/bullet.gif') no-repeat 0 7px;
}
* html ul li { /* fixing ie6 bug no bg-image displays */
	height:1%;
}
a {
	color:#fd5b21;
	text-decoration:underline;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}

a.zip {
	padding-left:12px;
	background:url('./icon/zip.gif') no-repeat 0 50%;
}
a.file {
	padding-left:12px;
	background:url('./icon/default.gif') no-repeat 0 50%;
}
a.txt {
	padding-left:12px;
	background:url('./icon/txt.gif') no-repeat 0 50%;
}
a.image {
	padding-left:12px;
	background:url('./icon/image.gif') no-repeat 0 50%;
}
a.movie {
	padding-left:12px;
	background:url('./icon/movie.gif') no-repeat 0 50%;
}
a.pdf {
	padding-left:12px;
	background:url('./icon/pdf.gif') no-repeat 0 50%;
}
a.vsd {
	padding-left:12px;
	background:url('./icon/vsd.gif') no-repeat 0 50%;
}
a.xls {
	padding-left:12px;
	background:url('./icon/xls.gif') no-repeat 0 50%;
}
a.doc {
	padding-left:12px;
	background:url('./icon/doc.gif') no-repeat 0 50%;
}
a.xml {
	padding-left:12px;
	background:url('./icon/xml.gif') no-repeat 0 50%;
}


a.email {
	padding-left:12px;
	background:url('./icon/email.gif') no-repeat 0 50%;
}


a.more {
	padding-left:16px;
	background:url('./icon/more.gif') no-repeat 0 50%;
}
a.popup {
	padding-left:12px;
	background:url('./icon/popup.gif') no-repeat 0 50%;
}
a.external {
	padding-left:12px;
	background:url('./icon/external.gif') no-repeat 0 50%;
}
a.secure {
	padding-left:12px;
	background:url('./icon/secure.gif') no-repeat 0 50%;
}

strong {
	font-weight:bold;
	font-style:normal;
	color:#fd5b21;
}
em {
	font-weight:bold;
	font-style:normal;
	color:#333;
}

img {
	border:0 solid;
}