/* CSS Document */
body { background: #fff; }
/* border for images with class = border_img  */
.border_img{ border: 1px solid #c8bcc3; padding: 0px; float: left; margin: 5px;}
/* CSS Document */

/* design of paragraph with class = error */
p.error {
    display: block;
    background: #ffeaea url(../images/error.gif) 10px 7px no-repeat;
    color: #e86767;
    border: 1px solid #ffb1b1;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = error */
p.tips {
    display: block;
    background: #f4fdff url(../images/tips.gif) 10px 7px no-repeat;
    color: #5c788d;
    border: 1px solid #91daf1;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = error */
p.info {
    display: block;
    background: #e0eecc url(../images/info.gif) 11px 7px no-repeat;
    color: #617f10;
    border: 1px solid #c1e789;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}
p.grey{
	border-left: 4px solid #a51773;
	background: #f2f2f1;
	padding: 15px;
}
p.dark{
	border-left: 4px solid #a51773;
	background: #e1e0df;
	padding: 15px;
}
.quote {
	color: #787878;
	background: url(../images/quote1.png) top left no-repeat;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 5px 10px 0 40px;
	font-weight: bold;
	display: block;
}
.sectiontableheader{}
.sectiontableentry1{}
.sectiontableentry2{}
