/* CSS Document */
body {
	background-color: #ffeeee;
}
.bg {
	background-image:  url(../buttons_2/buttons_21.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC3333;
	background-image:  url(../buttons_2/buttons_14.gif);
	background-repeat: no-repeat;
	padding: 50px 90px 30px 30px;
}
h1 {
	text-indent: 30pt;
	letter-spacing: 5pt;
}
a{
	color: #CC3333;
	font-weight: bold;
}
a:hover{
	color: #FF3366;
	font-weight: bolder;
}
.date{
	font-weight: bold;
	color: #FF3366;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.info{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
	color: #CC3333;
}
