/* GENERAL STYLES */
html {
	padding:0px;
	margin:0px;
}

body {
	font-family: Arial;
	font-size: 11px;
	color:#3C3A3B;
	padding:0px;
	margin:0px;
	padding-bottom:30px;
	background-color:#B1AFB0;
}

H1 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#028ECC;
}

H6 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#F47B20;
}

H2 {
	font-size: 16px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:5px;
	color:#028ECC;
}

H3 {
	font-size: 13px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:5px;
	color:#028ECC;
}

H4 {
	font-size: 13px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
	color:#A7A7A7;
}

H5 {
	font-size: 13px;
	font-weight:bold;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
	color:#028ECC;
}

a {
	text-decoration:underline;
	color:#F47B22;
}

p{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:5px;
}

img {
	border:none;
}
/******************/
/*CSS for generic */
/******************/
.outline {
	width:854px;
	background-color:#ffffff;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
}

.headerblank ,.header, .header0, .header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8, .header9 {
	width:854px;
	height:271px;
}
.header {
	background-image:url(/templates/images/headers/homepage.jpg);
	background-repeat:no-repeat;
}
.header0 {
	background-image:url(/templates/images/headers/homepage.jpg);
	background-repeat:no-repeat;
}
.header1 {
	background-image:url(/templates/images/headers/our_work.jpg);
	background-repeat:no-repeat;
}
.header2 {
	background-image:url(/templates/images/headers/get_involved.jpg);
	background-repeat:no-repeat;
}
.header3 {
	background-image:url(/templates/images/headers/about_us.jpg);
	background-repeat:no-repeat;
}
.header4 {
	background-image:url(/templates/images/headers/media&resources.jpg);
	background-repeat:no-repeat;
}
.header5 {
	background-image:url(/templates/images/headers/donate.jpg);
	background-repeat:no-repeat;
}
.header6 {
	background-image:url(/templates/images/headers/site_map.jpg);
	background-repeat:no-repeat;
}
.header7 {
	background-image:url(/templates/images/headers/privacy&policy.jpg);
	background-repeat:no-repeat;
}
.header8 {
	background-image:url(/templates/images/headers/sudanesewomen.jpg);
	background-repeat:no-repeat;
}
.header9 {
	background-image:url(/templates/images/headers/little_cambodiangirl.jpg);
	background-repeat:no-repeat;
}
.headerblank img,.header img,.header0 img, .header1 img, .header2 img, .header3 img, .header4 img, .header5 img, .header6 img, .header7 img, .header8 img, .header9 img{
	padding-left:40px;
	padding-top:10px;
}
.topnav {
	width:854px;
	height:25px;
	background-color:#F47B20;
	color:#ffffff;
	font-size: 14px;
	font-weight:normal;
}
.content {
	width:854px;
	overflow:hidden;
	z-index:1;
}
#leftcontent {
	float:left;
	width:242px;
	padding-top:15px;
	padding-left:5px;
	padding-right:15px;
}
#maincontent {
	float:left;
	width:580px;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}
.footerupper {
	width:854px;
	height:103px;
	background-image:url(/templates/images/footer-upper.jpg);
	background-repeat:no-repeat;
}
.footer {
	width:844px;
	height:35px;
	text-align:right;
	background-color:#F47B20;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
}
.footer a {
	font-size: 12px;
	font-weight:normal;
	padding-right:15px;
	color:#ffffff;
	text-decoration:underline;
}
.footerwdg {
	color:#747273;
	padding-top:5px;
	text-align:center;
}
.footerwdg a{
	color:#747273;
	text-decoration:underline;
}
/*********************/
/*End of generic CSS */
/*********************/

/**********************/
/* CSS top navigation */
/**********************/
ul#mainlevel, ul#mainlevelblue, li#mainlevel, dd, ul, li, li#sublevel {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#menu {
/*position: relative; /* Menu position that can be changed at will */
	z-index:100;
	width: 100%; /* precision for Opera */
	height:25px;
	background-color:#ffffff;
}

