@charset "utf-8";
/* Cascading Style Sheet for Siliconsage Inc.
   Copyright (C) 2007 - 2008 Rastercafe.com | Freelance Web Designer and Front-End Web Developer - Abdul Rasheed */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #033468;
	color: #033468;
}
.Textheading {
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
}
.Menuhigh {
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	color: #294984;
}
.lightbluetext {
	font-family: Arial;
	font-size: 11px;
	color: #c2c2c2;
}

.Heading {
	font-family: Verdana;
	font-size: 15px;
	color: #294984;
	font-weight:bold;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	
	
}
.instanttext {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.divbg {
	background-image: url(../images/div_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
/*	border: 1px solid #dad7cf;*/
}
.middlebg {
	background-image: url(../images/middle_bg.gif);
}
h1 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #294984;
}
/*default link*/
a {
	color:#333333;
	text-decoration:none;
	
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #294984;
}
a.active {
	color:#333333;
	text-decoration:none;
}

/* Submenu Links */
	a.nav1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	
	a.nav1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	a.nav1:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
	a.nav1:hover {
	color: #144B7A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	}