/* CSS Document */

/* Fonts */

.Text {
	font-size: 14px;
}

.NavigationRightTitle {
	font-size: 16;
	color: #003399;
}

.NavigationBreak {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.PageBreak {
	padding-left: 100px;
	padding-right: 100px;
}

.TextHighLight {
	color: #003399;
}

.RigthNavigationLink a:link	{
	font-family: Papyrus;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.RigthNavigationLink a:visited	{
	font-family: Papyrus;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.RigthNavigationLink a:hover	{
	font-family: Papyrus;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
.RigthNavigationLink a:active	{
	font-family: Papyrus;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}

/***** Package Page Div Styles *****/

.PackageWrapper_3Col {
	width: 522px;
	text-align: center;}

.PackageLeftColumn_3Col {
	float: left;
	width: 174px;
	text-align: center;
}

.PackageRightColumn_3Col {
	float: right;
	width: 174px;
	text-align: center;
}

.PackageCenterColumn_3Col {
	float: left;
	width: 174px;
	text-align: center;
}

.PackageClear {
	clear: both;
}

.PackageWrapper_2Col {
	width: 522px;
	text-align: center;}

.PackageLeftColumn_2Col {
	float: left;
	width: 261px;
	text-align: center;
}

.PackageRightColumn_2Col {
	float: right;
	width: 261px;
	text-align: center;
}

.PackageImageSpecific {
	float: right;
}


.Wrapper_2Col {
	width: 522px;
	text-align: left;
}

.LeftColumn_2Col {
	float: left;
	width: 261px;
	text-align: left;
}

.RightColumn_2Col {
	float: right;
	width: 261px;
	text-align: left;
}

.Clear {
	clear: both;
}