#menu ul#mainlevel {
	width:142px;
	float:left;
}
#menu ul#mainlevelblue {
	width:144px;
	float:left;
}
#menu li#mainlevelli {
	height:21px;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	background-color: #F47B20;
	background-image:url(/templates/images/menu-back-orange2.gif);
	background-repeat:no-repeat;
	border-right: 0px solid #ffffff;
}
#menu li#mainlevelli.blue {
	width:144px;
	height:21px;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	background-image:url(/templates/images/menu-back-blue2.gif);
	background-repeat:no-repeat;
	border:none;
}
#menu li#mainlevelli.highlightblue {
	width:144px;
	height:21px;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	background-image:url(/templates/images/menu-back-blue-over2.gif);
	background-repeat:no-repeat;
	border: 0 none;
}
#menu li#mainlevelli.highlightblue a#mainlevelnav.blue{
	background-image:url(/templates/images/menu-back-blue-over2.gif);
	color:#ffffff;
	border: 0 none;
}

#menu div {
	display: none;
	width:141px
	border: 0px;
	z-index:100;
	position:relative;
}
#menu div ul{
	width:141px
/*	display:block;*/
}
#menu li#sublevel {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	background-color: #ffffff;
	text-align: center;
	color:#000000;
	height:18px;
	border-bottom: 1px solid #F47B20;
	display:block;
}
#menu li#sublevel a#sublevelnav {
	font-size: 12px;
	color:#F47B20;
	text-align:left;
	text-decoration: none;
	display:block;
	height:18px;
	line-height:18px;
	padding-left:10px;
}
#menu li#mainlevelli a#mainlevelnav {
	color: #ffffff;
	text-decoration: none;
	background-image:url(/templates/images/menu-back-orange2.gif);
	background-repeat:no-repeat;
	display: block;
	border: 0 none;
	padding-left:5px;
	height:21px;
	line-height:21px;
}
#menu li#mainlevelli.highlighted a#mainlevelnav {
	color:#F47B20;
	background-image:url(/templates/images/menu-back-orange_ACTIVE.gif);
}

#menu li#mainlevelli.blue a#mainlevelnav.blue {
	background-image:url(/templates/images/menu-back-blue2.gif);
}
#menu li#mainlevelli a#mainlevelnav:hover, #menu li#mainlevelli a#mainlevelnav:focus {
	color:#F47B20;
	background-image:url(/templates/images/menu-back-OVER2.gif);
}
#menu li#mainlevelli.blue a#mainlevelnav.blue:hover, #menu li#mainlevelli.blue a#mainlevelnav.blue:focus {
	color:#ffffff;
	background-image:url(/templates/images/menu-back-blue-over2.gif);
}
#menu li#mainlevelli.highlightblue a#mainlevelnav.blue:hover, #menu li#mainlevelli.highlightblue a#mainlevelnav.blue:focus {
	color:#ffffff;
	background-image:url(/templates/images/menu-back-blue-over2.gif);
}#menu li#sublevel a#sublevelnav:hover, #menu li#sublevel a#sublevelnav:focus {
	background-color:#FAE8DA;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}
/**************************/
/* End CSS top navigation */
/**************************/

/***********************/
/* CSS left Navigation */
/***********************/
.titleleft {
	font-size:16px;
	background-color:#ffffff;
	width:232px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#F47B20;
}
ul#mainlevelleft, li#mainlevelleft, dd, ul, li, li#sublevelleft {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#menuleft{
	/*position: absolute; /* Menu position that can be changed at will */
	width: 232px; /* precision for Opera */
	font-size:14px;
	background-color:#ffffff;
	color:#F47B20;
	text-decoration:none;
	padding-bottom:10px;
}

#menuleft ul#mainlevelleft {
	width:231px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}
#menuleft li#mainlevelleft {
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	background-color: #ffffff;
	background-repeat:no-repeat;
}
#menuleft div {
	display: none;
	border: 0px;
	width: 232px;
	padding:0px;
	margin:0px;
	z-index:2000;
}
#menuleft div ul{
	width: 232px;
	z-index:2000;
