body {
    color: #4A4A4A;
    font: 9pt Arial,Tahoma,Verdana;
    padding:0px;
    margin:0px;
    height: 100%;
}

a {
	color: #367BC8;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
a:link{
	color: #367BC8;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
a:visited{
	color: #367BC8;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
a:hover{
	color: #367BC8; 
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}



body {
	background-image: url(images/home1/upperbg.jpg);
	background-color: #214984;
	background-repeat: repeat-x;
}


h1{
	width: 100%;
	color: #000000;
	font: bold  10pt Verdana, Arial, Verdana;
	padding: 0px;
	margin: 0px;
}


.guarantees_block{
	font-size:18px;
	color:#367BC8;
	font-weight:normal;
}

.guarantees_block ul, .guarantees_block li {
	padding:0px;
	margin:0px;
}

.guarantees_block ul{
	padding-left:15px;
}

.guarantees_block li, .guarantees_block li a, .guarantees_block li a:hover{
	font-size:13px;
	color: #3E433F;
	font-weight:normal;
	list-style-image:url('/images/redesign/arrow-blue.gif');
}







.box-a{
    color:#000;
    font-weight:normal;
    float:left;
    cursor:pointer;
}
.box-a a{
    color:#000;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
}
.box-a a:link{
    color:#000;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
}
.box-a a:visited{
    color:#000;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
}
.box-a a:hover{
    color:#316277;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
}




