/* CSS Document */

/* --- Standard elements---*/

body {
	font-family: Arial,  Helvetica, Verdana, sans-serif;
	}

p {
	line-height: 1.4em;
	color: #606060;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 10px;
	}
	
h1 {
	font-size: 90%;
	color: #333366;
	margin-bottom: .5em;
	margin-top: 0px;
	margin-right: 14px;
	margin-left: 14px;
	}
	
h2 {
	color:#606060;
	line-height: 1.4em;
	font-size: 80%;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: .5em;
	margin-top: 10px;
	}
	
h3 {
	font-size: 90%;
	color: #8E0347;
	margin-bottom: 0.5em;
	margin-top: 1em;
	}
.list ul {
	color: #606060;
	font-size: 80%;
	margin: 0; padding: 0 0 20px 40px;
	}


/*Global navigation*/	

.nav_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #9999CC;
	font-weight: bold;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
	}

.nav_link a:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.nav_link a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.nav_link a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #9999CC;
	text-decoration: none;
	}
.nav_bar {
	background-color: #666699;
	height: 28px;
	}
	
.logo{
	padding-top: 14px;
	padding-left: 0px;
	padding-bottom: 14px;
	}
	
.footer{
	font-size: 70%;
	color: #606060;
	text-align: right;
	margin-top: 8px
	}
	
	
/* --- other elements---*/	

.box_image{
	background-image: url(images/box01.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 150px;
	}
.box_image_2{
	background-image: url(images/box02.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
.box_image_3{
	background-image: url(images/box03.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
.box_image_4{
	background-image: url(images/box04.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
.box_image_5{
	background-image: url(images/box05.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
.box_image_6{
	background-image: url(images/box06.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
.form_text{
	color: #606060;
	font-size: 80%;
	font-weight: bold;
	}
	
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666699;
	font-weight: bold;
	line-height: 1.4em;
	}
.quote_ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	}

.circles {
	background-image:url(images/stop.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 10px;
	font-size: 1px;
	margin: 15px 14px 15px 14px;
}
	
.image_right {
	padding: 0px 0px 16px 16px;/* --- top, right, bottom, left --- */	
	float: right;
	}	
	
.image_client {
	margin: 10px 0px 0px 14px;/* --- top, right, bottom, left --- */	
	}		
.points {
	line-height: 1.8em;
	color: #606060;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 10px;}
