/* general attributes for the body tag */
body,table,td
{margin:0;
padding: 0;
font-color:	#333333;
font-size: 11px;
font-family:  Verdana, Arial, Helvetica, sans-serif;

}


/* HEADERS - setting the font width of headers and define special decoration */	
h1	
{font-size:	2em;
color:#006666;
margin-top:0;


}
h2
{font-size:	1.5em;
margin-top:0;
margin-bottom:2px;
}
h3{
font-size:	1.5em;
margin-bottom:2px;
}
h3.doubleline
{font-size:1.5em;
background-color:#cccc99;
margin-top:0;
border-bottom-style : double;
border-top-style : double;
border-color:#006666;}
h3.special
{font-size:1.5em;
background-color:#ffffff;
margin-top:0;
border-bottom-style : double;
border-top-style : double;
border-color:#999999;}
h3.attribute
{font-size:1.5em;
background-color:#ffffff;
margin-top:0;
padding-left:19px;/*this is for the example of code pages*/
}


/*lists*/
ul.scroll{
	list-style : square;
	color:#006666;
}
.bal{
	color:#000000;
}


/*class for left hand table*/
.lefttable{
background-color: #EFF8F9;
	width:189px;
	padding:0px;
	
	
}
/*class for middle table*/
td.middle{
padding-left:4%;
padding-right:3%;
margin-right:0px;
}

/*class for left hand table*/
a:link{
	
	font-size:	11px;
	color:#700067;
	text-decoration: none;
}


a:visited{
	font-size:	11px;
	color:#700067;
	text-decoration: none;
}

a:hover{
	
	font-size:	11px;
	color:#700067;
	text-decoration: underline;
}



/*class for submit boxes*/
.search{
	background-color: #999999;
	height: 22px;
	width:75px;
	vertical-align:top;
}

/*class for submit boxes on the navbar*/
.navsearch{
	background-color: #999999;
	height: 22px;
	width:75px;
	vertical-align:top;
	margin-top:5px
}

/*this is placed here for N6 and ie5 it is not supported by O5*/
.search{
		   scrollbar-3dlight-color:#ffffff;
           scrollbar-arrow-color:#ffffff;
           scrollbar-base-color:#ffffff;
           scrollbar-darkshadow-color:#ffffff;
           scrollbar-face-color:#ffffff;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:#ffffff;
		   border: 1px solid #999999;
		   width:140px;
}

.input{
	background-color: #D6EBEB;
	height: 17px;
	width:97px;
	vertical-align:top;
	border-color:#EFF8F9;
	margin-left:3px;
	margin-right:3px;
}

/*class for submit buttons*/
.submit{
	background-color: #EFF8F9;
	border:solid 1px #006666;
	height: 18px;
	width:58px;
	vertical-align:top;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	padding-right:1.5px;
	padding-left:1.5px;
	padding-bottom: 13px;
	font-size: 10px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

/*class for submit buttons*/
.submitlarge{
	background-color: #FFFFFF;
	border:solid 1px #006666;
	height: 23px;
	width:135px;
	vertical-align:top;
	margin-left:3px;
	margin-right:3px;
	margin-top:6px;
	margin-bottom:1.5px;
	padding-right:1.5px;
	padding-left:1.5px;
	padding-bottom: 1px;
	font-size: 10px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
}


.text{

font-size: 11px;
color:	#006666;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
}

.text1{

font-size: 11px;
color:	#006666;
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	color: #4D535C;


}
