<!-- //

.placeholder {
	color: #000000;
}


/* TAGS */

BODY {
	background: #6DAAD0;
	background-image: url("../images/bg/blue.gif");
	/* background-repeat: repeat-y;
	background-attachment: fixed; */
	margin: 0px;
	padding: 0px;

	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 130%;
}

/* DIV, P, TD, LI, DD {
	font-family: Georgia, sans-serif;
	font-size: 13px;
	line-height: 130%;
} */


/* PANEL */

#panel {
	background: transparent url("../images/bg/panel.gif") repeat-y;
	margin-bottom: 15px;
}

#header {
	background: transparent url("../images/bg/header.gif") repeat-y;
	position: relative;
	width: 700px;
	margin: 0;
}

#headerfade {
	background: transparent url("../images/bg/header_fade.gif") repeat-y;
	position: relative;
	height: 7px;
	font-size: 0px;
}

#content {
	background: transparent url("../images/bg/w.gif") no-repeat;
	position: relative;
	width: 680px;
	margin: 0;
	margin-top: 5;
	margin-bottom: 35;
}

#footer {
	position: relative;
	height: 15px;
	font-size: 0px;
}

#disclaimer {
	color: #336699;
	font-family: Verdana;
	font-size: 12px;
}


/* HIERARCHY */

H1 {
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 31px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	line-height: 100%;
	color: #006699;
}

H2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 100%;
}

H3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 5px;
	color: #990000;
	line-height: 100%;
}

H4 {
	/* news titles */
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}


/* LINKS */

#header td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #990000;
}

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

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

#header a:hover {
	color: #990000;
	text-decoration: underline;
}

#header a:active {
	color: #990000;
	text-decoration: underline;
}


/* SEARCH RESULTS */


/* FONTS */

.largest {
	font-family: Georgia;
	font-size: 35px;
	line-height: 120%;
}

.large {
	font-family: Georgia;
	font-size: 23px;
	line-height: 120%;
}

.medium {
	font-family: Georgia;
	font-size: 18px;
	line-height: 120%;
}

.smallcaps {
	font-variant: small-caps;
}

.rule {
	background-color: #FFFFFF;
	width: 40%;
	height: 1px;
	border-top: 2px solid #E0A3A3;
	border-bottom: 2px solid #E0A3A3;
	font-size: 0px;
}

.line {
	height: 3px;
	font-size: 1px;
	border-top: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 3px;
}

.required {
	color: #990000;
}

.error {
	color: #990000;
	font-weight: bold;
}

// -->
