/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: White;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
td {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}
.main {
	padding-left: 7px;
}
.padding {
   padding-left:10px;
	padding-right:10px;
}
img {
   border:0px;
}
.justify {
	text-align: justify;
}
.bk11 {
	color:#000000;
	text-decoration:none;
}
A.bk11:link, A.bk11:visited, A.bk11:hover, A.bk11:active {
   color:#000000;
	text-decoration:underline;
}

A:link, A:visited, A:active {
   font-family: Arial, sans-serif;
	color:#000000;
	text-decoration: none;
}
A:hover {
   color: 990000;
	text-decoration:underline;
}
.bg {
	background-image: url(images/bg.jpg);
	width: 1280;
	height: 290;
	background-repeat: no-repeat;
	
}
div.url {
	align: left;
	POSITION: absolute;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 11px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	color: #C8C8C8;
}
.line {
	background-color: #FFD98D;
}
.blue {
	background-color: #1F6598;
	color: White;
}
.white {
	color:#ffffff;
}
.smalltext {
	color: #666666;
	padding-left: 10px;
	padding-bottom: 10px;
}
.header {
	background-repeat: no-repeat;
	background-image: url(images/header.gif);
	width: 30;
	height: 30;
}
td.content {
	border: #FFD98D 1px solid;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
}
td.contentblue {
	border: #1F6598 1px solid;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
}
td.down {
	background-color:#F5EFD9;
}
td.counters {
	background-color:#D9D8D3;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
}
h2 {
	font-size: 15;
	font-weight: bold;
	margin-bottom: 5px;
}
ul {
	list-style-type: disc;
}
.white {
   color: white;
}
ol {
	list-style-type: decimal;
}
.red {
	color: 990000;
}
.small {font-size: 11px;}
