/* Style sheet for SahyogTrust */

.title {
	color: #096;
	background-color: #fff;
	font-size: 3em;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-style: normal;
}
.titlebox {
	height: 5em;
	width: 80%;
}
.logobox {
	text-align: center;
}
.address {
	color: #fff;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.addressbar {
	background-color: #09c;
	height: 1.5em;
}
.navbar {
	color: #096;
	background-color: #fff;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.navbar li a {text-decoration: none; color: #096;}
.navbar li a:link {}
.navbar li a:visited {}
.navbar li a:hover {color: #FFF; background: #096;}

.contentbox {
	border-right: 1px dashed #ccc;
}
.normal {
	color: #333;
	background-color: #fff;
	font-size: .8em;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}
.normal a:link, .normal a:visited {text-decoration: underline; color: blue;}
.normal ol li {
	font-size: 1.2em;
}
ul.normal li {margin-bottom: 10px;}
h2 {
	color: #f60;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #666; margin-bottom: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.maintable {
	width: 100%;
	height: 100%;
/*	border-right: 1px dashed #333;*/
}

