html, body{
	margin:0px;
	padding:0px;
}

body{
	font-family:Trebuchet MS, Verdana;
}

h1 {
	margin:0px;
	padding:0px 0 10px 0;
}
	h1 a{
		font-size:22px;
		color:#28892a;
		font-weight:bold;
		text-decoration:underline;
	}
	h1 a:hover{
		font-size:22px;
		color:#28892a;
		font-weight:bold;
		text-decoration:none;
	}

a{
	text-decoration:none;
}

ul{
	margin:0px;
	padding:0px 0 10px 0;
}
li{
	list-style:none;
}


#mylinks{
	color:#647bad;
}

#mylinks a{
	font-size:16px;
	color:#647bad;
	font-weight:bold;
	text-decoration:underline;
}
#mylinks a:hover{
	font-size:16px;
	color:#647bad;
	font-weight:bold;
	text-decoration:none;
}

.menuitem{
	text-align:center;
	background:url('/images/menuitem-bg.jpg'); 
	width:128px; 
	height:38px;
}
	.menuitem a{
		font-family:Trebuchet MS, Verdana;
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	.menuitem a:hover{
		font-family:Trebuchet MS, Verdana;
		font-size:16px;
		color:#d9e1ef;
		font-weight:bold;
		text-decoration:none;
	}

.steps{
	 background:url('/images/steps-bg.jpg'); 
	 height:234px;
	 width:319px;
}
	.steps-padding{
		width:319;
		height:190px;
		padding:20px;
	}
	.steps-padding a{
		color:#ffffff;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
	}
	.steps-padding a:hover{
		color:#f8f8f8;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
	}

.home-text{
	background:#f8f8f8;
	border:1px solid #eeeeee;
	padding:12px;
	color:#4a4a4a;
	font-size:14px;
}
	.home-text ul{
		margin:0px;
		padding:0px;
		color:#444444;
	}
	
	.home-text li{
		color:#58c31;
	}
	
	a.faq{
		font-size:14px;
		color:#071a7b;
		font-weight:normal;
		text-decoration:underline;
	}
	a.faq:hover{
		font-size:14px;
		color:#071a7b;
		font-weight:normal;
		text-decoration:none;
	}



.inner-text{
	background:#f5efc9;
	border:1px solid #e2d7ba;
	padding:12px;
	color:#4a4a4a;
	font-size:14px;
}


	.green-title{
		font-size:22px;
		color:#28892a;
		font-weight:bold;
	}
	.blue-title{
		font-size:22px;
		color:#667dae;
		font-weight:bold;
	}
	
	.small-title{
		font-size:16px;
		color:#637aac;
		font-weight:bold;
	}
	
	.small-green-title{
		font-size:16px;
		color:#278d27;
		font-weight:bold;
	}
	
	.input{
		width:230px;
		height:26px;
		background:#f8f8f8;
		border:1px solid #dee6f7;
		font-size:20px;
		color:#707070;
	}
	
	.textarea{
		width:230px;
		height:100px;
		background:#f8f8f8;
		border:1px solid #dee6f7;
		font-size:16px;
		color:#2e2e2e;
	}
	
	.select{
		width:230px;
		border:1px solid #dee6f7;
		font-size:16px;
		color:#2e2e2e;
	}
	
a.url{
	font-size:16px;
	color:#22a53e;
	font-weight:bold;
	text-decoration:underline;
}
a.url:hover{
	font-size:16px;
	color:#22a53e;
	font-weight:bold;
	text-decoration:none;
}

a.add{
	font-size:10px;
	color:#434242;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
}
a.add:hover{
	font-size:10px;
	color:#898989;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
}