/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
color:#0066CC;
text-decoration:none;
font-weight:normal;

}
p{
	text-align:justify;
	padding-left:10px;
}
.border{ border:1px solid #CCCCCC;
}
.banner{
	background:url(../images/header1.gif) no-repeat;
	height:258px;
}
.date{
	height:24px;
	border-top:1px solid #BDBCBD;
	border-bottom:1px solid #BDBCBD;
	margin-top:2px;
	line-height:24px;
	font-weight:bold;
	font-size:11px;
}
.heading-bg{
	background:url(../images/heading-repeat-bg.gif) repeat-x;
	height:21px;
	border:1px solid #6990B3;
	font-weight:bold;
	color:#403C3C;
	padding-left:8px;
	line-height:21px;
	font-size:14px;
}
.letter-bg{
	background:url(../images/letter-bg.gif) no-repeat;
	height:444px;
	background-position:right;

}
.letter-bg span{
		font-size:14px;
	 color:#0086CF;
	 font-weight:bold;
	 padding-left:22px;

}
.letter-bg p{
	padding-left:22px;
	padding-right:10px;
	text-align:justify;

}
.profe{
	font-weight:bold;
	color:#0086CF;
	font-size:14px;
}
.content-bg{
	background:url(../images/content-bg-repeat.gif) repeat-x;
	background-color:#CAD8DD;
	color:#333333;
	font-size:12px;
	text-align:justify;
	border:1px solid #BBBFC0;
	padding-top:10px;
	padding-right:10px;
	padding-left:8px;
}

.content-bg p{
padding-left:5px;
padding-right:5px;


}