* {
	margin: 0;
	padding: 0;
}

html {
	background: white;
}

body,td,div {
	font:13px/1.5 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	width: 460px;
}

p{	margin-bottom: 5px;
	padding-top: 3px;
}

a{color:#693;cursor:pointer;font-weight:700;text-decoration:none}

a:hover{text-decoration:underline}

:link,:visited,:active{outline:none}

ol,ul{list-style:none;
	list-style-position: outside;
	padding-left: 20px;
	list-style-type: circle;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
}
.style{
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -1px;
}
.style2{
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #693;
	text-align: center;
}
.style3 {
	color: #693;
	font-weight: bold;
}