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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Geneva,sans-serif;
	font-size: 12px;
	color: #333333
}


.interface_outer {
	border: thin solid #C0C0C0;
}
.interface_bouter {
	border: thin solid #DE5F10;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.topline2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3184C3;
	font-weight: normal;
	border: 1px none #C0C0C0;
}

.interface_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;	
	}
	
	a.interface_text:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
	
	a.interface_text:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
a.bodytext:link {
	color: #333333;
}
a.bodytext:hover {
	color: #999999;
	text-decoration: underline;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
.mastheadtd {
	background-image: url(../interface/take30/masthead_01.jpg);
	background-repeat: no-repeat;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:link {
	color: #FFFFFF;
}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.topnavactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C6462;
	letter-spacing: -0.05em;
	text-decoration: none;
}
a.topnavactive:link {
	color: #6C6462;
}
a.topnavactive:hover {
	text-decoration: underline;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #467a23;
	text-decoration: none;
	line-height: 14px;
}
a.subnav:link {
	color: #467a23;
}
a.subnav:hover {
	color: #467a23;
	text-decoration: underline;
}
.take30attd {
	background-image: url(../interface/take30/footer_12.jpg);
	background-repeat: no-repeat;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #76BE43;
	letter-spacing: -0.05em;
	line-height: 36px;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #65a839;
	text-decoration: none;
	line-height: 20px;
}
a.header2:link {
	color: #65a839;
}
a.header2:hover {
	color: #65a839;
	text-decoration: underline;
}
.header3bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #477827;
	text-decoration: none;
	line-height: 18px;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -0.05em;
	line-height: 20px;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
.familytd {
	background-image: url(../interface/take30/family_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boldlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.redtext {
	color: #FF0000;
}
/* end drop menu */
.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/error.gif);
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}