
/*** PARAGRAPH STYLES  ***/

.para_lrgtxt {
    font-size: 18px;
    line-height: 22px;
    font-style: normal; font-variant: normal; font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    padding-right: 5px;
}

.para_mltxt {
    font-size: 1.2em;
    line-height: 1.3em;
    font-style: normal; font-variant: normal; font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    padding-right: 0px;
}


/* ******************************* */
/* ******************************* */
/* ******************************* */

.para_medtxt, .pdfrowwrapper p, div.newsfeed_textdiv p {
    font-size: 14px;
    line-height: 20px;
    font-style: normal; font-variant: normal; font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    padding-right: 5px;
}

.pdfrowwrapper p {
	margin-bottom: 10px;
}

.para_smltxt {
/*
    word-break: break-all;
    word-wrap: break-word;
*/
    font-size: 11px;
    line-height: 13px;
    font-style: normal; font-variant: normal; font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.tinytxt {
	padding: 0px;
	margin: 0px;
	color: #868686;
	line-height: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;	
}



/****	CUSTOMS		*****/

.xl {
	font-family: serif;
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 60px;
	line-height: 64px;
	padding: 5px 0 0px;
	margin: 0px;
}

.xl2 {
	font-family: serif;
	color: #333333;
	font-weight: bold;
	text-align: center;	
	font-size: 36px;
	line-height: 40px;
	padding: 5px 0 10px;
	margin: 0px;
}

.xl3 {
	font-family: serif;
	color: #333333;
	font-weight: bold;
	text-align: left;	
	font-size: 20px;
	line-height: 24px;
	padding: 5px 0 10px;
	margin: 0px;
}


.placeholder {
	width: 10px;
	height: 100px;
	background: green;
	border: 1px solid;	
}

.draggingstyle {
	background: lightgreen;
}

.dragframe {
	list-style-position: inside;
	list-style-type: none;
}


.sortablelist {
	list-style-position: inside;
	list-style-type: none;
}


/* FONT DEFINITIONS */

.helvetica{font-family:Helvetica, Verdana, Arial, sans-serif;}
.lucida{font-family:"Lucida Grande", Verdana, Arial, sans-serif;}
.georgia{font-family: Georgia, "Times New Roman", Times, serif;}
.courier{font-family:"Courier New", Courier, Monaco, monospace;}
.zapf{font-family:"Zapf Chancery", "Comic Sans MS", cursive;}

.b {font-weight: bold;}
.it {font-style: italic;}
.uu {text-decoration: underline;}
.nu {text-decoration: none;}

.gray {color: gray;}

.rt { text-align: right;}