html {
scrollbar-base-color: #408dc1;
scrollbar-arrow-color: white;
scrollbar-track-color: #e5e5e5;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/bkgd_page.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d5d5d5;}


homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;}

	a.homeText:link {
	color: #666666;
	text-decoration: none;}
	
	a.homeText:visited {
	color: #666666;
	text-decoration: none;}
	
	a.homeText:hover {
	text-decoration: none;
	color: #ffa104;}

LinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e1ebff;}

	a.linkText:link {
	color: #e1ebff;
	text-decoration: none;}
	
	a.linkText:visited {
	color: #e1ebff;
	text-decoration: none;}
	
	a.linkText:hover {
	text-decoration: none;
	color: #F9E27F;}
	
.menu{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5e5e5e;}

	a.menu:link {
	color: #5e5e5e;
	text-decoration: none;}
	
	a.menu:visited {
	color: #5e5e5e;
	text-decoration: none;}
	
	a.menu:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ffa104;}
	
	
	
.bottom {
	color: #e1ebff;}
	

table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;}

.tableHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;}

td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;}

.text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;}

.dottedLine {
	color: #AAAAAA;}

a:link {
	color: #08407F;
	text-decoration: underline;
	cursor:hand;}

a:visited {
	color: #08407F;
	text-decoration: underline;
	cursor:hand;}

a:hover {
	color: #ffa104;
	text-decoration: none;
	cursor:hand;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #707070; 
	border-bottom-width:thin; border-bottom-width:1px; border-bottom-color:#707070; border-bottom-style:solid;}

h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1769a0;}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #7ca1b9;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: capitalize;
}

.blue {
	color: #08407F;}

select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;}

h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #08407F;}

.input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;}
	
.dropDown {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333; 
	background-color:#f6f6f6;}

textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

.button {
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #08407F;
	padding: 2px 5px;
	padding-bottom: 1px;
	cursor: hand;
	border-bottom: black 1px outset;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
a.button:link {
	color: #08407F;
	text-decoration: none;
	}
a.button:visited {
	color: #08407F;
	text-decoration: none;
}
a.button:hover {
	text-decoration: none;
	background-color: #dddddd;
	border: 1px solid #999999;
}
.heading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #08407F;
}
.heading2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #08407F;
}
.pageHeading
{
	border-top: gray thin solid;
	padding-left: 2mm;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-bottom: black 1px solid;
	background-color: #bfdced;
}
.subHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #345268;
	letter-spacing: .1em;
}

.gazette_Table
{
	border-color: #cbd6de;
}


.gazette_TD_header
{
	background-color: #bfdced;
	font-weight: bold;
}

.gazette_TD_Data
{
	background-color:#eeeeee;
}