/* CSS Document */

.packages_table{
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #271035;
	border: 2px solid #db2131;
}
.packages_table2{
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #271035;
}

.section_table{
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #271035;
	border: 2px solid #db2131;
}

.section_table2{
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #271035;
	border: 2px solid #db2131;
}
.packages_title{
	font-family: "Bookman Old Style";
	font-size: 14px;
	font-weight: bold;
	color: #db2131;
}

.section_title{
	font-family: "Bookman Old Style";
	font-size: 14px;
	font-weight: bold;
	color: #271035;
}

.packages_table_cell{
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #271035;
}

li{
	list-style-position: outside;
	list-style-type: disc;
}

.package_list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #271035;
	text-decoration: underline;
}

.package_list:hover{
	color: db2131;
	text-decoration: none;
}



