/* CSS Document */

.Links {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.Links a:link {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.Links a:visited {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.Links a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CDB7A1;
	text-decoration: none;
}
.Info {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}
.Info a:link {
	font-family: "Century Gothic";
	color: #ffffff;
	text-decoration: underline;
}
.Info a:visited {
	font-family: "Century Gothic";
	color: #ffffff;
	text-decoration: underline;
}
.Info a:hover {
	font-family: "Century Gothic";
	color: #ffffff;
	text-decoration: underline;
}
.Footer {
	font-family: "Helvetica";
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.Footer a:link {
	font-family: "Helvetica";
	text-decoration: none;
	color: #ffffff;
}
.Footer a:visited {
	font-family: "Helvetica";
	text-decoration: none;
	color: #ffffff;	
}
.Footer a:hover {
	font-family: "Helvetica";
	text-decoration: underline;
	color: #ffffff;
}
.BigLinks {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #2334A9;
	text-decoration: none;
}
.BigLinks a:link {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: none;
}
.BigLinks a:visited {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: none;
}
.BigLinks a:hover {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: underline;
}
.Copy {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #2334A9;
	text-decoration: none;
	line-height: 16px;
}
.Copy a:link {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: underline;
}
.Copy a:visited {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: underline;
}
.Copy a:hover {
	font-family: "Century Gothic";
	color: #2334A9;
	text-decoration: underline;
}
.Border {
	border-color: #2334a9;
	border-width:thin;
}
.SpecialBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #2334a9;
	padding: 0px 0px 0px 0px;

}
.Stretch {
	height: 100%;
	margin:0;
	padding:0;
	border:none
}