﻿.usrContent
{
	padding:5px 10px 5px 10px;
	clear:both;
	/*overflow:hidden;*/
}

.ncontent
{
    margin:-5px -10px -5px -10px;
}

/* Headers */
.usrContent h1 { 
	line-height: 30px;
	font-size: 1.2em;
	padding-top: 12px;
	text-align: center;
}

.usrContent h2 {
	line-height: 30px;
	font-size: 1.1em;
	padding-top: 12px;
	text-align: center;
	font-size: 12pt;
}

.usrContent h3 {
	text-align: left;
	padding-left: 10px;
	margin: 8px 0px 8px 0px;
	border-bottom: dotted 1px #3175AB;	
}

.usrContent h4 {
	text-align: left;
	padding-left: 15px;
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	border-bottom: dotted 1px #3175AB;
}

.usrContent h5 {
	text-align: left;
	padding-left: 10px;
	margin: 8px 0px 8px 0px;
	font-style:italic;
	border-bottom: dotted 1px #3175AB;	
}

/* Plain text */

.usrContent p {
	font-size: 0.8em;
	margin: 15px 0px 15px 0px;
}

/* List */

.usrContent ul
{
    font-size: 0.8em;
}

.usrContent ul li{
    list-style-position:outside;
}

.usrContent ol{
    font-size: 10pt;
}

.usrContent ol li{
    list-style-position:outside;
}

.usrContent img{
	padding: 10px 10px 0px 10px;
}

/* Quote */
.usrContent blockquote{
	margin-left: 20px;
	border-left: solid 3px #3175AB;
	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: 16pt;
}

.lineH *
{
    line-height: 16pt;
}