#block-content h1 {
	font-size:24px;
	font-weight:normal;
	font-family:Times New Roman;
	color:#284103;
	margin-bottom:25px;
	padding-left:15px;
}

#block-content h2 {
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	color:#284103;
	margin-bottom:18px;
	padding-bottom:10px;
	border-bottom:1px solid #284103;
	padding-left:15px;
	padding-top:8px;
}
#block-content h2 a {
	color:#284103;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
}

#block-content h3 {
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	color:#000;
	margin-bottom:18px;
	padding-left:15px;
}

#block-content h4 {
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	color:#000;
	margin-bottom:18px;
	padding-left:15px;
}

p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
	padding:0 15px;
}

a {
	color:#f17100;
}

img {
	border:0 none;
}

#block-content blockquote {
	font-size:12px;
	font-family:rebuchet MS,Arial;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
	line-height: 16px;
	background: url(../images/typography/quote_up.png) top left no-repeat;
	display: inline-block;
	color:#474747;
	padding-bottom:19px;
	border: none;
}

#block-content blockquote.left {
	width:40%;
	float:left;
	padding-right: 6%;
}

#block-content blockquote.left p {
	background:none;
}


#block-content blockquote.right {
	width:43%;
	float:right;
	margin-left: 6%;
	padding-left:0px;
	background:none;
}

#block-content blockquote.right p {
	background: url(../images/typography/quote_down.png) bottom right no-repeat;
	padding: 0px 36px 0px 0px;
}

#block-content blockquote p {
	font-size: 12px;
	padding:0px;
	float: left;
}

ul {
	list-style-image: url('../images/typography/bg-li.png');
	margin:0;
	padding:0;
	list-style-position: inside;
}

ul li {
	font-family:Arial;
	line-height:20px;
	font-size:12px;
	color:#000;
	list-style-position: inside;
}

ol li {
	font-family:Arial;
	line-height:16px;
	font-size:12px;
	color:#5b5b5b;
	font-style: italic;
	list-style-position: inside;
}

ul.accent {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 10px;
	list-style-position: inside;
}

ul.accent li.arrow1, ul.arrow1 li {
    background: url(../images/typography/bg-arrow1.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li.key1, ul.key1 li {
    background: url(../images/typography/bg-key1.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li.tree1, ul.tree1 li {
    background: url(../images/typography/bg-tree1.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li.bullet2, ul.bullet2 li {
    background: url(../images/typography/bg-bullet2.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li.bullet3, ul.bullet3 li {
    background: url(../images/typography/bg-bullet3.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li.blank1, ul.blank1 li {
    background: url(../images/typography/bg-blank1.png) no-repeat scroll 4px 0.2em transparent;
}

ul.accent li {
	padding:0 0 0 25px;
	margin-left:0px;
}

div.note, div.alert, div.info, div.myemail, div.download, div.warn, div.idea, div.accept, div.accept, div.secure, div.author, div.time, div.mycomment, div.tools {
	text-align: left;
	padding: 10px 10px 10px 48px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin: 15px 0px 15px 0px;
	line-height: 150%;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

div.accept {
	background: #d7feaf url(../images/typography/accept.png) no-repeat 10px 50%;
	color: #526a00;
}
div.accept a {
	color: #526a00;
}

div.alert {
	background: #ffd3d1 url(../images/typography/alert.png) no-repeat 10px 50%;
	color: #b11902;
}
div.alert a {
	color: #b11902;
}

div.warn {
	background: #fff5a8 url(../images/typography/warn.png) no-repeat 10px 50%;
	color: #000;
}
div.warn a {
	color: #000;
}

div.info {
	background: #aaceff url(../images/typography/info.png) no-repeat 10px 50%;
	color: #005ad6;
}
div.info a {
	color: #005ad6;
}

div.note {
	background: #aee9ff url(../images/typography/note.png) no-repeat 10px 50%;
	color: #000;
}
div.note a {
	color: #000;
}

div.download {
	background: #addf34 url(../images/typography/download.png) no-repeat 10px 50%;
	color: #000;
}
div.download a {
	color: #000;
}

div.email {
	background: #fff;
	color: #000;
}
div.email a {
	color: #000;
}

div.idea {
	background: #f1a710 url(../images/typography/idea.png) no-repeat 10px 50%;
	color: #000;
}
div.idea a {
	color: #000;
}

div.secure {
	background: #cbcbcb url(../images/typography/secure.png) no-repeat 10px 50%;
	color: #000;
}
div.secure a {
	color: #000;
}

div.author {
	background: #e7e7e7 url(../images/typography/author.png) no-repeat 10px 50%;
	color: #000;
	border:1px solid #4a4a4a;
}
div.author a {
	color: #000;
}

div.mycomment {
	background: #fff url(../images/typography/mycomment.png) no-repeat 10px 50%;
	color: #000;
	border:1px solid #e1e1e1;
}
div.mycomment a {
	color: #000;
}

div.time {
	background: #fff url(../images/typography/time.png) no-repeat 10px 50%;
	color: #000;
	border:1px solid #aee9ff;
}
div.time a {
	color: #000;
}

div.tools {
	background: #fff url(../images/typography/tools.png) no-repeat 10px 50%;
	color: #000;
	border:1px solid #aee9ff;
}
div.tools a {
	color: #000;
}



