* {
	color:#676767;
	font-family: "Trebuchet MS", Verdana, Arial;
}

p {
	font-size: 11px;
	text-align: justify;
	margin:0px;
	padding:0px;
}

blockquote {  }

ul {  }

input.submitbutton {  }

a:link {
	color:#676767;
	text-decoration: none;
}

a:visited { 
	color:#676767;
	text-decoration: none; 
}

a:hover {
	color:#676767; 
	text-decoration: underline;
}

a:active {
	color:#676767;
	text-decoration: none;
}

h1 {
	color: #676767;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}


p.smalltext {
	font-size:10px;
}

.indent {
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}