/* Copyright (c) 2006 Michael Phan-Ba. All rights reserved. */

div.center, p.center { text-align: center; }
div.right, p.right { text-align: right; }
div.left, p.left { text-align: left; }
div.small, p.small { font-size: .9em; }

h1, h2, h3, h4, h5, h6 { color: #006; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.33em; }
h3 { }
h4 { }
h5 { }
h6 { }

img.right { float: right; margin: 8px; }
img.left { float: left; margin: 8px; }

.clear { clear: both; }
.clear.right { clear: right; }
.clear.left { clear: left; }

.contact { padding: 8px 0 0 8px; }
.contact td { padding: 0 8px 8px 0; }
.contact .type { text-align: right; color: #666; }

.no_css { display: none; }

img.logo { margin: 1em; }
