/* Stylesheet for Kilam Malik's Homepage*/
body, textarea {
	scrollbar-base-color: #dee0ea;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000090;
	scrollbar-darkshadow-color: #000090;
	scrollbar-face-color: #dee0ea;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000090;
	scrollbar-track-color: #dee0ea;
}
/* Hyperlinks */
a:link {
	text-decoration: none;
	text-decoration: underline;
	color: #0430FF;
}
a:active {
	text-decoration: none;
	text-decoration: underline;
	color: #0430FF;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
	color: #0430FF;
}
a:visited {
	text-decoration: none;
	text-decoration: underline;
	color: #0430FF;
}
a.menu:link {
	text-decoration: none;
	color: #000000;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
	background-color:#f1f1f1;
	borderColor:#9d9d9d;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
	background-color:#f1f1f1;
	borderColor:#9d9d9d;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
/* b */
b.title {
	font-size: 14px;
}
/* font */
font.graymenu {
	color: #8D9398;
	font-size: 12px;
}
/* Table */
table.title {
	background-color: #144DA4;
}
table.border {
	background-color: #F5F7FC;
	border-style: solid;
	border-width: 1px;
	border-color: #A0B4E0;
}
table.borderkb {
	border-left-color: #A0B4E0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #A0B4E0;
	border-right-style: solid;
	border-right-width: 1px;
}
/*  Table Rows------------------------------------------------------------------------  */
tr {
	color: #000000;
}
tr.white {
	color: #ffffff
}
/*  Table Cells------------------------------------------------------------------------  */
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
td.title {
	background-color: #144DA4;
}
td.ltblue {
	background-color: #A4C2F5;
	border-bottom-color: #A4C2F5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.ltblueborder {
	background-color: #A4C2F5;
	border-bottom-color: #002D96;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.heading {
}
td.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
td.gray {
	color: #8D9398;
}
td.white {
	color: #ffffff
}
td.splitleft {
	background-color: #A4C2F5;
	border-right-color: #002D96;
	border-right-style: solid;
	border-right-width: 1px;
}
td.splitright {
	background-color: #A4C2F5;
	border-left-color: #002D96;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #002D96;
	border-right-style: solid;
	border-right-width: 1px;
}
td.splitbottom {
	background-color: #A4C2F5;
	border-top-color: #002D96;
	border-top-style: solid;
	border-top-width: 1px;
}
td.footer {
	background-color: #003399;
	color: #ffffff
}
td.pageheading {
	color: #ffffff;
}
/* Image */
img
{ 
  border:none
}

/*  Heading Text------------------------------------------------------------------------  */
h1.title {
	color: #F8F9E9;
}
h2, h4, h5 {
	color: #196AD1;
}
h3 {
	color: #0347BF;
}
h2, h4, h5 {
	margin: 0px 0px 5px 0px;
}
/*Bullet Lists------------------------------------------------------------------------  */
ul {
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 5px;
}
ul.menu {
	font-size: 14px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin: 5px;
	color: #000000;
	list-style-image: url('images/menu.gif')
}
/*  Div------------------------------------------------------------------------ */
div.menu {
	width: 100%;
	border: solid #dee0ea 1px;
	background-color: #dee0ea;
	color: #000000;
	padding-left: 3px;
	padding-bottom: 1px;
  text-decoration:none;
}


