input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

a 
{	
	color:#990000;
}

a:hover 
{	
	color:#000000;	
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.biggest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.textbox_standard {
	width: 140px;
}

.textbox_thin {
	width: 60px;
}

.textbox_wider {
	width: 280px;
}

.textbox_mid {
	width: 100px;
}


.image_thumbnail {
	border: 1px solid #DBCCA6;
	margin-top: 3px;
	margin-bottom: 3px;
}

.image_page {
	border-left: 2px solid #B19F71;
	border-bottom: 2px solid #B19F71;
}
.image_bordered {
	border: 1px solid #DBCCA6;
	margin-right: 3px;
}

.alert {
	color:#990000;
	font-size: 11px;
	font-weight:bold;
}

.alt_items {
	background-color:#DADADA;
}

.bold_no_underline {
	color:#673500;
	font-weight:bold;
	text-decoration:none;
}

.footer_contact {
	color:#000000;
}

.image_text {
	color:#990000;
	font-weight:bold;	
}

.nav_links {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.nav_links:hover {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}