a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E5E5CC;
}

#borderTable{
	border: 1px solid #006699;
}

#bodyTable{
	padding-left: 20px;
	padding-right: 20px;
}

#bodyColumnOne{
	padding-right: 15px;
}

.bodyCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.bodyHeaderBg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
}

.bodyHeaderSm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
}

.bodyHeaderMed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
}

.bodyCopySmallMastHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 10px;
	letter-spacing: normal;
	color: #000000;
}

.photoCaption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #999999;
}

.quotes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #996600;
}

.footerLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
	text-decoration: none;
}

.footerLinkSm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
	text-decoration: none;
}
.footerCopyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
}

.infoBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #006699;
	border: 1px;
	border-color: #A74200;
	border-style: solid;
	padding: 2px;
}
/* Form ---------------------------*/



#registryForm input, select, option{
	color: #622E58;
	background: #fff;
	border: 1px solid #aaa;
	heigh:20px;
	font-size:14px;
	color:#333;
}


#registryForm label{
	width: 50px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-size:14px;
	color:#930;
	/*border: 1px solid #aaa;*/
}


#registryForm p{
	padding-top:0px;
	margin:2px;
}


#registryForm fieldset{
	border: 1px solid #ffffff;
	width: 95%;
	padding: 10px;
	margin-bottom: 2px;
}

#registryForm .textArea{
	width: 340px;
	height:40px;
	margin: 0px;
	font-size:14px;
	color:#333;
}

#registryForm legend{
	color: #000000;
	/*background: #D5ECF0;
	border: 1px solid #666666;*/
	padding: 2px 6px;
	margin-left: 10px;
	font-weight:bold;
}

#registryForm submit{
	position:relative;
	color: #666666;
	background: #ECECEC;
	border: 2px outset #ffffff;
	margin: 0px auto;
	font-weight: bold;
	text-align:right;
}
