body {background-color: #343333;  background-image: url(../images/bg.jpg); font-family: Arial; font-size: 10pt; line-height: 12pt;
}

p{ font-family: Arial; font-size: 10pt; }
whitetext{ font-family: Arial; color: #ffffff; font-size: 10pt; }


a:link { color: #2e4c63; text-decoration: none }
a:visited { color: #2e4c63; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }
a:active { color: #2e4c63; text-decoration: none }

td#footer a:link {color: #000071; text-decoration: none}
td#footer a:visited {color: #000071; text-decoration: none}
td#footer a:hover {color: #000000; text-decoration: none}
td#footer a:active {color: #000071; text-decoration: none}

li {color:#000000}

h1 {font-size: 12pt; color: #1c3c55}

h2 {font-size: 14pt; color: #1c3c55}

hr { margin-top: 15px; margin-bottom: 15px; border-bottom: 1px dotted #848484; border-top-width: 0; border-right-width: 0; border-left-width: 0; outline-width: 0; }

  
#nb {
	width: 760px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	color:#dddddd;
	text-align: center;
  }

#nb a {
	padding: 0px 8px 0px 8px;
	text-decoration:none;
	font-size: 11px;
	color:#fffffff;
  }

#nb a:hover {
	color:#cccccc;
  }

#content1 { background: #ffffff; border: solid 1px #848484; padding: 10px; }

#content2 { color: white; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 10px; width: 80%; height: 375px; overflow: scroll; margin: 10px; }

#content3 { background: #ffffff; border: solid 1px #848484; padding: 10px; width: 180px; height: 275px; overflow: scroll; margin: 10px; }

div.sdmenu { font-family: Arial, sans-serif; font-size: 12px; color: #fff; width: 150px !important; }
div.sdmenu div {
	background: url(../images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 0 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #1c3c55;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #1c3c55 url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
