﻿.usrContent
{
	padding:5px 10px 5px 10px;
	clear:both;
}

/* Headers */
.usrContent h1 { 
	line-height: 30px;
	font-size: 1.2em;
	padding-top: 12px;
	text-align: center;
}

.usrContent h2 {
	background-image: url(Images/txt_bgrnd.gif);
	line-height: 30px;
	font-size: 1.1em;
	padding-top: 12px;
	text-align: center;
	font-size: 12pt;
}

.usrContent h3
{
	/*font-size: 1.2em;*/
	text-align: left;
	padding-left: 10px;
	margin: 8px 0px 8px 0px;
	border-bottom: dotted 1px #0B71ED;	
}

.usrContent h4 {
	/*font-size: 1.15em; */
	text-align: left;
	padding-left: 15px;
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	border-bottom: dotted 1px #0B71ED;
}

.usrContent h5 {
	/*font-size: 1.11em; */
	text-align: left;
	padding-left: 10px;
	margin: 8px 0px 8px 0px;
	font-style:italic;
	border-bottom: dotted 1px #0B71ED;	
}

/* Plain text */

.usrContent p {
	font-size: 10pt;
	margin: 10px 0px 10px 0px;
}

/* List */

.usrContent ul{
    font-size: 0.8em;
}

.usrContent ul li
{
    list-style-position:outside;

}

.usrContent ol{
    font-size: 0.8em;
}

.usrContent ol li
{
    list-style-position:outside;

}

.usrContent img{
	padding: 10px 10px 0px 10px;
}

/* Quote */
.usrContent blockquote{
	margin-left: 20px;
	border-left: solid 3px #0B71ED;
	padding-left: 5px;
}
/* Term */
.usrContent.term{
	font-weight: bold;
}
/* Photo of the stuff */
.usrContent.stuffPhoto{

}

/* Last name of the stuff */
.usrContent.stuffLastName{
	
}

.usrContent.photoLabel{
	
}

.usrContent td{
    padding:5px;
}

.lineH
{
    line-height: 19pt;
}

.lineH *
{
    line-height: 19pt;
}
