/* CSS Document */

/* border for images with class = border_img  */
.border_img{ padding:1px;
	border:6px solid #eceff0;
	float:left;
	margin-right:14px;}
/* CSS Document */

/* design of paragraph with class = error */
p.error {
    display: block;
    background: #FAE8E8 url(../images/error.gif) 10px 7px no-repeat;
    color: #CD3301;
    border-top: 2px solid #CD3301;
    border-bottom: 2px solid #CD3301;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = error */
p.tips {
    display: block;
    background: #ECF2FE url(../images/tips.gif) 10px 7px no-repeat;
    color: #63A5FF;
    border-top: 2px solid #63A5FF;
    border-bottom: 2px solid #63A5FF;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = error */
p.info {
    display: block;
    background: #FDF6E4 url(../images/info.gif) 11px 7px no-repeat;
    color: #E48049;
    border-top: 2px solid #E48049;
    border-bottom: 2px solid #E48049;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}


h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:bold;
	color:#004c9a;
}
.readmore{}
a.readmore{
	background:transparent url(../images/icon_read_more.gif) no-repeat scroll left bottom;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;
}
