*{
	font-size		: 11px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	padding			: 0;
	margin			: 0;
	background-color: #ffffff;
	color			: #000000;
}

form{
	margin			: 0px;
	padding			: 0px;
}

input{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea{
	font-size		: 10px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select{
	font-size		: 10px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
  border-width: 1px;
	border-color: #333333;
}


p{
	padding			: 0;
	margin			: 0;
	font-style		: normal;
	line-height		: 13pt;
}

ul{
	list-style		: disc outside;
	margin			: 0px 7px;
	padding			: 0px 0px 0px 9px;
}

li{
	line-height		: 16px;
}

h1{
	margin			: 0px 0px 4px 0px;
	padding			: 0;
	font-size		: 12px;
	color			: #333333;
	background-color: transparent;
}

h2{
	margin			: 0px 0px 8px 0px;
	padding			: 0;
	font-size		: 12px;
	font-weight		: normal;
	color			: #333333;
	background-color:transparent;
}

h3{
	margin			: 8px 0px 4px 0px;
	padding			: 0;
	font-weight		: bold;
	font-size		: 11px;
	color			: #666666;
	background-color: transparent;
}

hr{
	border-top		: none;
	border-right	: none;
	border-bottom	: 1px solid #cccccc;
	border-left		: none;
	height			: 0px;
	margin			: 4px 0 ;
}

a, a:link, a:visited, a:active {
	text-decoration	: none;
	color			: #2C2A6F;
}

a:hover {
	text-decoration	: underline;
}
