/* Copyright 2003 800 Response */

/********* Links ******************************************
 NOTE: Except for hover, put default link colors in BODY 
 tag for maximum compatibility. 
 **********************************************************/

a:hover {
	color: #FF9900;
}

/********* Type *******************************************/

/********* Verdana */

p, body, li,
.body, .data, .label, .datalabel, .button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.data, .datalabel {
	font-size: 9pt;
}

.label, .datalabel, .button {
	font-size: 9pt;
	font-weight: bold;
}

/********* Arial */

h1, h2, h3, 
.head1, .head2, .head3,
.nav, .navtop, .select, .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, .head1 {
	font-size: 15pt;
	font-weight: bold;
}

h2, .head2 {
	font-size: 11pt;
	font-weight: bold;
}

.nav { 
	color: #66CCFF; 
	text-transform: uppercase;
	text-decoration: none; 
}

.nav:hover { 
	color: #FFCC00; 
}

.navtop { 
	text-transform: uppercase;
}


/********* Color IDs */

#white {
	color: #FFFFFF;
}

.error_box {
	background-color: #f9f9f9;
	border: 1px dashed #f00;
	padding: 10px;
	text-align:center;
}


