.mstyles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

}
.right {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	
}
.wrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#FF0000;
}
.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.pheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.pgtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.formula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.quiz_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 60px;
	padding-right: 60px;
}
.error {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #FF0000}
.text_box { font-family: Arial, Helvetica, sans-serif; font-size: 75%; font-weight: normal; }


.box {
   font-family: arial, verdana, sans-serif;
   font-size: x-small;
   background: #ccc;
}
.box-title {
   font-size: small;
   font-weight: bold;
   color: white;
   background: #777;
   padding: 5px;
   text-align: center;
}
.box-content {
   background: white;
   padding: 5px;
}

table.sample {
	/* border: 6px inset #8B8378 */;
	/* -moz-border-radius: 6px; */
}

table.sample td {
	/* border: 1px solid black */;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}
table.sample tr.d0 td {
	background-color: #FCF6CF;
}
table.sample tr.d1 td {
	background-color: #FEFEF2;
}

.navCellOff { 
   BACKGROUND-COLOR: #000000; 
    color:#0000FF; 
} 
.navCellOn { 
   BACKGROUND-COLOR: #D2FFFF; 
} 

.quiz_hover {
	 BACKGROUND-COLOR: #D2FFFF; 
}

table.login {
	
	/*border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	*/
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-border-radius: 1px; 
}

body.vbody {
	background-color: #CCCCCC;
	margin-left: 2%;
	margin-right: 3%;

}



table.frame {
	/*border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	*/
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-border-radius: 1px; 
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  /*border:1px solid green */;
  color:green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align:right;
  }

/* TABS */
#tabnav {
	height:20px;
	margin: 0;
	padding-left:10px;
	background:url(images/css-tabs.gif) repeat-x bottom;
}

#tabnav li{
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
}

#tabnav a:link, #tabnav a:visited{
	float:left;
	background: #f3f3f3;
	line-height: 14px;
	padding: 2px 19px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration:none;
	color:#666;
}
	
#tabnav a:link.active, #tabnav a:visited.active{
	border-bottom: 1px solid #fff;
	background: #fff;
	color:#000;
}

#tabnav a:hover {
	background: #fff;
}
	



