* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: auto !important;
	height: 100%;
	width: 100%;
	min-height: 100%;
	color: #333333;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
input, textarea {
	width: 85%;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px;
	border: 1px solid #dadada;
	color: #007698;
	outline: none;
}
form {
	display: inline;
	text-align: left;
}
fieldset {
	border: none;
}
textarea {
	height: 150px;
	overflow: auto;
}
ul, ol {
	padding: 0px;
	margin: 0px;
}
li {
	font-size: 14px;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

a {
	color: #6D018C;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a:visited {
	color: #006498;
	text-decoration: underline;
}

table {
	margin-top: 10px;
        border-collapse: collapse;
        border: 1px solid #c4c4c4;
        empty-cells: show;
}

tr, td {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
        border: 1px solid #c4c4c4;
        margin: 5px;
        padding: 5px;
}

p {
	padding-top: 10px;
	font-size: 14px;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Helvetica;
	font-size: 24px;
	color: #FF6600;	
//      font-weight: bold;
}


h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Helvetica;
        line-height: 22px;
//	color: #ff6600;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

hr {
	height: 1px;
	border-top: 2px solid #dadada;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}
img a, img a:hover {
	border: 0;
}

