html,body { 
	margin-left:0px; 
	margin-top:0px; 
	background: #d3d7e0 url(images/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentbox {
	background-image: url('images/be_fon.gif');
	background-repeat: repeat-x;

	display: block; /* box with visible border, background white */
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto; /* to center it */
	width: 764px;
	background-color: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-bottom:50px;
	padding-top:45px;
}

.textualcontent { 
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	font-size:12px;
}
.textualcontent h1 {
	text-align:center;
	font-size:22px; 
	margin-left:50px;
	margin-right:50px;
}
.textualcontent h2 { 
	text-align: center;
	font-size:17px;
	font-weight:bold;
}
.textualcontent h3 { 
	text-align: left;
	font-size18px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.textualcontent h6 { 
	text-align: center;
	font-size: 17px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.textualcontent h6 span {
	margin-bottom:150px;
	padding-bottom:150px;
	text-align: center;
	font-size: 22px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.textualcontent p { 
	font-weight:bold;
	text-align:justify;
}
.textualcontent ul li { 
	font-weight:bold;
	margin-left:0px;
	padding-bottom:15px;
	text-align:justify;
}
.centeredElement { 
	/* for IE */
    text-align:center;
    display:block;
	/* Other, more standards W3C compliant browers. */
    margin-left: auto;
    margin-right: auto
}


#thinbullets ul li { 
	font-weight:normal;
	color:#FF0000;
}
.redtext { 
	color:#FF0000;
}
.bluetext { 
	color:#00FF00;
}
.bigtext { 
	font-size:16px;
}

.bluetext { 
	color:blue;
}

.bluebox { 
	width:425px;

	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;

	text-align:center;
	font-size:15px;

	background-color:#F0FFFE;

	border-color:#999999;
	border-style:solid;
	border-width:1px;

	/* Centering for IE */
    text-align:center;
    display:block;
	/* Centering for other, more standards W3C compliant browers. */
    margin-left: auto;
    margin-right: auto
}

.bluebox h4 { 
	font-size:20px;
	display:inline;
}
.bluebox h5 {
	font-weight:normal;
	font-size:18px;
	display:inline;
}
.bluebox ul li { 
	font-weight:normal;
	text-align:left;
	margin-left:0px;
	padding-bottom:15px;
}
.spacer { 
	height:30px;
}

.yellowbox {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:350px;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
	text-align:justify;
	font-size:12px;
	background-color: #FFFFCC;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	font-weight:normal;
}
.yellowbox img { 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-style:none;
}
.yellowbox p { 
	font-weight:normal;
	text-align:center;
	font-size:12px;
	text-align:justify;
}
.yellowbox h3 { 
	font-size:12px;
}
.smallesttext {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align:center;
	font-size:9px;
	font-style:normal;
}
img{
	border:none;
}
