/* ----- core ----- */

html, body, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304240;
	text-align: left;
	background: url(/global-images/placeholder/background2.gif) center;
}

body p {
	text-align:right;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color:#336699;
}

td#copyright {
	padding: 5px 0 0 20px;
	color:#666666;
}

td#content {
	background: url(/global-images/swoop-bg.jpg);
	background-repeat:no-repeat;
}

td#borderframe {
	background: url(/global-images/border-frame.gif);
	background-repeat:repeat;
	}

td#text {
	padding: 10px 20px 10px 0;
}

td#fulltext {
	padding: 10px 20px 10px 20px;
}

table#team td {
	padding: 5px;
	}

strong {
font-weight:bold;
}

/* ----- links ----- */

a:link {
	color: #3464A2;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #3464A2;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #ACC0D9;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #3464A2;
	text-decoration: underline;
	font-weight: normal;
}