@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
}

form {
	margin:0;	
}

p {
	margin:0 0 15px 0;	
}

.boldText {
	font-weight:bold;	
}

a:link, a:visited {
	color:#007ac3;
	text-decoration:underline;
}

a:hover {
	color:#58acde;
	text-decoration:none;
}

h1 {
	
}

.pagetitle {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 15px 10px;
	color:#007ac3;
	text-transform: uppercase;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}