body {
	font-family: 'Segoe UI', 'Helvetica', Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

a {
	font-weight: bold;
	color: #0088CC;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: black;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h1, .h1,
big {
	font-size: 2.2em;
}

h2, .h2 {
	font-size: 2em;
}

h3, .h3 {
	font-size: 1.6em;
}

h3, .h3 {
	font-size: 1.4em;
}

h4, .h4 {
	font-size: 1.2em;
}


abbr {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

address {
	display: block;
	margin: 0px 0px 15px;
	font-style: normal;
}

blockquote {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 15px;
	border-left: 5px solid #EEEEEE;
}

blockquote p {
	margin-bottom: 0px;
}

blockquote small {
	display: block;
	color: #999999;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

cite {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: Consolas, 'Courier New', monospace;
}

code,
pre {
	display: block;
}

p code {
	background: #EEE;
	padding: 0px 3px;
	border: 1px solid rgb(216, 216, 216);
	border-radius: 3px;
	display: inline;
}

del {
	text-decoration: line-through;
}

dd {
	margin-left: 10px;	
}

dl {
	margin: 0px 0px 15px;
}

dt {
	font-weight: bold;
}

em,
dfn,
var {
	font-style: italic;
}

ins {
	text-decoration: underline;
}

ol {
	list-style-type: decimal;
}

ol,
ul {
	margin: 0px 0px 15px 20px;
}

q {
	
}

small {
	font-size: 0.8em;	
}

strong {
	font-weight: bold;
}

sub {
	font-size: 0.8em;
	vertical-align: bottom;
}

sup {
	font-size: 0.8em;
	vertical-align: top;
}

.typo-left {
  text-align: left;
}

.typo-right {
  text-align: right;
}

.typo-center {
  text-align: center;
}

.typo-small {
	font-size: 0.9em;
}

.typo-weak {
	color: #999;
}

.typo-blue {
	color: #0088CC;
}

.typo-red {
	color: #DF0000;
}

.typo-green {
	color: #009C00;
}

.typo-yellow {
	color: #FFC600;
}

.typo-black {
	color: #000;
}

.typo-white {
	color: #FFF;
}