/*
 * Stylesheet (c) 2003 Marc Fleischmann, created: 12/26/02
 * $Id: styles.css,v 1.7 2005/06/27 00:11:26 marcf Exp $
 */

/*
 * Fonts: typeface/color/size
 */
body, div, span, p, td, th, h1, h2, h3, h4, li, ul, ol { 
 	background-color: #003291;
	color: #ffffff;
	font-family: "frutiger", "arial", "helvetica", sans-serif;
	font-size: 13px;
	list-style: square;
}

/*
 * Headings
 */
h1 {
	background-color: #335BA7;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	background-color: #335BA7;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	margin: 0px;
}
	

/*
 * Hyperlinks (URL's)
 */

/* intern */
a:link {
 	background-color: #003291;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* anchor */
a.anchor:link, a.anchor:visited {
	text-decoration: none;
}

/* intern visited */
a:visited {
 	background-color: #003291;
	color: #C6BFA9;
	font-weight: bold;
	text-decoration: underline;
}

/* extern */
a.extern:link {
 	background-color: #003291;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/* extern visited */
a.extern:visited {
 	background-color: #003291;
	color: #C6BFA9;
	font-weight: normal;
	text-decoration: underline;
}
	
/* on focus */
a:hover {
	text-decoration: none;
}


/*
 * Images
 */
img {
	border-color: #003291;
}


/*
 * Lists
 */
ol, ul {
	margin-left: 25px;
}

ol.small, ul.small {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px; /* kludge */
}

/*
 * Main table
 */

table.main {
	background-color: #003291;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: left;	
	vertical-align: top;
	width: 100%;
}	

table.main td.body {
 	background-color: #003291;
	color: #ffffff;
	height: 26px;
	text-align: left /*justify*/;
	vertical-align: top;
}	

/* Header (row) */
table.main th.header {
	background-color: #6684BD;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
}

/* Header (content) */
table.main td.header {
	background-color: #335BA7;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
}

/* Leftbar */
table.main td.leftbar {
	background-color: #003291;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	width: 160px;
}

/* Leftbar header */
table.main td.leftbar_header {
	background-color: #335BA7;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	width: 160px;
}

/* Rightbar */
table.main td.rightbar {
	background-color: #003291;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

/* Rightbar header */
table.main td.rightbar_header {
	background-color: #335BA7;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

/*
 * ########################################
 */

.head {
 	background-color: #003291;
	color: #ff9900;
	font-family: "frutiger", "arial", "helvetica", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px
}

.text {
}

