a, A:link, a:visited, a:active
		{
		color: #0000aa; 
		text-decoration: none; font-family: Tahoma, Verdana; font-size: 14px;
		}
	A:hover
		{
		color: #ff0000; 
		text-decoration: none; 
		font-family: Tahoma, Verdana; 
		font-size: 14px;
		}
	b {
		color:#008000;
		}
p, tr, td, ul, li
		{
		color: #000000; font-family: Tahoma, Verdana;
		font-size: 14px;
		}

th {
	background:#e1e18d;
	color: #000000;
 	font-family: Tahoma, Verdana;
	font-weigth:bold;
		font-size: 14px;


}
	.header1, h1
		{
		color: #ffffff; background: #008000; 
		font-weight: bold;
		 font-family: Tahoma, Verdana; 
		 font-size: 16px; margin: 0px; 
		padding: 3px;
		}
		
	.header2, h2
		{
			color: #000000;
			 background: #DBEAF5;
			 font-weight: bold;
			 font-family: Tahoma, Verdana;
			 font-size: 12px;}
	
 h3 {					text-align: center;
			color: #ff0000;
			 font-weight: bold;
			 font-family: Tahoma, Verdana;
			 font-size: 14px;
	}
	

.intd
		{
			color: #000000; 
			font-family: Tahoma, Verdana; 
			font-size: 11px; 
			padding-left: 15px;
		}

div.sideLink {	/* side link container */	position: absolute;	left: 30px;	top: 150px;	width: 140px;}div.sideLink div {	/* borders and padding for	the div inside the side	link container	padding: 10px;	border: 2px solid #000077;*/}div.topPart {	/* main container */	position: absolute;	left: 200px;	top: 20px;	right: 30px;}div.topPart div {	/* borders and padding for	the div inside the main	container */	/*padding: 10px;	border: 2px solid #ffffff;*/}
 
div.mainPart {	/* main container */	position: absolute;	left: 200px;	top: 200px;	right: 50px;}div.mainPart div {	/* borders and padding for	the div inside the main	container */	padding: 10px;	border: 2px solid #008000;}
 
div.sideLink div a {	/* links in the side link	conatiner */	width: 100%;	display: block;
	color: #ffffff;	background-color: #008000;	margin-bottom: 2px;}div.sideLink div a:hover {	/* hover effect for the	links in the side link	conatiner */
	color: #000000;	background-color: #bfbfbf;
}
