/* CSS Document */



/* ----- wrapper -----*/

#div {
	background-color:#4c7ebb;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}


.div {
	width: 650px;
	height: 250px;
	margin-left:25px;
}

.imagefloat {
	float:right;
}


/* ----- text -----*/

.text1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	line-height: 0.5cm;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
}

.text2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	text-indent: 1cm;
	line-height: 0.5cm;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
}

.text3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	line-height: 0.5cm;
	text-align:justify;
	margin-left: 20px;
	margin-right: 100px;
}

.text4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	line-height: 0.5cm;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
}

.text5 {
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	color: #FFFFFF;
	line-height: 0.5cm;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
}

/* ----- links -----*/

a:link {
	color: #FFFFFF; 
	text-decoration:none;
	font-size:85%;
	font-family:"Times New Roman", Times, serif; 	
}

a:visited {
  color: #ffffff;
  text-decoration:none;
  font-size:85%;
  font-family:"Times New Roman", Times, serif;
}


a:hover {
	color: #999999;
	text-decoration:none;
	font-size:85%;
	font-family:"Times New Roman", Times, serif;
}
/* ----- external links ----- */

a.external:link {
	text-decoration:underline;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#333333; 	
}

a.external:visited {
	text-decoration:underline;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#333333;
}


a.external:hover {
	text-decoration:none;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#333333;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.h2 {
    font-family:"Times New Roman", Times, serif;
	font-size:75%;
	text-align: center;
	color:#333333;
}	

.circle{
	list-style-type:circle;
}

.response{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom:20px;
}
