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

body {
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color:#990000;
	text-decoration: none;
}

a.hover {
	color:#ff0000;
	text-decoration: none;
}

a.visited {
	color: #00CC00;
	text-decoration: none;
}

#warningDiv {
	color: #003300;
	padding: 5px;
	width: 400px;
	font-weight: bold;
	background-color: #FFCCCC;
}

.warningMsg {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.normText {
	color: #000033;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textTitle {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.textDenied {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.textApproved {
	font-size: 11px;
	color:#006600;
	font-weight: bold;
}

#package {
	width: 140px;
	font-size: 11px;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	min-height: 201px;
	margin: 3px;
	background-color: #f1f2f8;
}

#package_price {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin: 5px;
}

.package_title {
	font-size: 12px;
	color: #000d4d;
}

