/* CSS Document */


body
	{background-color: #ffffff;
	font-family: arial, verdana, helvetica;
	}
	
a 	{text-decoration: none;
	color:#660000;
	font-weight:bold}
	
a:visited
	{text-decoration: none;
	color:#660000;
	font-weight:bold}
	
a:link
	{text-decoration: none;
	color:#660000;
	font-weight:bold}
	
a:hover
	{text-decoration: underline;
	color:#660000;
	font-weight:bold}

ul 
	{list-style-type: square;
	font-family:arial, verdana, helvetica;
	font-size:12px}

td
	{font-family: arial, verdana, helvetica;
	font-size:12px;}

h2, h3, h4, h5, h6
	{color: #660000;}

.border1
	{border-left-width:1px; 
	border-bottom-width:1px;
	border-right-width:1px; 
	border-top-width:0px; 
	border-style:solid; 
	border-color:#666666; 
	padding:5px 5px 5px 5px;}

.footer 
	{font-family: arial, verdana, helvetica;
	font-size:.7em;}

.dbs 
	{font-family: arial, verdana, helvetica;
	font-size:.8em;}

.journal
	{font-weight: bold;
	font-style:italic;}

.bodyBorder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 333333;
	border-right-color: 333333;
	border-bottom-color: 333333;
	border-left-color: 333333;
}
