/* general styles */
/*/////////////////////////////////////////*/

html,body {
	font-size:100%;
	color:#333333;
	background:#fff;
	font-family:"Trebuchet MS",Helvetica,"Sans Serif";
	}
	
a:link,a:active {
	color:#989e3b;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color:#e2c776;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color:#5a5c22;
	text-decoration:none;
	font-weight:normal;
	}
	
/* form styles */
/*/////////////////////////////////////////*/
	
input,textarea,select {
	font-size:1em;
	font-family:"Trebuchet MS",Helvetica,"Sans Serif";
	}

/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

img {
	border:0px;
	}
	
img.image-right {
	float:right;
	}
	
img.image-left {
	float:left;
	}
	
img.image-centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

