/* 
	1. Main Body style sheet
		Edit Background colour
		Edit Font lists(font-family), colours, size etc.
		Edit Scrollbar colours
*/
body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #000080;
	font-size: 12pt;
	
/*
	Custom Scrollbar Colors
	Credits: Dynamic Drive CSS Library
	URL: http://www.dynamicdrive.com/style/ 
*/
	scrollbar-face-color: #990000;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#999999;
	scrollbar-shadow-color:#8F8F8F;
	scrollbar-highlight-color:#8F8F8F;
	scrollbar-3dlight-color:#8F8F8F;
	scrollbar-darkshadow-Color:#353535;
	
}


/*
	2. Sub Headings Style sheet
		Edit sub headings
*/
.sub-head {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}


/*
	3. Main Headings Style sheet
		Edit main headings
*/
.main-headings {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: x-large;
	color: #000080;
}


/*
	4. Links style sheet
		Edit the link text style
*/
.links {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


/*
	5. Titles
		Edit H3 styles
*/

.title-h3 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: large;
	color: #000080;
}


/*
	6. News Links Style sheet
		Edit Font of the news links
*/
.news-links {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #FFFFFF;
	text-decoration: underline;
}


/*
	7. Jyoti Links Style Sheet
		Edit the links on the online Jyoti
*/
.jyoti-links {
	color: #FF0000;
	text-decoration: underline;
}


/*
	8. Jyoti Article Headings Style Sheet
	Edit the titles of articles
*/
.jyoti-sub-head {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}


/*
	9. Advert under menu Style Sheet
	Edit font styles
*/
.advert-menu {
	font-weight: bold;
	color: #FFFFFF;
}


/*
	10. Scroller Text Style Sheet
		Edit font stylein the vertical scroller below menu
*/
.scroller-text {
	color: #FF0000;
	height: auto;
	width: auto;
	font-weight: bold;
	text-decoration: underline;
	background-color: #999999;
}

/*
	11. Bottom Border Text links
		Feedback - Site Map - About Us
*/
.bottom-border-links {
	color: yellow;
}
.line_in_scroller {
	color: #000080;
}
/*
	12. Selected links
		Links selected
*/
.sel-links {
	color: #000066;
	font-size: medium;
	font-weight:bold;
}
