body, p, ul, li, td, tr
{
	font: 14px;
	color: #000000;
}
body
{
	/*background-color: #FFF8F5;*/
	/*background-color: #FFFAF8;*/
	background: #FFFAF8 url('images/vbspiker.png') no-repeat top center;
}
.success{
	background-color: #008000;

}
.error{
	background-color: #F00;
}
#message{
	width:600px;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	color:#FFF;
}
#header
{
	margin:0 auto;
	height:110px;
	background: url('images/kiva_logo_00.png') no-repeat left;
}
#header h1, .h
{
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	color:#A52525;
	font-size: 300%;
	font-weight: bolder;
}
.form_completed, .form_notcompleted
{
	width:150px;
	height:20px;
	float:left;
	font-weight: bolder;
}
.form_completed
{
	background-color: #A52525;
	color:#FFFAF8;
}
.form_notcompleted
{
	
}
.top
{
	background-color: #A52525;
}

h4
{
	color:#00B83F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
}

h2
{
	color:#A52525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

a
{
	color:#000000;;
	text-decoration : underline;
}
a:hover  {
	color : #000000;;
	font-weight: bold;
	text-decoration : underline;
}
a.sub
{
	color:#FFFFFF;
	text-decoration : underline;
}
a.sub:hover  {
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}

