@charset "utf-8";
/* CSS Document */

h1 {
	margin:0;
	padding:0;
}

h2 {
	margin:0;
	padding:0;
}


h3 {
	color:#000;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin:0;
	padding:0;
}
h3.Page_Title {
	margin: 20px 0 20px 8px;
}
	
h4 {
	color:#000;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:10px 0 10px 0;
	padding:0;
}

/* Copy Styles */
p, a, span {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

p.Copy_Footer, #footer_container #copyright p {
	color:#666666;
	font-size:0.9em;
	padding-top:5px;
}

p.Caption {
	color:#000;
	font-size:0.75em;
	font-weight: bold;
}

p.Caption p {
	color:#000;
	font-size:0.75em;
	font-weight: bold;
}
p.Copy_Regular {
	color:#000;
	font-size:1em;
	margin:8px 0 8px 0;
	font-weight: normal;
}
p.Copy_Minor {
	color:#000;
	font-size:0.9em;
	margin:8px 0 8px 0;
}


p.Copy_Regular_Bold{
	color:#000;
	font-size:1em;
	margin:8px 0 8px 0;	
	font-weight:bold;
}

span.Copy_Regular {
	color:#000;
	font-size:1em;
	margin:0;
	font-weight: normal;
}
span.Copy_Regular_Bold{
	color:#000;
	font-size:1em;
	margin:0;	
	font-weight:bold;
}

span.Copy_Large_Bold{
	color:#000;
	font-size:1.1em;
	margin:0;	
	font-weight:bold;
}

span.tab {
	padding-left:60px;
}

span.Copy_Source, p.Copy_Source {
	color:#000;
	font-size:0.9em;
	font-style:italic;
	margin:4px 0 8px 0;
}

/* Links Top Nav*/

a.Link_TopNav, a.Link_TopNav:active, a.Link_TopNav:visited {
	font-size:0.9em;
	color:#666666;
	text-decoration:none;	
}

a.Link_TopNav:hover {
	color:#cc0000;
}

/* Links Content Nav */

a.Link_ContentNav, a.Link_ContentNav:active, a.Link_ContentNav:visited {
	font-size:0.8em;
	color:#FF2D2D;
	text-decoration:none;	
}

a.Link_ContentNav:hover {
	color:#FF2D2D;
}



a {
	color:#cc0000;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}


/* Links Footer */

a.Link_Footer, a.Link_Footer:active, a.Link_Footer:visited, a.Link_Footer:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

/* Link Regular */

a.Link_Regular, a.Link_Regular:active, a.Link_Regular:visited, a.Link_Regular:hover, div.Link_Regular a, div.Link_Regular a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}



/* Images */
img {
	border:0;
}

.punch {
	border:0;
	padding:0 0 0 48px;
	width:163px;
	height:210px;
}

/* box images */

.Box_Img {
	float:left;
	width:251px;
	height:150px;
	padding:4px 7px 4px 0;
}

.Box_Img .end {
	padding:4px 0 0 0;
}


/* Form */

form {
	padding:0;
	margin:0;
}

form .form_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#000;	
	width:100%;
}

form .formdata {
	padding:4px 6px 4px 8px; 
}

form .form_submit {
	padding:0;
	margin:0;
	border:0;
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-weight:bold;
	color:#000;	
	text-decoration:underline;
	float:right;
}


