/* default styles */
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
}
body {
	font-family : 'Trebushet MS', Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height:1.125em;
	background: #fff;
	color: #303030;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; padding: 20px 0 0 0; color: #595959; font-weight: normal; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

p, ul {
	margin: 0 0 7px 0;
}
a {
	color: #4eb400;
}
a:hover {
	color: #f08a34;
}
a img {
	border: 0;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: 0;
}

dd {
	margin-left: 1.7em;
}
li {
	margin-left: 1.7em;
}
table {
	font-size: 100%;	
}
fieldset {
	border:0;
}
fieldset legend {
}

input {
	border: solid 1px #ccc;
	color: #000;
	width: 99%;
}
textarea {
	color: #000;
	border: solid 1px #ccc;
	width: 99%;
	height: auto;
}
.clearall {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.nobullet {
	list-style: none;
}

.u {
	text-decoration: underline;
}
.xx-small {
	font-size: xx-small;
}
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}
.lighter {
	color: #7e7e7e;
}
.mediumc {
	color: #525252;
}
.normal {
	color: #303030;
}
.black {
	color: #000;
}
.orange {
	color: #ff7c00;
}
.green {
	color: #4eb400;
}
.red {
	color: #ef1d1d;
}
.blue {
	color: #0075ba;
}

/* end of default styles */

