p{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}
.componentheading, h1 {
    font-size: 24px;
    line-height: 24px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5, h6 {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .componentheading {
	font-weight: normal;
	margin: 5px 0 10px;
	font-family: Arial;
	color: #1b1b1b;
}
h1, h2, h3 {
	line-height: 100%;
}
blockquote{
	border: none;
	padding: 0;
}
blockquote p{
	font-size: 13px;
	font-family: Arial;
	font-style: italic
}
.text-drop-cap::first-letter {
	float: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 20px;
	margin: 8px 5px 0 0;
	text-transform: uppercase;
	color: #7e7e7e;
}
/*       Table         */
.table-heading tbody tr:first-child td,
.table-heading tbody tr:first-child th{
	background-color: #e2e2e2;
}
.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
	background-color: #e2e2e2;
}
.table-striped tbody tr:nth-child(2n) td,
.table-striped tbody tr:nth-child(2n) th{
	background-color: #f0f0f0;
}

.table tbody tr:hover td,
.table tbody tr:hover th{
	background-color: #c8c8c8;
}
.box-content {
	margin: 10px 0 15px 0;
	padding: 20px;
	border: 1px solid #c6c6c6;
}
.box-note {
	margin: 10px 0 15px 0;
	padding: 20px;
	background: #efefef;
	border: 1px solid #c6c6c6;
}
.box-info,
.box-download,
.box-hint {
	min-height: 22px;
	padding: 8px 8px 8px 28px;
	line-height: 24px;
	margin: 5px 15px;
}
.box-info {
	background: url("../images/icons/typo/info.png") no-repeat scroll 2px center;
}
.box-download {
	background: url("../images/icons/typo/download.png") no-repeat scroll 2px center;
}
.box-hint {
	background: url("../images/icons/typo/star.png") no-repeat scroll 2px center;
}
.the-arrow > li, .the-check > li, .the-dot > li, .the-plus > li{
	padding: 3px 0 0 20px;
	background-image: url("../images/icons/typo/list-style.png");
	background-repeat: no-repeat;
	list-style: none;
}
.the-arrow > li{
	background-position: -16px -49px;
} 
.the-check > li{
	background-position: 0px -70px;
}
.the-dot > li{
	background-position: -25px -32px;
}
.the-plus > li{
	background-position: -41px -16px;
}
