/****************************************/
/* mlweb.css                            */
/* Used for mouselabWEB pages           */
/* Version 0.99				            */
/****************************************/

/****************************************/
/* HTML tag styles                      */
/****************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 150%;
 color:  #334d55;
}

h2{
	font-size: 114%;
	color:  #334d55;
	padding-bottom: 10px;
}

h3{
 font-size: 100%;
 color:  #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color:  #334d55;
}

h5{
 font-size: 100%;
 color: #334d55;
}

P, ul, ol, TD, a {
	font-size: 90%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
color: #006699;
	
}
ul{
 list-style-type: square;
 }
 li {padding-bottom: 5px;
 }

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

