/*Common*/

/* To be remove css class as they are already in common.css */
/*

.blank 
{
padding:14px 0px 14px 0px;
border-bottom:1px dotted #000000;
overflow:hidden;
}

*/
.ImgBoard
{
 float:left;
 width:120px;
}

.Content
{
float:right;
text-align:justify;
width:83%;
}

.h2 {
	font-size: 1.5em;
	font-weight: normal;
	color:#61aee6;
}
.h3 {
	font-size: 1.4em;
	font-weight: normal;
	color:#cc3333;
}