/*	display:block;*/
}
#menuleft div.visible{
	display: block;
	border: 0px;
	width: 232px;
	padding-top:5px;	
}
#menuleft div.visible ul{
	width: 232px;
	border-top:1px solid #F47B20;
/*	display:block;*/
}
#menuleft li#sublevelleft {
	background-color: #ffffff;
	text-align: center;
	color:#000000;
	width:232px;
	border-bottom: 1px solid #F47B20;
	display:block;
}
#menuleft li#sublevelleft a#sublevelnav {
	font-size: 12px;
	color:#A2A2A2;
	text-align:left;
	text-decoration: none;
	display:block;
	height:21px;
	line-height:21px;
	padding-left:15px;
	background-color:#ffffff;
}
#menuleft li#sublevelleftroll {
	background-color: #F2F2F2;
/*	filter:alpha(opacity=90);*/
/*	-moz-opacity:0.9;*/
/*	opacity: 0.9;*/
	text-align: center;
	color:#000000;
	height:20px;
	width:180px;
	display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
#menuleft li#sublevelleftroll a#sublevelnav {
	font-size: 12px;
	color:#A2A2A2;
	text-align:left;
	text-decoration: none;
	display:block;
	height:20px;
	line-height:20px;
	padding-left:15px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	background-color: #F2F2F2;
}
#menuleft li#sublevelleft.highlightedsub a#sublevelnav {
	background-image:url(/templates/images/leftmenu-back-orange_ACTIVE.gif);
}
#menuleft li#mainlevelleft a#mainlevelnav {
	color: #A2A2A2;
	background-color:#ffffff;
	text-decoration: none;
	display: block;
	border: 0 none;
	padding-left:10px;
	height:21px;
	line-height:21px;
	background-image:url(/templates/images/menu-left-lightgrey.gif);
}
#menuleft li#mainlevelleft.highlighted a#mainlevelnav {
	background-image:url(/templates/images/leftmenu-back-grey_ACTIVE.gif);
}


#menuleft li#mainlevelleft a#mainlevelnav:hover, #menuleft li#mainlevelleft a#mainlevelnav:focus {
	color:#A2A2A2;
	background-image:url(/templates/images/menu-left-grey.gif);
}
#menuleft li#sublevelleft a#sublevelnav:hover, #menuleft li#sublevelleft a#sublevelnav:focus {
	background-image:url(/templates/images/menu-left-orange-OVER.gif);
}
#menuleft li#sublevelleftroll a#sublevelnav:hover, #menuleft li#sublevelleftroll a#sublevelnav:focus {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	background-color:#FAE8DA;
}

/***************************/
/* End CSS left Navigation */
/***************************/


