@charset "UTF-8";
/* CSS Document */

body{
				font-family: Arial, Helvetica, Verdana;
				font-size: 80%;
				line-height: 135%;
				color: #555;
				background-color: #ffffff;
			}
			
			h1, h2, h3 { color: #000000; }
			h1 { font-size: 2em; }
			h2 { font-size: 1.2em; }
			h3 { font-variant: small-caps; font-size: .90em; }
			
			a { color: #036; }
			a:link{text-decoration: none;}
			a:visited{text-decoration: none;}
			a:hover{text-decoration: underline;}
			a:active{text-decoration: underline;}
			
			p {width: 500px; margin: 5px 0;}
			
			strong {font-weight: bold; color: #000;}
			
			hr {color: #fff; border-top: dotted 1px #555; width: 600px; margin-left: 0; }
			
			ul, ol {}
			ul li {
				list-style-type: square; 
				list-style-position: outside;
				color: #666;
			}
			
			img {border: none;}
			
/*table styles*/	
			table {
				margin: 10px auto;
				border-collapse: collapse;
				width: 100%;
			}
			table th {
				color: #999;
				text-align: left;
				font-weight: normal;
				padding: 5px;
			}
			table td {
				padding: 10px;
				border: solid 1px #ccc;
			}
			table td p {
				width: inherit;	
			}
			
			.note {color: #C0F; font-weight: bold;}
			.code {font-family: "Courier New", Courier, monospace; color: #000; font-weight: bold;}