/* CSS Document */
/*created 25 january 2005*/
/*global elements*/

body {
	background-color: #DDDDDD;
}
#header2 {
	font: normal 14pt arial;
	color: #336699;
	background-color: #eee;
	padding: 10px 0px;
	text-indent: 10px;
	background-image: none;
	background-repeat: no-repeat;
}
.body-text {
	font: normal 10pt Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000066;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	border: thin none #000066;
	vertical-align:top;
}
#body_table {
	margin-left: 25px;
	width:600px;
}
#body_table td {
	padding:3px;
}
#body_table span.heading1 {
	font: bold 12pt arial;
	color:  #006;
	border-bottom: thin dotted #369;
	background-color: #FFFFFF;
	list-style-image: none;
	height: 4px;
}
#body_table td.heading2 {
	padding-top:8px;
	font: bold medium arial;
	color: #006;
}


a {
	color:  #369;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a:hover {
	color: #369;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

/*navigation*/
#navigation_table {	
	text-align: center;
}
#navigation_table a {
	font: bold small arial;
	color:  #FFFFFF;
	background-color: #b1ccdf;
	text-align: center;
	text-decoration: none;
	display:block;
	width:100%;
	padding: 10px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#navigation_table a:hover {
	color: #EEF;
	background:#a1ccdf;
}
/*layout*/
#container-table {
	background-color: #ddd;
	position: absolute;
	left: 0px;
	top: 3px;
}
.main-layout-table {
	background-color: #FFFFFF;
	background-position: center center;
	border: thin dashed #3366cc;
	width: 650px;
}
.second-layout-table {
	background-color: #FFFFFF;
	background-position: center center;
	border-top: thin none #000066;
	border-right: thin none #000066;
	border-bottom: thin solid #000066;
	border-left: thin none #000066;
}

.body-table {
	font: normal medium arial;
	font-size: medium;
	color: #000066;
	border: thin none #3366CC;
}
.footer {
	border-top: thin solid #000066;
	border-right: thin none #000066;
	border-bottom: thin none #000066;
	border-left: thin none #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;
	font-weight: normal;
}
.footer-1 {
	background-color: #eee;
	height: 4px;
}

/*headings*/
.headerimage {
	background-color: #FFFFFF;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #F9F9F8;
	border-top-color: #F5F5F4;
}

.heading3 {
	font: bold medium arial;
	color: #000066;
	text-indent: 3px;
}

#marquee {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #ddd;
	padding: 10px;
	text-align:center;
}
