/* CSS Document */

body	{ font-family: "Times Roman"; font-size: 14px; }
h1		{ font-family: Arial; color: #660000; font-size: 20px; text-align: center; }
h2		{ font-family: Arial; color: #FF8C00; font-size: 20px; text-align: center; }
h3		{ font-family: Arial; color: #800080; text-align: center; }
p		{  }

#content	{ margin-left: 15%; margin-right: 15%; }
#content td	{ font-size: 11px; }
#content td.label { width: 100px; font-weight: bold; font-color: #666666; text-align: right; }

#navbottom 			{ font-size: 12px; font-weight: bold; color: white; padding: 4;
						text-align: center; margin-bottom: 20px; }
#navbottom ul		{ display: inline; margin: 0; padding: 0}
#navbottom li 		{ display: inline; padding-left: 8px; padding-right: 8px; }
#navbottom a 		{ background-color: #ddd; color: #800080; text-decoration: none; padding: 8px;
						border: 1px solid #aaa; }
#navbottom a:hover 	{ background-color: #aaa; text-decoration: underline; }

#contact	{ font-size: 18px; }
