h1,h2,h3,h4,h5, h6{color:#ED1C24; text-transform:uppercase; margin-top:0;}
h1{font-size:1.35em; line-height:1.5em;}
h2{font-size:1.35em;line-height:1.5em;}
h3{font-size:1.2em;color:#ED1C24; line-height:1.2em;}
h4{font-size:1.15em;color:#545454;margin:10px 0 20px;}
h4 a{text-decoration:none;}
h5{font-size:1.1em;color:#7B7571}
h6{font-size:1em;color:#7B7571}
/* ===== textual framework ================ */
.grey_bg{
	background:#7B7571;
	color:#fff;
	padding:10px;
}
.red_bg{
	background:#ED1C24;
	color:#fff;
	padding:10px;
}
.lightgrey_bg{
	background:url(../../images/buttom.png) bottom left repeat-x #EFEFEF;
	border: 1px solid #CCCCCC;
	color:#333;
	padding:10px;
}
.red-writing {
    color: #ED1C24;
}
.bigtext
{
	font-size: large;
}
.medium_text
{
	font-size: medium;
}
.smalltext
{
	font-size: 80%;
}
.verysmalltext
{
	font-size: x-small;
}
.textright
{
	float:right;
	text-align:right;
	width:100%;
}
.center
{
	float:left;
	text-align: center;
	width:100%;
}
.picture-left
{
	float:left;
	margin-right:10px;
}
.picture-right
{
	float:right;
	margin-left:10px;
}
