/* CSS Document - HTML */

body, td, p, div, .message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 8px;
}

.navmenu a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #BBBBBB;
}

a:active {
	color: #AAAAAA;
}

a:visited {
	color: #888888;
}

ul li { list-style-image: url(images/bullet.gif) }

em {
	font-weight: bold;
	font-style: italic;
}

flash_only, .flash_only {
	display: none;
}

.attn {
	color: #CC0000;
}

.caption {
	font-family: "Apple Chancery", script;
	font-size: 18px; 
	text-align: center;
}

.quote {
	font-size: 16px;
	font-style: italic;
}

.footer {
	font-size: 10px;
	color: #666666;
	line-height: 13px;
}

form table {
	border: 1px solid #999999;
}

form input, textarea {
	margin-right: 10px;
}

.margin-left {
	margin-left:20;
}

.align-center {
	text-align: center;
}

.align-right {
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-top: 5px;
}

.important {
	color: #FF0000;
}

