
/* body */
body {
	background-color: #F5F5F5;
	background-image: url(../images/background.gif);	
	margin-top: 28px;
}

a.linktag:link		{color: #1874CD;}
a.linktag:visited	{color: #1874CD;}
a.linktag:active	{color: #1874CD;}
a.linktag:hover		{color: #1874CD; text-decoration: underline}
a.linktag			{text-decoration: none}

.lowText { text-decoration: none; color: #FFFFFF; font-size: 10px; font-family: verdana, tahoma, Arial, sans-serif; text-align: left; text-indent: 10px;}
.highText { text-decoration: none; color: #FFFFFF; font-size: 10px; font-family: verdana, tahoma, Arial, sans-serif; text-align: left; text-indent: 10px; }
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.date {
	font-family: tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px 10px 0px 0px;
}

.top {
	height: 39px;
	background-color: transparent;
	background-image: url(../images/top_graphic.gif);
}

.navigation {
	height: 17px;
	background-color: transparent;
	background-image: url(../images/navigation_graphic.gif);
}

.bottom {
	height: 26px;
	background-color: transparent;
	background-image: url(../images/bottom_graphic.gif);

}
.padding {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #000000;
}

.contents {
	width: 620px;
	background-color: transparent;
	border: 0px;
	margin: 39px;
	text-align: left;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
	
}

.header {
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
	padding: 8px;
	font-family: tahoma, arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

.picture {
	border: 1px solid #104E8B;
}

.picture_left {
	border: 1px solid #000000;
	margin: 0px 10px 4px 0px;
	float: left;
}

.picture_right {
	border: 1px solid #000000;
	margin: 0px 0px 4px 10px;
	float: right;
}

.text {
  font-family: tahoma, arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.login {
	background-color: #F0F8FF;
	border: 1px solid #DCDCDC;
}

.click {
  font-family: Verdana;
  font-size: 8pt;
  color: #FFFFFF;
  background-color: #1874CD;
  border: 1px solid #000000;
  margin: 2px 0px 0px 0px;
}
	
ul {
  list-style-type: square;
}

sup {
  color: red;
  font-family: tahoma, arial, sans-serif;
  font-size: 9px;  
  font-weight: bold;
}

.note {
  color: #000000;
  font-family: tahoma, arial, sans-serif;
  font-size: 10px;  
  font-weight: normal;
}