/* Action Earth
------------------------------*/

* { 
	margin: 0; /*remove all default margins!*/
	padding: 0; /*remove all default padding!*/
}

body{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	background:url(../images/site_bg.gif) #f5f5f5 repeat-x;
	font-size:0.846em;
}

img {
	border: none;
	}

p {
	margin: 0 0 1.4em 0;
	font-size:0.846em;
}


body a:link, body a:visited {
	color: #4f6c90;
	text-decoration: none;
	outline: none; /*fixes firefox link outline*/
}

body a:hover {
	text-decoration: underline;
	
}

h1, h2, h3, h4, h5 {
	margin-bottom: 0.75em;
}

h1 {
	color: #b4cf3a;
	font-weight: normal;
}

h1.highlight {
	color: #929292;
}

h3{
	color: #ffffff;
	font-weight:bold;
	font-size:0.923em;
}

ul {
	margin: 0 0 0.5em 15px;
}

ul li {
	list-style-type: none;
	background: url(../images/general/bullet1.gif) left top no-repeat;
	padding: 0 0 0.9em 11px;
	font-size:0.846em;
}

ol {
	margin: 1.2em 0 0.9em 2.7em;
}

ol li {
	padding: 0 0 0.9em 0;
	font-size:0.846em;
}

label {
	cursor: pointer;
}

input, textarea, select {
	font-size: 100%;
}

.strong{
font-weight:bold;
}

fieldset{
border:none;
}


