/* Styles.css */

/* Body Styles */


/* Table styles */
.darkCell { background: #1D1D1D; }

.redBox { background-image: url('images/red_box_bg.gif'); background-repeat: repeat-y; }

/* Text Styles */

.headline { font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	}

.copy { font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	}
.copy a { font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline; 
	}
.copy a:hover { text-decoration: none; }


.copy2 { font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	}
.copy2 a { font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
	}
.copy2 a:hover { text-decoration: none; }

.copy3 { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #EBC500;
	}
.copy3 a { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #EBC500;
	text-decoration: underline;
	}
.copy2 a:hover { text-decoration: none; }

.title { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	}

/* Form Styles */
.button { border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	background: #B20000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	}
.box { border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	background: #CCCCCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	}