/* CSS Document */
body, td, th {
	font-family: "Trebuchet MS", Verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
.subhead {
	font-size: 13px;
	text-align: right;
	font-weight: normal;
	}
	
.slogan {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color:#900;
	}

h2, h3 {
	color: #0066B3;
	}

.current {
	font-weight: bold;
	font-size: 15px;
	color: #0066B3;
	}

div.iframecopy {
	height: 290px;
	text-align: left;
	vertical-align: bottom;
	overflow: auto;
	}

.profile {
	background-color: #FFDFBF;
	padding: 5px;
	}

img.inbutton {
	border: solid, thin;
	text-align: left;
	}
	
.header {
	background-image:url(images/_gradtop.gif);
	}
	
.footer {
	background-image:url(images/_gradbottom.gif);
	}

a:link {
	color: #cc0000;
	text-decoration: none;
	
}

a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	color: #FFFFFF;
	background-color: #cc0000;
}

a:active {
	text-decoration: none;
	color: #cc0000;
}

a {
	font-size: 13px;
	font-weight: bold;
}


