/* CSS Document */

body {
margin: 0px;
background-color: #FDEAB2;
}

a.email {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: 0294AD;
}

.line {
	background-image: url(images/top-line.gif);
	background-repeat: repeat-x;
	height: 5px;
}

.title {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;

}

.titleblue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #008FB1;

}


.text {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
}

a:link.text1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
		color: #000000;
}

a:visited {color: #000000}
a:hover {color: #008FB1}
a:active {color: #000000}

.text1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
}

ul 
{
list-style-image: url('images/bullet.gif');
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
}

li{
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
}
