/* CSS Document */
table.tdborder{
border: 1px solid #341342;
width:100%;
}

table.tdborder td{
border: 1px solid #341342;
empty-cells:hide;
padding:8px;
}

div.news  {
		background-color:#FFFF99;
		color: #000000;
		border-color:#000000;
		border-style:solid;
		border-width:thin;
		text-align:center;
  }
  h1, h2, h3 {
  		color:#7B2B84;
  }
  a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:focus, a:active {
	background: #666666;
	color: #FFFFFF;
}
#content li {
	color: #555555;
	font-size: 0.9em;
	margin: 0 0 0.6666666em 2.0em;
	
}
#content ul li {
	color: #555555;
	font-size: 0.9em;
	margin: 0 0 0.6666666em 2.0em;
	
}
#content blockquote p, #content blockquote {
	font-weight:normal;
	font-size: 0.9em;
	color: #555555;
}
#content p {
	font-size: 1.0em;
}

#content td p {
	font-size:0.8em;
}
#content th {
	background:#FFFFFF;
	color:#555;
	font-weight:bold;
}
#content td {
   vertical-align:top;
}
  .lightgray { background-color:#eee;
  }
  .darkgray  { background-color:#dcdcdc;
  }
  a.lightgray:link { 
	color: #000066; 
	background-color: #eee;
	text-decoration: none;	 
	} 
  a.lightgray:visited { 
	color:#003366; 
	background-color: #eee;
	text-decoration: none;	 
 	} 
 a.lightgray:hover { 
	color: #006699; 
	background-color: #eee;
	text-decoration: underline; 
 	} 
 a.lightgray:active { 
	color: #000000; 
	background-color: #eee;
	text-decoration: underline; 
 	}
  a.darkgray:link { 
	color: #000066; 
	background-color: #dcdcdc;
	text-decoration: none;	 
	} 
  a.darkgray:visited { 
	color:#003366; 
	background-color: #dcdcdc;
	text-decoration: none;	 
 	} 
 a.darkgray:hover { 
	color: #006699; 
	background-color: #dcdcdc;
	text-decoration: underline; 
 	} 
 a.darkgray:active { 
	color: #000000; 
	background-color: #dcdcdc;
	text-decoration: underline; 
 	}

