body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DBECF6;
	margin-top: 0px;
	color: #333333;
}
body,td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}
.title1 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.directory {
	color: #006600;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.read {
	font-size: 11px;
	font-weight: normal;
	color: #157711;
}
a {
	text-decoration: none;
	color: #006600;	
}
.author {
	color: #006600;
	font-size: 16px;
	font-style: italic;
}
.tagline {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
.initial {
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}
a:hover{
	color:#CC0000;
	text-decoration:underline;
	}


.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	font-weight:bold
}

.header_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#scrollpage {
 width:600px; 
 height:500px; 
 left:20px; 
 position:relative; 
 overflow: scroll;
}


a.linkText {    
    text-decoration : none;
	color: #006600;	
    }
    
    a.linkText:link {
    color : #444444;
    /* you can define other styles if necessary */
    }
    
    a.linkText:visited {
    color : #ff0000;
    /* you can define other styles if necessary */
    }
    
    a.linkText:hover {
    color : #ff0000;
    }
