p {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/* p:first-letter {
	font-size: 120%;
	font-weight: bold;
	color:blue;
	}  */
 
a {
	text-decoration:none;
	}

a:link {
	color:#900;
	}

a:hover {
	color:#f00;
	text-decoration:underline;
	}
	
a:visited {
	color:#600;
	}

h1 {
	font:24px verdana, arial, helvetica, sans-serif;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: normal;
	}
	
h2 {
	font:24px verdana, arial, helvetica, sans-serif;
	color:#000;
	margin:0px 0px 15px;
	padding:0px;
	font-weight: normal;
	}
	
h3 {
	font:18px verdana, arial, helvetica, sans-serif;
	color:#000;
	margin:5px 0px 10px 0px;
	padding:0px;
	font-weight: lighter;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999;
	}

h4 {
	font:bold 13px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:15px 0px 5px 0px;
	padding:0px;
	}
	
h5 {
	font:10px/13px verdana, arial, helvetica, sans-serif;
	color: #333;
	margin:0px 0px 8px 0px;
	padding:0px;
	font-weight: normal;
	}
	
h6 {
	font:10px/13px arial, helvetica, sans-serif;
	color:#000;
	margin:15px 0px 3px 0px;
	padding:0px;
	font-weight: normal;
	}
		
blockquote {
	color: #333;
	padding:0px;
	font-weight: lighter;
	font-size: 12px;
	}
	
body {
	font:13px/20px Georgia, Palatino, "Times New Roman", Times, serif;
	color: #666;
	}

hr {
    height:0px;
    width:100%;
	color: #fff;
    background-color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999;
   }

img {
	margin: 2px 8px 2px 2px;
	padding: 0px;
	border: 0px
	}

strong {
	color: #000;
	font-weight: bold;
	}
	
th {
	font:10px verdana, arial, helvetica, sans-serif;
	color: #000;
	padding:5px 0px 0px 0px;
	font-weight: bold;
	}

ul {
	margin:0px 0px 10px -15px;
	/* list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif); */
	}
