/* CSS BASE */
body {
     font-family: Arial, Helvetica, Verdana, sans-serif;
     font-size: 70%;
}
h1,h2,h3,h4,h5,h6 {
     text-transform:uppercase;
     font-family: Arial, Helvetica, sans-serif;
	 letter-spacing: 0px;
     font-weight: normal;
     color: #12445f;
     margin: 0 0 .5em 0;
}
h1 { text-transform: uppercase; font-size: 2.3em; }
h2 { font-size: 1.9em; }
h3 { text-transform: uppercase; font-size: 1.3em; }
h4, h5, h6 { font-size: 1.1em; }

p, ul, ol, dl, table {
	margin: 0 0 1em 0;
}
/* This is so IE/Windows shows the bullets on ULs */
ul, ol {
	margin: 0 0 1em 2em;
	padding: 0;
}

address {
	margin-bottom: 1em;
}
a {
     color:#666666;
     text-decoration:none;
}
a:hover {
     color:#64a6c5;
}
a img {
      border:0;
}

/* Text size */
.big { font-size: 150%; }
.bigger { font-size: 200%; }
