body{
	background-color:#ffffcc;
/*background-color:#ffffcc;*/
/*ffcc66 or ffffcc*/
}
h1{
	color:black;
}
h2{
color:#333399;
	margin-top:0px;
}
h3{

	color:#333399;
	margin-left:-30px;
	clear:left;
}
hr{
	color:#333399;
}
.smallrule{
	width:50%;
}
.center{
 	text-align:center;
}
.centerbold{
 	text-align:center;
	 font-weight:bold;
}
/* table styles*/
.shorttd{
	width:20%;
	text-align:center;
}
.longtd{
	width:24%;
	text-align:center;
}
.tdlongbold{
	color:black;
	font-weight:bold;
	padding:5px;
	width:20%;
	vertical-align:top;

}
.tdshortbold{
	color:black;
	font-weight:bold;
	padding:5px;
	width:5%;
	vertical-align:top;
}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
li{
	margin-bottom:6px;
}
p{
	color:black;
}
.footer{
	text-align:center;
	font-size:smaller;
}
#main{
	margin-left:10%;
	width:80%;
}
/*for exam page*/

.navy{
	color:navy;
	margin-left:30px;
}
.blue{
	color:blue;
	margin-left:30px;
}
.green{
	color:#009999;
	margin-left:30px;
}
.red{
	color:#ff0000;
	
}
h4{
	color:black;
	font-size:large;
	margin-top:0px;
}
ul{
	list-style-type:disc;
}
pre{
	margin-left:30px;
}
h5{
	margin-left:30px;
	font-weight:bold;
	font-size:medium;
}
.nav{
	text-align:right;
	font-size:smaller;
}
.indent{
	margin-left:30px;
	line-height:1.5;
	
}
.tdstream1{
	text-align:center;
	background-color:#009999;
}
.tdstream2{
	text-align:center;
	background-color:#999999;
}
.tdclosed{
	text-align:center;
	background-color:#ff9966;
}

#formbox{
        width: 450px;
        height: 170px;
        background-color: #ffffcc;
        padding-left: 100px;
}
.updated{
        text-align:center;
        color:red;
}
.box{
	 background-color: white;
	 color=black;
	border:2px solid red;
	 margin-left: 15%;
	 margin-right: 15%;
	padding:3px 3px 3px 3px;
	line-height:120%;

}

