@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
h1 {
	font-size:18px;
	font-weight:bold;
	}
	
h2 {
	font-size:20px;
	font-weight:bold;
	}
	
h3{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}
	
.arial18 {
	font-size:18px;
	}
	
	
.content {
	font-size:12px;
	padding:10px;
	}

.locations {
	font-size:16px;
	padding:10px;
	}
	
	.locations a {
	color:#000000;
	}
	
	.locations a:visited {
	color: #666666;
	}
	
.border {
	border:#000000 1px solid;
	}

