@charset "utf-8";
/* CSS Document */


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	text-align: justify;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #CD070D;
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #CD070D;
}

h1.large{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #CD070D;
}
.bgcolor{
	background: #FF0;
}

ul{
	list-style-type: none;
	padding: 0;
	margin-left: 45px;
}

li{
	list-style-image: url(../images/checkmark.gif);
	line-height:20px;
	vertical-align:top;
}

li.arrow{
	list-style-image: url(../images/arrow.gif);
	line-height:20px;
	vertical-align:top;
}

.red{
	color: #CD070D;
}

.blue{
	color:#00F;
}

table.line {
	border-color: #696;
	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
}
.large u {
	color: #000;
}
.black {
	color: #000;
}
.large {
	color: #000;
}
