		/*
		Antique ColorScheme
		#000: Black (duh!)
		#333 : Dark Gray
		#665 : Medium Gray
		#895 : Green
		#bb9 : Medium Antique
		#ffe: Light Antique
		*/
		body {
		scrollbar-arrow-color:#000;
		scrollbar-base-color:#bb9;
		scrollbar-dark-shadow-color:#333;
		scrollbar-face-color:#bb9;
		scrollbar-highlight-color:#895;
		scrollbar-shadow-color:#333;
		margin: 0px 0px 0px 0px;
		}

		body,p,li,td  {
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:14px;
		color:#333;
		}
		.bodystyle{
		background-image: url(../img/bg.gif);
		}
		#tblmain {
		background-color:#ffffff;
		}
		#tdnav {
		width: 200px;
		border-right: 1px solid #cccccc;
		padding-top: 0px;
		text-align: left;
		background-color: #ffe; 
		
		}
		#tdcnt {
		width: 560px;
		
		}
		div#content {
		padding: 6px 0px 5px 15px;
		text-align:justify;
		}
		
		.mainnav {
		/* font-family: arial, verdana, sans-serif;*/
		font-size: 12px;
		width: 100%;
		font-weight: bold; 
		padding: 3px 3px 0px 3px;;
		 /* border-bottom: 1px dashed #cccccc; */
		
		}
		
		
		.navstyle {
		font-family: arial, verdana, sans-serif;/**/
		text-decoration: none;
		color: #665;
		}
		.navstyle:hover {
		color: #895;
		text-decoration: underline;
		
		}
		#footer {
		text-align: right;
		font-size: 10px;
		border-top: 1px solid #cccccc;
		padding: 3px 0px 3px 7px;
		}
		#footerlink {
		color:#665;
		text-decoration: none;
		}
	
			/* Headline style */
		h2 {
		
		font-size: 28px;
		color:#bb9;
		text-align:right;
		border-bottom: 4px double #895;
		width:100%;
		font-style:italic;
		
		}
		/*Heading 1 */
		
		h4 {
		
		font-size:14px;
		font-weight:bold;
		color: #003333;
		text-align:left;
		
		}
		/*Heading 2 */
		h5 {
		
		font-size:13px;
		color:#000000;
		text-align:left;
		font-weight :bold;
		
		background-color : #eaeaea; 
		margin-left : 0px;
		padding: 2px;
		
		}
		/*Style 1 */
		h6 {
		
		font-size:10px;
		font-weight: normal;
		color:#000000;
		text-align: justify;
		margin-left : 0;
		border: 1px solid #999999;
		padding: 3px;
		}
