/* ================================
   PAGE STYLES
=================================== */
body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

a:hover{
  text-decoration: none;
}

/* ================================
   MAIN BODY STYLES
=================================== */
.bodytext {
	font-size: 80%;
	line-height: 110%;
	padding: 2px;
}

.bodytextspaced {
	font-size: 80%;
	line-height: 130%;
	padding: 2px;
}

/*.bodytext ul {
  margin-left: 30px;
  padding-left: 0px;
}*/
/*
.bodytext h1{
  font-size: 100%;
  font-weight: bold;  
}
*/
.bodytext ul li {
    margin-top: 3px;
    /*list-style-image: url("webgraphics/bullet_triangle.gif");*/
}

.newstext{
  font-size: 80%;
  padding: 5px;
  padding-right: 5px;
  line-height: 110%;
  border-bottom: 1px solid #999;
}

.newstextsmall{
  font-size: 90%;
}
.newsimage{
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px solid #999;
  /*background: url("webgraphics/divide_line.gif") repeat-y top right;*/
}

.datetext {
  margin: 1px;
  color: #333;
	font-size: 80%;
	/*text-align: center;*/
}

.headertext {
  background: url("webgraphics/bg_1x20_dots.gif") repeat-x;
	color: #333;
	font-size: 85%;
  font-family: arial;
}

.titletext {
	font-size: 150%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
}

.subtitletext {
  font-size: 110%;
  font-weight: bold;
}

.graytext {
	color: #666666;
}

.smalltext {
  font-size: 90%;
  line-height: 100%;
  color: #333;
}

.formtext {
	font-size: 80%;
	border: 1px none #CCCCCC;
}


/* ================================
   SIDE MENU STYLES
=================================== */
.sidebox{
  border: 1px solid #333;
}

.sidetext {
	font-size: 70%;
}

.sidetext ul {
  margin-left: 20px;
  padding-left: 0px;
}

.sidetext li {
    margin-top: 5px;
    list-style-image: url("webgraphics/bullet_triangle.gif");
}

.documents li{
    margin-top: 3px;
    margin-left: 10px;
    list-style-image: url("webgraphics/bullet_paper.gif");
}
