/* CSS Document */

body{
	background-color: #d8e8f7;
	margin: 0px;
}

td{
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

b{
	color: #006699;
}

h1{
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #006699;	
}

.textstart{
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}

.text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	padding: 30px 40px 40px 40px;
	background-color: #FFFFFF;	
}

.yellow{
	background-image:url(img/bg_yellow.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 2;
	color: #000000;
	padding: 30px 40px 40px 40px;
}

.yellow2{
	background-image:url(img/bg_yellow.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	color: #000000;
	padding: 0px 39px 39px 39px;
}

.white{
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	color: #333333;
	padding: 30px 20px 20px 20px;
}

.footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: right;
	color: #333333;
	padding: 3px 3px 6px 3px;
}

.small{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}

a{
	color: #006699;
}