/********************************/
/* CSS left handside homepage */
/*******************************/
.newsheader {
	background-color:#E9E5E6;
	width:232px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	color:#6D6B6C;
}
.newsseparator{
	width:237px;
	height:10px;
	border-bottom:1px solid #F47B20;
}
.newsseparator-noborder{
	width:237px;
	height:25px;
}
.newsleft-morenews{
	width:237px;
	height:21px;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
}
.newsleft,.newsleft-highlight{
	width:232px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #F47B20;
	color:#878785;
}
.newsleft-highlight{
	background-color:#FFF2E9;
}
.newsleft p, .newsleft-highlight p, .newsleft-noborder p {
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.newsleft h5 {
	font-weight:bold;
	color:#028ECC;
}
.newsleft-highlight h5{
	font-weight:bold;
	color:#F47B20;
}
.newsleft a {
	text-decoration:none;
	color:#A7A7A7;
}
.newsleft-highlight a {
	text-decoration:none;
	color:#F47B20;
}
.newsleft-noborder {
	width:232px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:0px solid #ffffff;
	color:#878785;
}
/********************************/
/*End CSS left handside homepage */
/*******************************/

/********************************/
/*CSS for the registration form */
/*******************************/
form.registration {
	width:550px;
//	background-image:url(/templates/images/registration_bg.gif);
//	background-repeat:repeat-x;
//	background-color:#EBEBEB;
	background:none;
	font-family: Arial;
	font-size: 11px;
	color:#3C3A3B;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}

form.registration input{
	border:1px solid #F47B22;
	width:130px;
}

form.registration input.postcode{
	border:1px solid #F47B22;
	width:60px;
}

form.registration SELECT{
	border:1px solid #F47B22;
}

form.registration textarea{
	border:1px solid #F47B22;
	width:400px;
	height:45px;
}

form.registration div.checkbox{
	padding-left:25px;
	line-height:20px;
}
form.registration div.checkbox input{
	border:0px solid #F47B22;
	width:auto;
}

form.registration div.checkbox input.check {
	border:0px solid #F47B22;
	width:auto;
}

form.registration div.checkbox2 input{
	border:0px solid #F47B22;
	width:auto;
}
form.registration input.submit {
	background-image:url(/templates/images/submit.gif);
	background-repeat:no-repeat;
	border:0px;
	width:69px;
	height:22px;
}

form.registration input.reset {
	background-image:url(/templates/images/reset.gif);
	background-repeat:no-repeat;
	border:0px;
	width:69px;
	height:22px;
}

form.registration table tr {
	line-height:25px;
}
form.registration table td {
	vertical-align:top;
}

form.registration table td.col1 {
	width:20%;
}

form.registration table td.col3, form.registration table td.col5, form.registration table td.col6 {
	width:10%;
}

form.registration table td.col4 {
	width:10%;
}

form.registration table td.col2 {
	width:20%;
}
form.registration table td.col7 {
	width:45%;
}

/*************************************/
/* End CSS for the registration form */
/*************************************/

/*************************************/
/* CSS for fading border on the form */
/*************************************/
.bottomform {
	background-image:url(/templates/images/bottom-form.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#EBEBEB;
	padding-bottom: 1px;
	width:570px;
}
.rightform {
	background-image:url(/templates/images/right-form2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right: 1px;
	width:570px;
}
.topform {
	background-image:url(/templates/images/top-form.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#EBEBEB;
	padding-top:1px;
	width:570px;
}
.righttopform {
	background-image:url(/templates/images/right-form-top.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 1px;
	width:570px;
}
.intro-bottom {
	background-color:#ffffff;
	width:570px;
	vertical-align:top;
	z-index:100;
}
.topform-small {
	background-image:url(/templates/images/bottom-form.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#EBEBEB;
	padding-top:1px;
	width:270px;
	margin:0px;
}
.righttopform-small {
	background-image:url(/templates/images/right-form-top.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 1px;
	width:270px;
	position:absolute;
}
.righttopform-small-right {
	background-image:url(/templates/images/right-form-top.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 1px;
	width:270px;
	position:relative;
	left:300px;
}
/*****************************/
/* End CSS for fading border */
/*****************************/

/**************************************************/
/* CSS for border white on the homepage teasertab */
/*************************************/
.bottomform-off {
	background-color:#ffffff;
	padding-bottom: 1px;
	width:570px;
}
/****************************/
/* End CSS for white border */
/****************************/

/******************************/
/* CSS for homepage teasertab */
/******************************/
.module-homepage-on{
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	padding-left:5px;
	padding-right:5px;
	width:560px;
}

.module-homepage {
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	padding-left:5px;
	padding-right:5px;
	width:560px;
}


.module-homepage H1 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#656563;
}

.module-homepage H6 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#028ECC;
}

.module-homepage H2 {
	font-size: 16px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:5px;
	color:#656563;
}
.module-homepage p {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:5px;
}

.module-homepage a {
	text-decoration:underline;
	color:#9F9E9C;
}

table.homepageitem {
	width:565px;
	height:150px;
}

table.homepageitem td.text_col{
	text-align:left;
	padding-right:10px;
	vertical-align:top;
}

table.homepageitem td.img_col{
	width:150px;
	text-align:left;
}

/*****************************/
/*** maincontent *************/
/*****************************/
.contentinner {
	width:560px;
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	font-family: Arial;
	font-size: 11px;
	color:#3C3A3B;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.contentinner img{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
.contentinner ul li {
	margin-left:50px;
	list-style:disc;
}

/*****************************/
/*** Country page ************/
/*****************************/
table.homepageitem td.country_top_col{
	vertical-align:top;
	text-align:left;
	padding-right:10px;
}
table.homepageitem td.country_top_col img{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
table.homepageitem td.country_top_img_col{
	vertical-align:top;
	padding-bottom:5px;
	width:250px;
	text-align:right;
}

table.country-content {
	background-color:#EBEBEB;
	padding:0px;
	margin:0px;
	border:none;
}

table.country-content td.left-content{
	vertical-align:top;
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	padding-left:5px;
	padding-right:5px;
	width:290px;
}
table.country-content td.left-content img{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
table.country-content td.middle-content{
	vertical-align:top;
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	width:5px;
}
table.country-content td.right-content{
	vertical-align:top;
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	padding-left:5px;
	padding-right:5px;
	width:245px;
}
table.country-content td.right-content img{
	padding-top:0px;
	padding-bottom:15px;
	padding-left:10px;
}

/**********************************/
/*** Introduction page ************/
/**********************************/
#intro-content {
	background-image:url(/templates/images/registration_bg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
	padding-left:5px;
	padding-right:5px;
	height:240px;
	overflow:hidden;
}
#intro-content img{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
	padding-top:5px;
}

.space {
	height:20px;
	width:580px;
	background-color:#ffffff;
}
/**********************************/
/*** Image Gallery ****************/
/**********************************/
.gallery {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.gallerycontent {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.gallerycontent img{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.gallery-footer {
	border-top:1px solid #F47B22;
	width:100%;
	text-align:center;
}
.gallery-footer .previous, .gallery-footer .next{
	font-size: 20px;
	font-weight:bold;
	color:#028ECC;
	padding-top:10px;
}
.gallery-footer .previous{
	text-align:left;
	padding-bottom:10px;
}
.gallery-footer .next{
	text-align:right;
	padding-bottom:10px;
}
.image-item {
	float:left;
	padding-left:20px;
	padding-bottom:10px;
}
/*************************/
/*** Map page ************/
/*************************/
.worldmap{
	height:520px;
}
.worldmap img{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0px;
}
#country {
	background-color:#028ECC;
	color:#ffffff;
	border:1px solid red;
	padding:5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	visibility: hidden;
	float:left;
	position:relative;
}
/*****************************/
/*** SITEMAP *************/
/*****************************/
#sitemap {
	font-family: Arial;
	font-size: 13px;
	color:#3C3A3B;
	padding-bottom:0px;
	margin-bottom:0px;
}
#sitemap ul li a{
	color:#3C3A3B;
	font-weight:bold;
	text-decoration:none;
}
#sitemap ul li ul li a{
	color:#3C3A3B;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#sitemap ul li ul li ul li a{
	color:#3C3A3B;
	font-weight:normal;
	font-size: 11px;
	text-decoration:underline;
}




/* EDITOR PROPERTIES */
H1 {
H1 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	color:#028ECC;
}

}

H2 {
H2 {
	font-size: 16px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:0px;
	color:#028ECC;
}

}

H3 {
H3 {
	font-size: 13px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	color:#028ECC;
}


}

Header4 {
H4 {
	font-size: 13px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
	color:#A7A7A7;
}

}

H5 {
H5 {
	font-size: 13px;
	font-weight:bold;	font-weight:normal;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
	color:#028ECC;
}

}

H6 {
H6 {
	font-size: 20px;
	font-weight:bold;
	padding-top:5px;
	color:#F47B20;
}

}

P {
p{
	font-weight:normal;
	padding-top:1px;
	padding-bottom:1px;
}

}


